Uses of Class
org.mockserver.model.HttpSseResponse
Packages that use HttpSseResponse
Package
Description
-
Uses of HttpSseResponse in org.mockserver.client
Methods in org.mockserver.client with parameters of type HttpSseResponseModifier and TypeMethodDescriptionForwardChainExpectation.respondWithSse(HttpSseResponse httpSseResponse) -
Uses of HttpSseResponse in org.mockserver.mock
Methods in org.mockserver.mock that return HttpSseResponseMethods in org.mockserver.mock with parameters of type HttpSseResponseModifier and TypeMethodDescriptionExpectation.thenRespondWithSse(HttpSseResponse httpSseResponse) -
Uses of HttpSseResponse in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type HttpSseResponseModifier and TypeMethodDescriptionvoidHttpSseResponseActionHandler.handle(HttpSseResponse httpSseResponse, io.netty.channel.ChannelHandlerContext ctx, HttpRequest request) voidHttpSseResponseActionHandler.handle(HttpSseResponse httpSseResponse, io.netty.channel.ChannelHandlerContext ctx, HttpRequest request, StreamingFormat format) -
Uses of HttpSseResponse in org.mockserver.model
Methods in org.mockserver.model that return HttpSseResponseModifier and TypeMethodDescriptionstatic HttpSseResponseHttpSseResponse.sseResponse()HttpSseResponse.withCloseConnection(Boolean closeConnection) HttpSseResponse.withEvents(List<SseEvent> events) HttpSseResponse.withEvents(SseEvent... events) HttpSseResponse.withHeader(String name, String... values) HttpSseResponse.withHeader(Header header) HttpSseResponse.withHeaders(Headers headers) HttpSseResponse.withStatusCode(Integer statusCode) -
Uses of HttpSseResponse in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpSseResponseConstructors in org.mockserver.serialization.model with parameters of type HttpSseResponse