@ChannelHandler.Sharable protected abstract class ProxyConnection.RequestReadMonitor extends ChannelInboundHandlerAdapter
ChannelHandler.Sharable| Modifier | Constructor and Description |
|---|---|
protected |
RequestReadMonitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(ChannelHandlerContext ctx,
Object msg) |
protected abstract void |
requestRead(HttpRequest httpRequest) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedpublic void channelRead(ChannelHandlerContext ctx, Object msg) throws Exception
channelRead in interface ChannelInboundHandlerchannelRead in class ChannelInboundHandlerAdapterExceptionprotected abstract void requestRead(HttpRequest httpRequest)
Copyright © 2009–2017 LittleShoot. All rights reserved.