Package

org.http4s.blaze.channel

nio1

Permalink

package nio1

Visibility
  1. Public
  2. All

Type Members

  1. final class FixedSelectorPool extends SelectorLoopPool

    Permalink

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

  2. trait NIO1Channel extends AnyRef

    Permalink

    Facade over NIO1 SelectableChannels

    Facade over NIO1 SelectableChannels

    The interface adds a way to cleanup resources other than the channel itself.

  3. final class SelectorLoop extends Executor with ExecutionContext

    Permalink

    A special thread that listens for events on the provided selector.

    A special thread that listens for events on the provided selector.

    Note

    when the SelectorLoop is closed all registered Selectables are closed with it.

  4. trait SelectorLoopPool extends AnyRef

    Permalink

    Provides SelectorLoops for NIO1 network services

Value Members

  1. object NIO1Channel

    Permalink
  2. object NIO1Connection

    Permalink
  3. object NIO1SocketServerGroup

    Permalink

Ungrouped