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 ConnectionOptionsDTO
HttpResponseDTO. getConnectionOptions()
ConnectionOptionsDTO
ConnectionOptionsDTO. setCloseSocket(Boolean closeSocket)
ConnectionOptionsDTO
ConnectionOptionsDTO. setContentLengthHeaderOverride(Integer contentLengthHeaderOverride)
ConnectionOptionsDTO
ConnectionOptionsDTO. setKeepAliveOverride(Boolean keepAliveOverride)
ConnectionOptionsDTO
ConnectionOptionsDTO. setSuppressConnectionHeader(Boolean suppressConnectionHeader)
ConnectionOptionsDTO
ConnectionOptionsDTO. setSuppressContentLengthHeader(Boolean suppressContentLengthHeader)
Methods in org.mockserver.serialization.model with parameters of type ConnectionOptionsDTO Modifier and Type Method Description HttpResponseDTO
HttpResponseDTO. setConnectionOptions(ConnectionOptionsDTO connectionOptions)
-