public class WebSocketChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.socket.SocketChannel>
| Constructor and Description |
|---|
WebSocketChannelInitializer(ConnectionParam connectionParam,
String host,
int port,
URI serverUri) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initChannel(io.netty.channel.socket.SocketChannel ch) |
channelRegistered, exceptionCaught, handlerAdded, handlerRemovedpublic final URI serverUri
public WebSocketChannelInitializer(ConnectionParam connectionParam, String host, int port, URI serverUri)
Copyright © 2025. All rights reserved.