Uses of Class
org.mockserver.serialization.model.HttpSseResponseDTO
Packages that use HttpSseResponseDTO
-
Uses of HttpSseResponseDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return HttpSseResponseDTOModifier and TypeMethodDescriptionExpectationDTO.getHttpSseResponse()HttpSseResponseDTO.setCloseConnection(Boolean closeConnection) HttpSseResponseDTO.setEvents(List<SseEventDTO> events) HttpSseResponseDTO.setHeaders(Headers headers) HttpSseResponseDTO.setPrimary(boolean primary) HttpSseResponseDTO.setStatusCode(Integer statusCode) Methods in org.mockserver.serialization.model with parameters of type HttpSseResponseDTOModifier and TypeMethodDescriptionExpectationDTO.setHttpSseResponse(HttpSseResponseDTO httpSseResponse)