Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class AbstractNioUnsafeChannel[ServerSocketChannel]trait NioUnsafeChannelclass AbstractUnsafeChanneltrait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Return true if the UnsafeChannel is active and so connected.
Return true if the UnsafeChannel is active and so connected.
Attributes
- Definition Classes
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
- Definition Classes
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
- Definition Classes
Attributes
- Definition Classes
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.
- Definition Classes
Attributes
- Definition Classes
Disconnect this Channel from its remote peer
Disconnect this Channel from its remote peer
Attributes
- Throws
-
Exception
thrown on error.
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
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.
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- AbstractUnsafeChannel
Close this processor.
Deregister from previous registered Selector.
Deregister from previous registered Selector.
Attributes
- Definition Classes
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- UnsafeChannel
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
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- CompressionBooleanLong
Attributes
- Inherited from:
- CompressionBooleanLong
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
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- UnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel
Register to a Selector.
Register to a Selector.
Value parameters
- selector
-
the Selector to register to.
Attributes
- Throws
-
ClosedChannelException
if already closed.
- Definition Classes
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- CompressionBooleanLong
Attributes
- Inherited from:
- CompressionBooleanLong
Attributes
- Inherited from:
- AbstractUnsafeChannel
Attributes
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- CompressionBooleanLong
Close the Channel
Schedule a read operation.
Schedule a read operation.
Attributes
- Throws
-
Exception
thrown on error.
- Definition Classes
- Inherited from:
- AbstractNioUnsafeChannel
Inherited fields
Attributes
- Inherited from:
- AbstractNioUnsafeChannel
Attributes
- Inherited from:
- AbstractUnsafeChannel