public class SpdyOrHttpHandler
extends io.netty.handler.codec.spdy.SpdyOrHttpChooser
| Constructor and Description |
|---|
SpdyOrHttpHandler() |
SpdyOrHttpHandler(int maxSpdyContentLength,
int maxHttpContentLength) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.channel.ChannelInboundHandler |
createHttpRequestHandlerForHttp() |
protected io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol |
getProtocol(SSLEngine engine) |
addHttpHandlers, addSpdyHandlers, createHttpRequestHandlerForSpdy, decodeactualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, handlerRemoved, handlerRemoved0, internalBuffer, isSingleDecode, setSingleDecodechannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredpublic SpdyOrHttpHandler()
public SpdyOrHttpHandler(int maxSpdyContentLength,
int maxHttpContentLength)
protected io.netty.handler.codec.spdy.SpdyOrHttpChooser.SelectedProtocol getProtocol(SSLEngine engine)
getProtocol in class io.netty.handler.codec.spdy.SpdyOrHttpChooserprotected io.netty.channel.ChannelInboundHandler createHttpRequestHandlerForHttp()
createHttpRequestHandlerForHttp in class io.netty.handler.codec.spdy.SpdyOrHttpChooserCopyright © 2008–2014 The Netty Project. All rights reserved.