Class SpdyHttpEncoder.SpdyFrameWriter
java.lang.Object
org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder.SpdyFrameWriter
- All Implemented Interfaces:
EventListener, ChannelFutureListener
- Enclosing class:
SpdyHttpEncoder
private static class SpdyHttpEncoder.SpdyFrameWriter
extends Object
implements ChannelFutureListener
-
Field Summary
FieldsFields inherited from interface ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidoperationComplete(ChannelFuture future) Invoked when the I/O operation associated with theChannelFuturehas been completed.
-
Field Details
-
ctx
-
e
-
-
Constructor Details
-
SpdyFrameWriter
SpdyFrameWriter(ChannelHandlerContext ctx, MessageEvent e)
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListenerInvoked when the I/O operation associated with theChannelFuturehas been completed.- Specified by:
operationCompletein interfaceChannelFutureListener- Parameters:
future- the sourceChannelFuturewhich called this callback- Throws:
Exception
-