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(zExec: NettyRuntime, jReq: FullHttpRequest, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], isWebSocket: Boolean, enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[FullHttpResponse]
Handles HTTP response
Handles HTTP response
Attributes
- Graph
- Supertypes
- trait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any
final class ClientInboundStreamingHandler(val rtm: NettyRuntime, req: Request, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpObject]
Attributes
- Graph
- Supertypes
- trait ChannelInboundHandlerclass ChannelHandlerAdaptertrait ChannelHandlerclass Objecttrait Matchableclass Any
trait ClientRequestEncoder
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class ClientLiveclass NettyClientDriver
final class ClientResponseStreamHandler(val callback: UnsafeAsync, zExec: NettyRuntime, onComplete: Promise[Throwable, ChannelState], keepAlive: Boolean)(implicit trace: Trace) extends SimpleChannelInboundHandler[HttpContent]
Attributes
- Graph
- Supertypes
- trait 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
- trait Serializabletrait Producttrait Equalstrait ClientRequestEncodertrait ClientDriverclass Objecttrait Matchableclass Any
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