Module io.netty5.transport
Package io.netty5.channel
Interface ServerChannelFactory<T extends ServerChannel>
-
- All Known Implementing Classes:
ReflectiveServerChannelFactory
public interface ServerChannelFactory<T extends ServerChannel>
Creates a newServerChannel
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
newChannel(EventLoop eventLoop, EventLoopGroup childEventLoopGroup)
Creates a new channel.
-
-
-
Method Detail
-
newChannel
T newChannel(EventLoop eventLoop, EventLoopGroup childEventLoopGroup) throws Exception
Creates a new channel.- Throws:
Exception
-
-