AbstractNioUnsafeChannel
Attributes
- Graph
-
- Supertypes
-
trait NioUnsafeChannelclass AbstractUnsafeChanneltrait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Concrete methods
Close this processor.
Deregister from previous registered Selector.
Clear any previous scheduled read. By default, this method does nothing but implementations might override it to add extra logic.
Clear any previous scheduled read. By default, this method does nothing but implementations might override it to add extra logic.
Attributes
- Definition Classes
Handle some IO for the given SelectionKey.
Handle some IO for the given SelectionKey.
Value parameters
- key
-
the SelectionKey that needs to be handled.
Attributes
- Definition Classes
Register to a Selector.
Register to a Selector.
Value parameters
- selector
-
the Selector to register to.
Attributes
- Throws
-
ClosedChannelException
if already closed.
- Definition Classes
Close the Channel
Attributes
- Definition Classes
Schedule a read operation.
Schedule a read operation.
Attributes
- Throws
-
Exception
thrown on error.
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- CompressionBooleanLong
Attributes
- Inherited from:
- CompressionBooleanLong
Attributes
- Inherited from:
- UnsafeChannel
Return true if the UnsafeChannel is active and so connected.
Return true if the UnsafeChannel is active and so connected.
Attributes
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Returns true if the UnsafeChannel is open and may get active later
Returns true if the UnsafeChannel is open and may get active later
Attributes
- Inherited from:
- UnsafeChannel
Returns true if the ChannelShutdownDirection of the UnsafeChannel was shutdown before.
Returns true if the ChannelShutdownDirection of the UnsafeChannel was shutdown before.
Value parameters
- direction
-
shutdown direction
Attributes
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- CompressionBooleanLong
Attributes
- Inherited from:
- CompressionBooleanLong
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- CompressionBooleanLong
Bind the Channel to the SocketAddress
Bind the Channel to the SocketAddress
Value parameters
- localAddress
-
the SocketAddress to bound to.
Attributes
- Throws
-
Exception
when an error happens.
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- UnsafeChannel
Disconnect this Channel from its remote peer
Disconnect this Channel from its remote peer
Attributes
- Throws
-
Exception
thrown on error.
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- UnsafeChannel
Shutdown one direction of the Channel.
Shutdown one direction of the Channel.
Value parameters
- direction
-
the direction to shut unsafewn.
Attributes
- Throws
-
Exception
thrown on error.
- Inherited from:
- UnsafeChannel
Inherited fields
Attributes
- Inherited from:
- AbstractUnsafeChannel