final case class NettyClientDriver extends ClientDriver with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NettyClientDriver
- Serializable
- Serializable
- Product
- Equals
- ClientDriver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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: NettyConfig
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
createConnectionPool(dnsResolver: DnsResolver, config: ConnectionPoolConfig)(implicit trace: Trace): ZIO[Scope, Nothing, ConnectionPool[io.netty.channel.Channel]]
- Definition Classes
- NettyClientDriver → ClientDriver
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventLoopGroup: EventLoopGroup
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
requestOnChannel(channel: io.netty.channel.Channel, location: Absolute, req: Request, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState], enableKeepAlive: Boolean, createSocketApp: () ⇒ WebSocketApp[Any], webSocketConfig: WebSocketConfig)(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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )