Attributes Summary |
maximumPersistentRequests : int | Maximum requests allowed on a single HTTP connection.
|
keepAlive : boolean | When sending an outgoing HTTP message, this controls whether or not to default to a persistent connection (Keep-Alive) as opposed to a connection that will close after one request/response exchange.
|
readTimeout : int | This timeout value controls the allowed time (in seconds) to wait while performing a read of data on a socket.
|
writeTimeout : int | This timeout value controls the allowed time (in seconds) to wait while performing a write of data on a socket.
|
persistentTimeout : int | This timeout value controls the allowed idle time (in seconds) on a socket between client requests.
|
enableLogging : boolean |
|