Class HttpTunnelingClientSocketPipelineSink
- java.lang.Object
-
- org.jboss.netty.channel.AbstractChannelSink
-
- org.jboss.netty.channel.socket.http.HttpTunnelingClientSocketPipelineSink
-
- All Implemented Interfaces:
ChannelSink
final class HttpTunnelingClientSocketPipelineSink extends AbstractChannelSink
-
-
Constructor Summary
Constructors Constructor Description HttpTunnelingClientSocketPipelineSink()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
eventSunk(ChannelPipeline pipeline, ChannelEvent e)
Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).-
Methods inherited from class org.jboss.netty.channel.AbstractChannelSink
exceptionCaught, execute, isFireExceptionCaughtLater
-
-
-
-
Method Detail
-
eventSunk
public void eventSunk(ChannelPipeline pipeline, ChannelEvent e) throws java.lang.Exception
Description copied from interface:ChannelSink
Invoked byChannelPipeline
when a downstreamChannelEvent
has reached its terminal (the head of the pipeline).- Throws:
java.lang.Exception
-
-