Show TOC Start of Content Area

Background documentation HTTP Tunneling Service  Locate the document in its SAP Library structure

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.

0

MaxInputBufferSize

The size of the InputStream buffer.

10485760

MaximumHeaderLineLength

The maximum length of a line in the header.

255

MaximumHeaderLines

The maximum number of lines the header can have.

30

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

 

 

End of Content Area