final case class NettyClientDriver extends ClientDriver with ClientRequestEncoder with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NettyClientDriver
- Serializable
- Product
- Equals
- ClientRequestEncoder
- ClientDriver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Connection = io.netty.channel.Channel
- Definition Classes
- NettyClientDriver → ClientDriver
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val channelFactory: ChannelFactory[io.netty.channel.Channel]
- val clientConfig: ClientConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createConnectionPool(config: ConnectionPoolConfig)(implicit trace: Trace): ZIO[Scope, Nothing, ConnectionPool[io.netty.channel.Channel]]
- Definition Classes
- NettyClientDriver → ClientDriver
- def encode(req: Request)(implicit trace: Trace): Task[FullHttpRequest]
Converts client params to JFullHttpRequest
Converts client params to JFullHttpRequest
- Definition Classes
- ClientRequestEncoder
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventLoopGroup: EventLoopGroup
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nettyRuntime: NettyRuntime
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def requestOnChannel(channel: io.netty.channel.Channel, location: Absolute, req: Request, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], useAggregator: Boolean, enableKeepAlive: Boolean, createSocketApp: () => SocketApp[Any])(implicit trace: Trace): ZIO[Scope, Throwable, ChannelInterface]
- Definition Classes
- NettyClientDriver → ClientDriver
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])