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

override def channelActive(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
override def channelRead0(ctx: ChannelHandlerContext, msg: FullHttpResponse): Unit

Attributes

Definition Classes
override def exceptionCaught(ctx: ChannelHandlerContext, error: Throwable): Unit

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:
ChannelHandlerAdapter
def isSharable(): Boolean

Attributes

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

Attributes

Inherited from:
ChannelInboundHandlerAdapter