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 org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
operationComplete
(ChannelFuture future) Invoked when the I/O operation associated with theChannelFuture
has been completed.
-
Field Details
-
ctx
-
e
-
-
Constructor Details
-
SpdyFrameWriter
SpdyFrameWriter(ChannelHandlerContext ctx, MessageEvent e)
-
-
Method Details
-
operationComplete
Description copied from interface:ChannelFutureListener
Invoked when the I/O operation associated with theChannelFuture
has been completed.- Specified by:
operationComplete
in interfaceChannelFutureListener
- Parameters:
future
- the sourceChannelFuture
which called this callback- Throws:
Exception
-