-
- All Known Implementing Classes:
AdaptiveReadHandleFactory,FixedReadHandleFactory,MaxMessagesReadHandleFactory,ServerChannelReadHandleFactory
public interface ReadHandleFactoryImplementations allow to influence how much data / messages are read per read loop invocation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReadHandleFactory.ReadHandleHandle which allows to customize how data / messages are read.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReadHandleFactory.ReadHandlenewHandle(Channel channel)Creates a new handle for the givenChannel.
-
-
-
Method Detail
-
newHandle
ReadHandleFactory.ReadHandle newHandle(Channel channel)
Creates a new handle for the givenChannel.- Parameters:
channel- theChannelfor which theReadHandleFactory.ReadHandleis used.
-
-