protected class Netty4Transport.ServerChannelInitializer
extends io.netty.channel.ChannelInitializer<io.netty.channel.Channel>
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
name |
| Modifier | Constructor | Description |
|---|---|---|
protected |
ServerChannelInitializer(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause) |
|
protected void |
initChannel(io.netty.channel.Channel ch) |
ensureNotSharable, handlerRemoved, isSharableprotected ServerChannelInitializer(java.lang.String name)
protected void initChannel(io.netty.channel.Channel ch)
throws java.lang.Exception
initChannel in class io.netty.channel.ChannelInitializer<io.netty.channel.Channel>java.lang.Exceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause)
throws java.lang.Exception
exceptionCaught in class io.netty.channel.ChannelInitializer<io.netty.channel.Channel>java.lang.Exception