public class WebsocketConsumerServerInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
SslContext
based on WebsocketConsumerProperties.ssl
WebsocketConsumerServerHandler
to the underlying ChannelPipeline
Modifier and Type | Field and Description |
---|---|
static int |
MAX_CONTENT_LENGTH
Max content length.
|
Constructor and Description |
---|
WebsocketConsumerServerInitializer(InMemoryTraceRepository traceRepository) |
Modifier and Type | Method and Description |
---|---|
void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemoved
public static final int MAX_CONTENT_LENGTH
public WebsocketConsumerServerInitializer(InMemoryTraceRepository traceRepository)
Copyright © 2021. All rights reserved.