Uses of Class
org.mockserver.model.SseEvent
-
Packages that use SseEvent Package Description org.mockserver.fixture org.mockserver.llm org.mockserver.llm.codec org.mockserver.mock.action.http org.mockserver.model org.mockserver.serialization.model -
-
Uses of SseEvent in org.mockserver.fixture
Methods in org.mockserver.fixture that return types with arguments of type SseEvent Modifier and Type Method Description List<SseEvent>SseBodyParser. parse(String sseText)Parse raw SSE body text into a list ofSseEventobjects. -
Uses of SseEvent in org.mockserver.llm
Methods in org.mockserver.llm that return types with arguments of type SseEvent Modifier and Type Method Description static List<SseEvent>StreamingPhysicsExpander. applyPhysics(List<SseEvent> rawEvents, StreamingPhysics physics)Apply streaming physics delays to SSE events.default List<SseEvent>ProviderCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics)Method parameters in org.mockserver.llm with type arguments of type SseEvent Modifier and Type Method Description static List<SseEvent>StreamingPhysicsExpander. applyPhysics(List<SseEvent> rawEvents, StreamingPhysics physics)Apply streaming physics delays to SSE events. -
Uses of SseEvent in org.mockserver.llm.codec
Methods in org.mockserver.llm.codec that return types with arguments of type SseEvent Modifier and Type Method Description List<SseEvent>AnthropicCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics)List<SseEvent>AzureOpenAiCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics)List<SseEvent>BedrockCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics)List<SseEvent>GeminiCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics)List<SseEvent>OllamaCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics)List<SseEvent>OpenAiChatCompletionsCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics)List<SseEvent>OpenAiResponsesCodec. encodeStreaming(Completion completion, String model, StreamingPhysics physics) -
Uses of SseEvent in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return types with arguments of type SseEvent Modifier and Type Method Description List<SseEvent>HttpLlmResponseActionHandler. handleStreaming(HttpLlmResponse httpLlmResponse, HttpRequest request)Handle streaming LLM response by producing a list of SSE events. -
Uses of SseEvent in org.mockserver.model
Methods in org.mockserver.model that return SseEvent Modifier and Type Method Description static SseEventSseEvent. sseEvent()SseEventSseEvent. withData(String data)SseEventSseEvent. withDelay(TimeUnit timeUnit, long value)SseEventSseEvent. withDelay(Delay delay)SseEventSseEvent. withEvent(String event)SseEventSseEvent. withId(String id)SseEventSseEvent. withRetry(Integer retry)Methods in org.mockserver.model that return types with arguments of type SseEvent Modifier and Type Method Description List<SseEvent>HttpSseResponse. getEvents()Methods in org.mockserver.model with parameters of type SseEvent Modifier and Type Method Description HttpSseResponseHttpSseResponse. withEvent(SseEvent event)HttpSseResponseHttpSseResponse. withEvents(SseEvent... events)Method parameters in org.mockserver.model with type arguments of type SseEvent Modifier and Type Method Description HttpSseResponseHttpSseResponse. withEvents(List<SseEvent> events) -
Uses of SseEvent in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return SseEvent Modifier and Type Method Description SseEventSseEventDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type SseEvent Constructor Description SseEventDTO(SseEvent sseEvent)
-