public class WebsocketSinkServerInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
SslContext
based on WebsocketSinkProperties.ssl
WebsocketSinkServerHandler
to the underlying ChannelPipeline
Modifier and Type | Field and Description |
---|---|
static int |
MAX_CONTENT_LENGTH |
Constructor and Description |
---|
WebsocketSinkServerInitializer(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 WebsocketSinkServerInitializer(InMemoryTraceRepository traceRepository)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.