public class SpdyOrHttpHandler extends ApplicationProtocolNegotiationHandler
ChannelHandler.Sharable| Modifier | Constructor and Description |
|---|---|
protected |
SpdyOrHttpHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configurePipeline(ChannelHandlerContext ctx,
String protocol)
Invoked on successful initial SSL/TLS handshake.
|
exceptionCaught, handshakeFailure, userEventTriggeredchannelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChangedensureNotSharable, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerAdded, handlerRemovedprotected void configurePipeline(ChannelHandlerContext ctx, String protocol) throws Exception
ApplicationProtocolNegotiationHandlerconfigurePipeline in class ApplicationProtocolNegotiationHandlerprotocol - the name of the negotiated application-level protocol, or
the fallback protocol name specified in the constructor call if negotiation failed or the client
isn't aware of ALPN/NPN extensionExceptionCopyright © 2008–2017 The Netty Project. All rights reserved.