Uses of Class
org.mockserver.serialization.model.ConnectionOptionsDTO
-
Packages that use ConnectionOptionsDTO Package Description org.mockserver.serialization.model -
-
Uses of ConnectionOptionsDTO in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return ConnectionOptionsDTO Modifier and Type Method Description ConnectionOptionsDTOHttpResponseDTO. getConnectionOptions()ConnectionOptionsDTOConnectionOptionsDTO. setCloseSocket(Boolean closeSocket)ConnectionOptionsDTOConnectionOptionsDTO. setContentLengthHeaderOverride(Integer contentLengthHeaderOverride)ConnectionOptionsDTOConnectionOptionsDTO. setKeepAliveOverride(Boolean keepAliveOverride)ConnectionOptionsDTOConnectionOptionsDTO. setSuppressConnectionHeader(Boolean suppressConnectionHeader)ConnectionOptionsDTOConnectionOptionsDTO. setSuppressContentLengthHeader(Boolean suppressContentLengthHeader)Methods in org.mockserver.serialization.model with parameters of type ConnectionOptionsDTO Modifier and Type Method Description HttpResponseDTOHttpResponseDTO. setConnectionOptions(ConnectionOptionsDTO connectionOptions)
-