zio.http.netty.client
package zio.http.netty.client
Members list
Concise view
Type members
Classlikes
Attributes
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- Self type
object ChannelState
Attributes
- Companion:
- trait
- Graph
- Supertypes
- Self type
- ChannelState.type
final class ClientInboundHandler(rtm: NettyRuntime, req: Request, jReq: HttpRequest, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpObject]
Handles HTTP response
Handles HTTP response
Attributes
- Graph
- Supertypes
- trait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any
final class ClientResponseStreamHandler(rtm: NettyRuntime, onComplete: Promise[Throwable, ChannelState], keepAlive: Boolean, status: Status)(implicit trace: Trace) extends AsyncBodyReader
Attributes
- Graph
- Supertypes
- class AsyncBodyReadertrait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any
- Self type
object ClientSSLConverter
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ClientSSLConverter.type
Attributes
- Companion:
- object
- Graph
- Supertypes
object NettyClientDriver
Attributes
- Companion:
- class
- Graph
- Supertypes
- Self type
- NettyClientDriver.type
Attributes
- Companion:
- object
- Graph
- Supertypes
object NettyConnectionPool
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- NettyConnectionPool.type
final class WebSocketClientInboundHandler(rtm: NettyRuntime, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState])(implicit trace: Trace) extends SimpleChannelInboundHandler[FullHttpResponse]
Attributes
- Graph
- Supertypes
- trait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any