WebSocketClientInboundHandler

zio.http.netty.client.WebSocketClientInboundHandler
final class WebSocketClientInboundHandler(rtm: NettyRuntime, onResponse: Promise[Throwable, Response], onComplete: Promise[Throwable, ChannelState])(implicit trace: Trace) extends SimpleChannelInboundHandler[FullHttpResponse]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Definition Classes

Attributes

Definition Classes

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
SimpleChannelInboundHandler

Attributes

Inherited from:
ChannelHandlerAdapter

Attributes

Inherited from:
ChannelInboundHandlerAdapter