Uses of Class
org.mockserver.client.serialization.model.ConnectionOptionsDTO

Packages that use ConnectionOptionsDTO
org.mockserver.client.serialization.model   
 

Uses of ConnectionOptionsDTO in org.mockserver.client.serialization.model
 

Methods in org.mockserver.client.serialization.model that return ConnectionOptionsDTO
 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.client.serialization.model with parameters of type ConnectionOptionsDTO
 HttpResponseDTO HttpResponseDTO.setConnectionOptions(ConnectionOptionsDTO connectionOptions)
           
 



Copyright © 2015. All rights reserved.