Uses of Class
org.mockserver.model.HttpSseResponse
-
Packages that use HttpSseResponse Package Description org.mockserver.client org.mockserver.mock org.mockserver.mock.action.http org.mockserver.model org.mockserver.serialization.model -
-
Uses of HttpSseResponse in org.mockserver.client
Methods in org.mockserver.client with parameters of type HttpSseResponse Modifier and Type Method Description Expectation[]ForwardChainExpectation. respondWithSse(HttpSseResponse httpSseResponse) -
Uses of HttpSseResponse in org.mockserver.mock
Methods in org.mockserver.mock that return HttpSseResponse Modifier and Type Method Description HttpSseResponseExpectation. getHttpSseResponse()Methods in org.mockserver.mock with parameters of type HttpSseResponse Modifier and Type Method Description ExpectationExpectation. thenRespondWithSse(HttpSseResponse httpSseResponse) -
Uses of HttpSseResponse in org.mockserver.mock.action.http
Methods in org.mockserver.mock.action.http with parameters of type HttpSseResponse Modifier and Type Method Description voidHttpSseResponseActionHandler. handle(HttpSseResponse httpSseResponse, io.netty.channel.ChannelHandlerContext ctx, HttpRequest request) -
Uses of HttpSseResponse in org.mockserver.model
Methods in org.mockserver.model that return HttpSseResponse Modifier and Type Method Description static HttpSseResponseHttpSseResponse. sseResponse()HttpSseResponseHttpSseResponse. withCloseConnection(Boolean closeConnection)HttpSseResponseHttpSseResponse. withEvent(SseEvent event)HttpSseResponseHttpSseResponse. withEvents(List<SseEvent> events)HttpSseResponseHttpSseResponse. withEvents(SseEvent... events)HttpSseResponseHttpSseResponse. withHeader(String name, String... values)HttpSseResponseHttpSseResponse. withHeader(Header header)HttpSseResponseHttpSseResponse. withHeaders(Headers headers)HttpSseResponseHttpSseResponse. withStatusCode(Integer statusCode) -
Uses of HttpSseResponse in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpSseResponse Modifier and Type Method Description HttpSseResponseHttpSseResponseDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type HttpSseResponse Constructor Description HttpSseResponseDTO(HttpSseResponse httpSseResponse)
-