public class NettyHttpWSServerHandler<IN,OUT> extends NettyHttpServerHandler<IN,OUT>
NettyHttpChannel and Buffer).NettyChannelHandlerBridge.ChannelInputSubscriberEvent<IN>requestCHANNEL_REF, channelStream, channelSubscription, handler, log| Constructor and Description |
|---|
NettyHttpWSServerHandler(java.lang.String wsUrl,
java.lang.String protocols,
NettyHttpServerHandler<IN,OUT> originalHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object frame) |
protected io.netty.channel.ChannelFuture |
doOnWrite(java.lang.Object data,
io.netty.channel.ChannelHandlerContext ctx) |
protected void |
writeLast(io.netty.channel.ChannelHandlerContext ctx) |
channelActive, doOnSubscribe, postReadchannelInactive, channelReadComplete, convertBufferToByteBuff, doOnTerminate, doRead, exceptionCaught, getChannelStream, getHandler, subscription, userEventTriggered, writebind, close, connect, deregister, disconnect, flush, readchannelRegistered, channelUnregistered, channelWritabilityChangedhandlerAdded, handlerRemoved, isSharablepublic NettyHttpWSServerHandler(java.lang.String wsUrl,
java.lang.String protocols,
NettyHttpServerHandler<IN,OUT> originalHandler)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Object frame)
throws java.lang.Exception
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class NettyHttpServerHandler<IN,OUT>java.lang.Exceptionprotected void writeLast(io.netty.channel.ChannelHandlerContext ctx)
writeLast in class NettyHttpServerHandler<IN,OUT>protected io.netty.channel.ChannelFuture doOnWrite(java.lang.Object data,
io.netty.channel.ChannelHandlerContext ctx)
doOnWrite in class NettyHttpServerHandler<IN,OUT>