!--a11y-->
HTTP Tunneling Service 
This service transfers information over an HTTP protocol between a client and a particular service, if a proxy or a firewall stands between them. It provides a set of properties for setting the size of the input buffer, the number of the threads used for processing the requests, and so on.
Dispatcher
Property |
Description |
Default Value |
InputStreamAddTimeout |
If the buffer is full, it waits during this time period in order to be freed. If the time period is equal to zero, it waits permanently. |
10000 |
MaxInputBufferSize |
The size of the InputStream buffer. |
1048576 |
MaximumHeaderLineLength |
The maximum length of a line in the header. |
100 |
MaximumHeaderLines |
The maximum number of lines the header can have. |
10 |
ServerReaderThreads |
The number of the ServerReader threads. |
1 |
SocketsIDLength |
The length of the security ID. The client randomly generates this ID when it initially sends a message to the server. |
8 |
See also:
HTTP Tunneling Service in the Administration Manual
