This type is a class for model objects.
This class handles inbound HTTP requests from a remote client. It handles parsing the request and using discrimination to find an application channel above that will handle the request and send a response.
Package: channelsAttributes Summary | |
maximumPersistentRequests : EInt | Maximum requests allowed on a single HTTP connection. -1 means one request per connection only 0 means unlimited requests per connection X means X requests per connection |
keepAlive : EBoolean | 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. Note that if the maximum request persistence parameter is set to the unlimited value, then it will override this configuration and force a Keep-Alive scenario. |
readTimeout : EInt | This timeout value controls the allowed time (in seconds) to wait while performing a read of data on a socket. |
writeTimeout : EInt | This timeout value controls the allowed time (in seconds) to wait while performing a write of data on a socket. |
persistentTimeout : EInt | This timeout value controls the allowed idle time (in seconds) on a socket between client requests. Once this timeout is passed, the connection will be closed. |
enableLogging : EBoolean | * No description is available * |
Attribute Details |