UnsafeChannel
cc.otavia.core.channel.UnsafeChannel
trait UnsafeChannel
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class AbstractUnsafeChannelclass AbstractNioUnsafeChannel[C]class NioUnsafeDatagramChannelclass NioUnsafeSocketChannelclass NioUnsafeFileChanneltrait NioUnsafeChannelShow all
Members list
Value members
Abstract methods
Return true if the UnsafeChannel is active and so connected.
Returns true if the UnsafeChannel is open and may get active later
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
Schedule a read operation.
Schedule a read operation.
Attributes
- Throws
-
Exception
thrown on error.
Concrete methods
In this article