en.help.ref-transportedit.html Maven / Gradle / Ivy
Show all versions of console-web-plugin-help
Edit Transport
Use the Edit Transport page to modify the settings of an existing
transport.
The Edit Transport page contains the following options.
- Load Defaults
Button to restore the default values of all the settings.
- Name
The name of the transport. The name is a read-only field. You can only specify a name when you create a new transport.
- Classname
The class name of the transport implementation. The default value is com.sun.grizzly.TCPSelectorHandler.
- Selection Key Handler
The class name of the selection key handler. A selection key handler is an abstract class that manages the lifecycle of selection keys. If you do not specify a value, a default implementation is used.
- Byte Buffer Type
The type of ByteBuffer to be used. Available choices are HEAP and DIRECT. The default value is HEAP.
- Acceptor Threads
The number of processors in the machine. A value of –1 indicates that Grizzly will calculate the number of acceptor threads itself, based on the number of processors in the machine. The default value is 1.
To set the number of request processing threads, set the Max Thread Pool Size value of the thread pool used by a network listener that uses this transport.
- Max Connections Count
The maximum number of pending connections on a network listener that uses this transport. The default value is 4096.
- Buffer Size
The size, in bytes, of the buffer to be provided for input streams created by a network listener that uses this transport. The default value is 8192.
- Idle Key Timeout
The number of seconds after which an idle key will be cancelled and the channel closed. The default value is 30.
- Read Timeout
The number of milliseconds the GlassFish Serverwaits during the header and body parsing phase of a read operation. The default value is 30,000.
- Selector Poll Timeout
The number of milliseconds an NIO Selector will block waiting for events (users' requests). The default value is 1000.
- Write Timeout
The number of milliseconds the GlassFish Serverwaits before considering the remote client disconnected when writing the response. The default value is 30,000.
- Display Configuration
If this option is selected, Grizzly's internal configuration is flushed to the server logs. This option may provide useful information for debugging. This option is disabled by default.
- Snoop
If this option is selected, the requests/response information is dumped to the server log. This option may provide useful information for debugging, but will significantly reduce performance. This option is disabled by default.
- TCP No Delay
If this option is selected, TCP_NODELAY (also called Nagle's algorithm) is enabled. This option is enabled by default.
Related Tasks
Related asadmin Commands
Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Legal Notices