Package

org.http4s.blaze

channel

Permalink

package channel

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. channel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ChannelOptions(options: Vector[OptionValue[_]]) extends Product with Serializable

    Permalink

    Collection of socket options

  2. case class OptionValue[T](key: SocketOption[T], value: T) extends Product with Serializable

    Permalink

    key-value pair composing a socket option

  3. abstract class ServerChannel extends Closeable

    Permalink

    Representation of a bound server

  4. trait ServerChannelGroup extends AnyRef

    Permalink

    Abstraction for binding a server socket and handling connections.

    Abstraction for binding a server socket and handling connections.

    Note

    Implementations may have resources associated with them before binding any sockets and should be closed.

  5. trait SocketConnection extends AnyRef

    Permalink
  6. type SocketPipelineBuilder = (SocketConnection) ⇒ Future[LeafBuilder[ByteBuffer]]

    Permalink

Value Members

  1. object ChannelHead

    Permalink
  2. object ChannelOptions extends Serializable

    Permalink
  3. val DefaultPoolSize: Int

    Permalink

    Default number of threads used to make a new org.http4s.blaze.channel.nio1.SelectorLoopPool if not specified

  4. package nio1

    Permalink
  5. package nio2

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped