T
- The type of the socket option value.public interface SocketOption<T>
In the channels
package, the NetworkChannel
interface defines the setOption
and getOption
methods to set and query the channel's socket options.
StandardSocketOptions
Modifier and Type | Method and Description |
---|---|
String |
name()
Returns the name of the socket option.
|
Class<T> |
type()
Returns the type of the socket option value.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.