Class SpdyHttpEncoder.SpdyFrameWriter
- java.lang.Object
-
- org.jboss.netty.handler.codec.spdy.SpdyHttpEncoder.SpdyFrameWriter
-
- All Implemented Interfaces:
java.util.EventListener,ChannelFutureListener
- Enclosing class:
- SpdyHttpEncoder
private static class SpdyHttpEncoder.SpdyFrameWriter extends java.lang.Object implements ChannelFutureListener
-
-
Field Summary
Fields Modifier and Type Field Description private ChannelHandlerContextctxprivate MessageEvente-
Fields inherited from interface org.jboss.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE
-
-
Constructor Summary
Constructors Constructor Description SpdyFrameWriter(ChannelHandlerContext ctx, MessageEvent e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidoperationComplete(ChannelFuture future)Invoked when the I/O operation associated with theChannelFuturehas been completed.
-
-
-
Field Detail
-
ctx
private final ChannelHandlerContext ctx
-
e
private final MessageEvent e
-
-
Constructor Detail
-
SpdyFrameWriter
SpdyFrameWriter(ChannelHandlerContext ctx, MessageEvent e)
-
-
Method Detail
-
operationComplete
public void operationComplete(ChannelFuture future) throws java.lang.Exception
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:
java.lang.Exception
-
-