Uses of Class
org.mockserver.serialization.model.HttpSseResponseDTO
-
Packages that use HttpSseResponseDTO Package Description org.mockserver.serialization.model -
-
Uses of HttpSseResponseDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpSseResponseDTO Modifier and Type Method Description HttpSseResponseDTOExpectationDTO. getHttpSseResponse()HttpSseResponseDTOHttpSseResponseDTO. setCloseConnection(Boolean closeConnection)HttpSseResponseDTOHttpSseResponseDTO. setDelay(DelayDTO delay)HttpSseResponseDTOHttpSseResponseDTO. setEvents(List<SseEventDTO> events)HttpSseResponseDTOHttpSseResponseDTO. setHeaders(Headers headers)HttpSseResponseDTOHttpSseResponseDTO. setPrimary(boolean primary)HttpSseResponseDTOHttpSseResponseDTO. setStatusCode(Integer statusCode)Methods in org.mockserver.serialization.model with parameters of type HttpSseResponseDTO Modifier and Type Method Description ExpectationDTOExpectationDTO. setHttpSseResponse(HttpSseResponseDTO httpSseResponse)
-