@ChannelHandler.Sharable public final class StompWebSocketClientPageHandler extends SimpleChannelInboundHandler<FullHttpRequest>
ChannelHandler.Sharable| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
channelRead0(ChannelHandlerContext ctx,
FullHttpRequest request)
Is called for each message of type
I. |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedprotected void channelRead0(ChannelHandlerContext ctx, FullHttpRequest request)
SimpleChannelInboundHandlerI.channelRead0 在类中 SimpleChannelInboundHandler<FullHttpRequest>ctx - the ChannelHandlerContext which this SimpleChannelInboundHandler
belongs torequest - the message to handle