Interface ConnectionCreator
-
- All Superinterfaces:
io.netty.channel.ChannelHandler
public interface ConnectionCreator extends io.netty.channel.ChannelHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NettyServerConnectioncreateConnection(io.netty.channel.ChannelHandlerContext ctx, String protocol, boolean httpEnabled)
-
-
-
Method Detail
-
createConnection
NettyServerConnection createConnection(io.netty.channel.ChannelHandlerContext ctx, String protocol, boolean httpEnabled) throws Exception
- Throws:
Exception
-
-