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(String wsUrl,
String protocols,
NettyHttpServerHandler<IN,OUT> originalHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object frame) |
protected io.netty.channel.ChannelFuture |
doOnWrite(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(String wsUrl, String protocols, NettyHttpServerHandler<IN,OUT> originalHandler)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object frame)
throws Exception
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class NettyHttpServerHandler<IN,OUT>Exceptionprotected void writeLast(io.netty.channel.ChannelHandlerContext ctx)
writeLast in class NettyHttpServerHandler<IN,OUT>protected io.netty.channel.ChannelFuture doOnWrite(Object data, io.netty.channel.ChannelHandlerContext ctx)
doOnWrite in class NettyHttpServerHandler<IN,OUT>Copyright © 2016. All rights reserved.