cc.otavia.core.channel.ChannelOption
 See theChannelOption companion class
  object ChannelOption
 
Attributes
- Companion
- class
- Graph
- 
    
- Supertypes
- 
    class Objecttrait Matchableclass Any
- Self type
- 
    ChannelOption.type
Members list
Value members
Concrete methods
Returns true if a ChannelOption exists for the given name.
Returns the ChannelOption of the specified name.
Shortcut of valueOf(String) valueOf(firstNameComponent.getName() + "#" + secondNameComponent).
Shortcut of valueOf(String) valueOf(firstNameComponent.getName() + "#" + secondNameComponent).
Attributes
Concrete fields
Server-side TCP FastOpen. Configures the maximum number of outstanding (waiting to be accepted) TFO connections.
Server-side TCP FastOpen. Configures the maximum number of outstanding (waiting to be accepted) TFO connections.
Attributes
Client-side TCP FastOpen. Sending data with the initial TCP handshake.
Client-side TCP FastOpen. Sending data with the initial TCP handshake.
Attributes
In this article