-
- All Known Implementing Classes:
MaxMessagesWriteHandleFactory,ServerChannelWriteHandleFactory,SocketChannelWriteHandleFactory
public interface WriteHandleFactoryImplementations allow to influence how much data / messages are written per write loop invocation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWriteHandleFactory.WriteHandleHandle which allows to customize how data / messages are read.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WriteHandleFactory.WriteHandlenewHandle(Channel channel)Creates a new handle for the givenChannel.
-
-
-
Method Detail
-
newHandle
WriteHandleFactory.WriteHandle newHandle(Channel channel)
Creates a new handle for the givenChannel.- Parameters:
channel- theChannelfor which theWriteHandleFactory.WriteHandleis used.
-
-