Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait ChannelState extends AnyRef
  2. final class ClientFailureHandler extends ChannelInboundHandlerAdapter

    Handles failures happening in ClientInboundHandler

  3. final class ClientInboundHandler extends SimpleChannelInboundHandler[HttpObject]

    Handles HTTP response

  4. final class ClientResponseStreamHandler extends AsyncBodyReader
  5. final case class NettyClientDriver extends ClientDriver with Product with Serializable
  6. trait NettyConnectionPool extends ConnectionPool[io.netty.channel.Channel]
  7. final class WebSocketClientInboundHandler extends SimpleChannelInboundHandler[FullHttpResponse]

Ungrouped