public final class WebSocketClientHandler
extends <any>
Constructor and Description |
---|
WebSocketClientHandler(WebSocketClientHandshaker handshaker) |
Modifier and Type | Method and Description |
---|---|
void |
channelActive(ChannelHandlerContext ctx) |
void |
channelInactive(ChannelHandlerContext ctx) |
protected void |
channelRead0(ChannelHandlerContext ctx,
Object msg) |
void |
exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) |
void |
handlerAdded(ChannelHandlerContext ctx) |
ChannelFuture |
handshakeFuture() |
public WebSocketClientHandler(WebSocketClientHandshaker handshaker)
public ChannelFuture handshakeFuture()
public void channelActive(ChannelHandlerContext ctx) throws Exception
Exception
public void channelInactive(ChannelHandlerContext ctx) throws Exception
Exception
protected void channelRead0(ChannelHandlerContext ctx, Object msg) throws Exception
Exception
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.