org.http4s.blaze.channel

nio1

package nio1

Visibility
  1. Public
  2. All

Type Members

  1. class FixedSelectorPool extends SelectorLoopPool

    Provides a fixed size pool of SelectorLoops, distributing work in a round robin fashion

  2. case class NIO1SocketConnection(connection: SocketChannel) extends SocketConnection with Product with Serializable

  3. class NIO1SocketServerGroup extends ServerChannelGroup

    A thread resource group for NIO1 network operations

  4. final class SelectorLoop extends Thread

  5. trait SelectorLoopPool extends AnyRef

    Provides SelectorLoops for NIO1 network services

Value Members

  1. object NIO1Connection

  2. object NIO1SocketServerGroup

Ungrouped