Uses of Class
org.mockserver.model.SseEvent
Packages that use SseEvent
Package
Description
-
Uses of SseEvent in org.mockserver.fixture
Methods in org.mockserver.fixture that return types with arguments of type SseEvent -
Uses of SseEvent in org.mockserver.llm
Methods in org.mockserver.llm that return types with arguments of type SseEventModifier and TypeMethodDescriptionStreamingPhysicsExpander.applyPhysics(List<SseEvent> rawEvents, StreamingPhysics physics) Apply streaming physics delays to SSE events.ProviderCodec.encodeStreaming(Completion completion, String model, StreamingPhysics physics) Method parameters in org.mockserver.llm with type arguments of type SseEventModifier and TypeMethodDescriptionStreamingPhysicsExpander.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 SseEventModifier and TypeMethodDescriptionAnthropicCodec.encodeStreaming(Completion completion, String model, StreamingPhysics physics) AzureOpenAiCodec.encodeStreaming(Completion completion, String model, StreamingPhysics physics) BedrockCodec.encodeStreaming(Completion completion, String model, StreamingPhysics physics) Encode a streaming completion as event-stream chunks.GeminiCodec.encodeStreaming(Completion completion, String model, StreamingPhysics physics) OllamaCodec.encodeStreaming(Completion completion, String model, StreamingPhysics physics) OpenAiChatCompletionsCodec.encodeStreaming(Completion completion, String model, StreamingPhysics physics) 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 SseEventModifier and TypeMethodDescriptionHttpLlmResponseActionHandler.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 SseEventMethods in org.mockserver.model that return types with arguments of type SseEventMethods in org.mockserver.model with parameters of type SseEventMethod parameters in org.mockserver.model with type arguments of type SseEvent -
Uses of SseEvent in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return SseEventConstructors in org.mockserver.serialization.model with parameters of type SseEvent