Class Http2SslChannelInitializer
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
com.netflix.zuul.netty.server.BaseZuulChannelInitializer
com.netflix.zuul.netty.server.http2.Http2SslChannelInitializer
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
User: Mike Smith
Date: 3/5/16
Time: 5:41 PM
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable
-
Field Summary
Fields inherited from class com.netflix.zuul.netty.server.BaseZuulChannelInitializer
accessLogPublisher, ATTR_CHANNEL_CONFIG, channelConfig, channelDependencies, channels, connectionExpiry, filterLoader, filterUsageNotifier, HTTP_CODEC_HANDLER_NAME, httpMetricsHandler, httpRequestReadTimeout, httpRequestReadTimeoutCounter, idleTimeout, MAX_CHUNK_SIZE, MAX_HEADER_SIZE, MAX_INITIAL_LINE_LENGTH, maxConnections, maxConnectionsHandler, maxRequestsPerConnection, maxRequestsPerConnectionInBrownout, nettyLogger, passportLoggingHandler, perEventLoopConnectionMetricsHandler, perEventLoopRequestsMetricsHandler, port, rateLimitingChannelHandler, registry, requestCompleteHandler, sessionContextDecorator, sourceAddressChannelHandler, sslClientCertCheckChannelHandler, stripInboundProxyHeadersHandler, withProxyProtocol
-
Constructor Summary
ConstructorsConstructorDescriptionHttp2SslChannelInitializer
(int port, ChannelConfig channelConfig, ChannelConfig channelDependencies, io.netty.channel.group.ChannelGroup channels) Deprecated.Http2SslChannelInitializer
(String metricId, ChannelConfig channelConfig, ChannelConfig channelDependencies, io.netty.channel.group.ChannelGroup channels) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
http1Codec
(io.netty.channel.ChannelPipeline pipeline) protected void
http1Handlers
(io.netty.channel.ChannelPipeline pipeline) protected void
initChannel
(io.netty.channel.Channel ch) Methods inherited from class com.netflix.zuul.netty.server.BaseZuulChannelInitializer
addHttp1Handlers, addHttpRelatedHandlers, addPassportHandler, addSslClientCertChecks, addSslInfoHandlers, addTcpRelatedHandlers, addTimeoutHandlers, addZuulFilterChainHandler, addZuulHandlers, createHttpServerCodec, getEndpointRunner, getFilterChainRunner, getFilterChainRunner, getFilters, storeChannel
Methods inherited from class io.netty.channel.ChannelInitializer
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelUnregistered, channelWritabilityChanged, userEventTriggered
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, isSharable
-
Constructor Details
-
Http2SslChannelInitializer
@Deprecated public Http2SslChannelInitializer(int port, ChannelConfig channelConfig, ChannelConfig channelDependencies, io.netty.channel.group.ChannelGroup channels) Deprecated. -
Http2SslChannelInitializer
public Http2SslChannelInitializer(String metricId, ChannelConfig channelConfig, ChannelConfig channelDependencies, io.netty.channel.group.ChannelGroup channels)
-
-
Method Details
-
initChannel
- Specified by:
initChannel
in classio.netty.channel.ChannelInitializer<io.netty.channel.Channel>
- Throws:
Exception
-
http1Handlers
protected void http1Handlers(io.netty.channel.ChannelPipeline pipeline) -
http1Codec
protected void http1Codec(io.netty.channel.ChannelPipeline pipeline)
-