Class HttpTunnelingClientSocketChannel.ServletChannelHandler
java.lang.Object
org.jboss.netty.channel.SimpleChannelUpstreamHandler
org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketChannel.ServletChannelHandler
- All Implemented Interfaces:
ChannelHandler,ChannelUpstreamHandler
- Enclosing class:
HttpTunnelingClientSocketChannel
final class HttpTunnelingClientSocketChannel.ServletChannelHandler
extends SimpleChannelUpstreamHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
ChannelHandler.Sharable -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when aChannelis open and bound to a local address, but not connected.voidInvoked when aChannelwas closed and all its related resources were released.voidInvoked when aChannelwas disconnected from its remote peer.voidInvoked when aChannel'sinterestOpswas changed.voidInvoked when aChannelwas unbound from the current local address.voidInvoked when an exception was raised by an I/O thread or aChannelHandler.voidInvoked when a message object (e.g:ChannelBuffer) was received from a remote peer.Methods inherited from class org.jboss.netty.channel.SimpleChannelUpstreamHandler
channelConnected, channelOpen, childChannelClosed, childChannelOpen, handleUpstream, writeComplete
-
Field Details
-
readingChunks
private volatile boolean readingChunks -
virtualChannel
-
-
Constructor Details
-
ServletChannelHandler
ServletChannelHandler()
-
-
Method Details
-
channelBound
Description copied from class:SimpleChannelUpstreamHandlerInvoked when aChannelis open and bound to a local address, but not connected.
Be aware that this event is fired from within the I/O thread. You should never execute any heavy operation in there as it will block the dispatching to other workers!- Overrides:
channelBoundin classSimpleChannelUpstreamHandler- Throws:
Exception
-
messageReceived
Description copied from class:SimpleChannelUpstreamHandlerInvoked when a message object (e.g:ChannelBuffer) was received from a remote peer.- Overrides:
messageReceivedin classSimpleChannelUpstreamHandler- Throws:
Exception
-
channelInterestChanged
Description copied from class:SimpleChannelUpstreamHandlerInvoked when aChannel'sinterestOpswas changed.- Overrides:
channelInterestChangedin classSimpleChannelUpstreamHandler- Throws:
Exception
-
channelDisconnected
Description copied from class:SimpleChannelUpstreamHandlerInvoked when aChannelwas disconnected from its remote peer.- Overrides:
channelDisconnectedin classSimpleChannelUpstreamHandler- Throws:
Exception
-
channelUnbound
Description copied from class:SimpleChannelUpstreamHandlerInvoked when aChannelwas unbound from the current local address.- Overrides:
channelUnboundin classSimpleChannelUpstreamHandler- Throws:
Exception
-
channelClosed
Description copied from class:SimpleChannelUpstreamHandlerInvoked when aChannelwas closed and all its related resources were released.- Overrides:
channelClosedin classSimpleChannelUpstreamHandler- Throws:
Exception
-
exceptionCaught
Description copied from class:SimpleChannelUpstreamHandlerInvoked when an exception was raised by an I/O thread or aChannelHandler.- Overrides:
exceptionCaughtin classSimpleChannelUpstreamHandler- Throws:
Exception
-