cc.otavia.core.transport.nio.channel
Members list
Type members
Classlikes
            abstract class AbstractNioUnsafeChannel[C <: SelectableChannel](channel: AbstractChannel, val ch: C, val readInterestOp: Int) extends AbstractUnsafeChannel, NioUnsafeChannel
           
          Attributes
- Supertypes
- 
               trait NioUnsafeChannelclass AbstractUnsafeChanneltrait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
- Known subtypes
            final class NioChannelOption[T](option: SocketOption[T]) extends ChannelOption[T]
           
          Provides ChannelOption over a given SocketOption which is then passed through the underlying NetworkChannel.
Provides ChannelOption over a given SocketOption which is then passed through the underlying NetworkChannel.
Attributes
- Companion
- object
- Supertypes
            object NioChannelOption
           
          Attributes
- Companion
- class
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Self type
- 
               NioChannelOption.type
            object NioChannelUtil
           
          Attributes
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Self type
- 
               NioChannelUtil.type
            class NioDatagramChannel(system: ActorSystem) extends AbstractDatagramChannel
           
          Attributes
- Supertypes
- 
               class AbstractDatagramChannelclass AbstractNetworkChannelclass AbstractChanneltrait QueueMapEntitytrait ChannelStatetrait CompressionBooleanLongtrait Channeltrait ChannelAddressclass Objecttrait Matchableclass AnyShow all
            class NioFileChannel(system: ActorSystem) extends AbstractFileChannel
           
          Attributes
- Supertypes
- 
               class AbstractFileChannelclass AbstractChanneltrait QueueMapEntitytrait ChannelStatetrait CompressionBooleanLongtrait Channeltrait ChannelAddressclass Objecttrait Matchableclass AnyShow all
            class NioServerSocketChannel(system: ActorSystem) extends AbstractServerChannel
           
          Attributes
- Supertypes
- 
               class AbstractServerChannelclass AbstractNetworkChannelclass AbstractChanneltrait QueueMapEntitytrait ChannelStatetrait CompressionBooleanLongtrait Channeltrait ChannelAddressclass Objecttrait Matchableclass AnyShow all
            class NioSocketChannel(system: ActorSystem) extends AbstractSocketChannel
           
          Attributes
- Companion
- object
- Supertypes
- 
               class AbstractSocketChannelclass AbstractNetworkChannelclass AbstractChanneltrait QueueMapEntitytrait ChannelStatetrait CompressionBooleanLongtrait Channeltrait ChannelAddressclass Objecttrait Matchableclass AnyShow all
            object NioSocketChannel
           
          Attributes
- Companion
- class
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Self type
- 
               NioSocketChannel.type
            trait NioUnsafeChannel extends UnsafeChannel
           
          Process IO.
Process IO.
Attributes
- Supertypes
- Known subtypes
            class NioUnsafeDatagramChannel(channel: AbstractChannel, ch: DatagramChannel, readInterestOp: Int) extends AbstractNioUnsafeChannel[DatagramChannel]
           
          Attributes
- Companion
- object
- Supertypes
- 
               class AbstractNioUnsafeChannel[DatagramChannel]trait NioUnsafeChannelclass AbstractUnsafeChanneltrait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
            object NioUnsafeDatagramChannel
           
          Attributes
- Companion
- class
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Self type
            class NioUnsafeFileChannel(channel: AbstractChannel) extends AbstractUnsafeChannel
           
          Attributes
- Supertypes
- 
               class AbstractUnsafeChanneltrait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
            class NioUnsafeServerSocketChannel(channel: AbstractChannel, ch: ServerSocketChannel, readInterestOp: Int) extends AbstractNioUnsafeChannel[ServerSocketChannel]
           
          Attributes
- Companion
- object
- Supertypes
- 
               class AbstractNioUnsafeChannel[ServerSocketChannel]trait NioUnsafeChannelclass AbstractUnsafeChanneltrait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
            object NioUnsafeServerSocketChannel
           
          Attributes
- Companion
- class
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Self type
            final class NioUnsafeSocketChannel(channel: AbstractChannel, ch: SocketChannel, readInterestOp: Int) extends AbstractNioUnsafeChannel[SocketChannel]
           
          Attributes
- Companion
- object
- Supertypes
- 
               class AbstractNioUnsafeChannel[SocketChannel]trait NioUnsafeChannelclass AbstractUnsafeChanneltrait ChannelStatetrait CompressionBooleanLongtrait UnsafeChannelclass Objecttrait Matchableclass AnyShow all
            object NioUnsafeSocketChannel
           
          Attributes
- Companion
- class
- Supertypes
- 
               class Objecttrait Matchableclass Any
- Self type
In this article