Uses of Enum Class
org.mockserver.llm.StreamingFormat
Packages that use StreamingFormat
-
Uses of StreamingFormat in org.mockserver.llm
Methods in org.mockserver.llm that return StreamingFormatModifier and TypeMethodDescriptiondefault StreamingFormatProviderCodec.streamingFormat()The wire format this provider uses for streaming responses.static StreamingFormatReturns the enum constant of this class with the specified name.static StreamingFormat[]StreamingFormat.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StreamingFormat in org.mockserver.llm.codec
Methods in org.mockserver.llm.codec that return StreamingFormat -
Uses of StreamingFormat in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http that return StreamingFormatModifier and TypeMethodDescriptionHttpLlmResponseActionHandler.streamingFormatFor(Provider provider) Returns the streaming wire format for the given provider.Methods in org.mockserver.mock.action.http with parameters of type StreamingFormatModifier and TypeMethodDescriptionvoidHttpSseResponseActionHandler.handle(HttpSseResponse httpSseResponse, io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, StreamingFormat format)