AbstractUnsafeChannel
The AbstractChannel in Reactor
Attributes
- Graph
-
- Supertypes
-
trait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class AbstractNioUnsafeChannel[C]class NioUnsafeDatagramChannelclass NioUnsafeSocketChannelclass NioUnsafeFileChannel
Members list
Value members
Concrete methods
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
Inherited methods
Attributes
- Inherited from:
- UnsafeChannel
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
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:
- CompressionBooleanLong
Attributes
- Inherited from:
- CompressionBooleanLong
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
Close the Channel
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
Attributes
- Inherited from:
- UnsafeChannel
Schedule a read operation.
Schedule a read operation.
Attributes
- Throws
-
Exception
thrown on error.
- 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