Interface ConnectionCreator
- All Superinterfaces:
io.netty.channel.ChannelHandler
public interface ConnectionCreator
extends io.netty.channel.ChannelHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
Method Summary
Modifier and TypeMethodDescriptioncreateConnection(io.netty.channel.ChannelHandlerContext ctx, String protocol, boolean httpEnabled) Methods inherited from interface io.netty.channel.ChannelHandler
exceptionCaught, handlerAdded, handlerRemoved
-
Method Details
-
createConnection
NettyServerConnection createConnection(io.netty.channel.ChannelHandlerContext ctx, String protocol, boolean httpEnabled) throws Exception - Throws:
Exception
-