Class Http2ConnectionHandler.PrefaceSendListener
java.lang.Object
io.netty.handler.codec.http2.Http2ConnectionHandler.PrefaceSendListener
- All Implemented Interfaces:
ChannelFutureListener, GenericFutureListener<ChannelFuture>, EventListener
- Enclosing class:
Http2ConnectionHandler
private final class Http2ConnectionHandler.PrefaceSendListener
extends Object
implements ChannelFutureListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ChannelHandlerContextprivate final ChannelPromiseFields inherited from interface ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked when the operation associated with theFuturehas been completed.
-
Field Details
-
ctx
-
promise
-
-
Constructor Details
-
PrefaceSendListener
PrefaceSendListener(ChannelHandlerContext ctx, ChannelPromise promise)
-
-
Method Details
-
operationComplete
Description copied from interface:GenericFutureListenerInvoked when the operation associated with theFuturehas been completed.- Specified by:
operationCompletein interfaceGenericFutureListener<ChannelFuture>- Parameters:
f- the sourceFuturewhich called this callback
-