- java.lang.Object
-
- io.netty5.channel.ServerChannelWriteHandleFactory
-
- All Implemented Interfaces:
WriteHandleFactory
public final class ServerChannelWriteHandleFactory extends Object implements WriteHandleFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.netty5.channel.WriteHandleFactory
WriteHandleFactory.WriteHandle
-
-
Constructor Summary
Constructors Constructor Description ServerChannelWriteHandleFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WriteHandleFactory.WriteHandlenewHandle(Channel channel)Creates a new handle for the givenChannel.
-
-
-
Method Detail
-
newHandle
public WriteHandleFactory.WriteHandle newHandle(Channel channel)
Description copied from interface:WriteHandleFactoryCreates a new handle for the givenChannel.- Specified by:
newHandlein interfaceWriteHandleFactory- Parameters:
channel- theChannelfor which theWriteHandleFactory.WriteHandleis used.
-
-