org.http4s.blaze.channel

nio2

package nio2

Visibility
  1. Public
  2. All

Type Members

  1. final class ByteBufferHead extends ChannelHead

  2. class ClientChannelFactory extends AnyRef

    A factory for opening TCP connections to remote sockets

    A factory for opening TCP connections to remote sockets

    Provides a way to easily make TCP connections which can then serve as the Head for a pipeline

  3. case class NIO2SocketConnection(connection: AsynchronousSocketChannel) extends SocketConnection with Product with Serializable

  4. class NIO2SocketServerChannelFactory extends ServerChannelFactory[AsynchronousServerSocketChannel]

Value Members

  1. object NIO2SocketServerChannelFactory

Ungrouped