| Package | Description |
|---|---|
| com.liferay.portal.kernel.nio.intraband | |
| com.liferay.portal.kernel.nio.intraband.blocking |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseIntraband.handleReading(ScatteringByteChannel scatteringByteChannel,
ChannelContext channelContext) |
protected boolean |
BaseIntraband.handleWriting(GatheringByteChannel gatheringByteChannel,
ChannelContext channelContext) |
| Modifier and Type | Field and Description |
|---|---|
protected ChannelContext |
FutureRegistrationReference.channelContext |
| Constructor and Description |
|---|
FutureRegistrationReference(Intraband intraband,
ChannelContext channelContext,
Future<Void> readFuture,
Future<Void> writeFuture) |
ReadingCallable(ScatteringByteChannel scatteringByteChannel,
ChannelContext channelContext) |
WritingCallable(GatheringByteChannel gatheringByteChannel,
ChannelContext channelContext) |