Package | Description |
---|---|
org.jetlang.fibers |
Modifier and Type | Class and Description |
---|---|
static class |
NioFiberImpl.BufferedWrite<T extends SelectableChannel & WritableByteChannel> |
Modifier and Type | Method and Description |
---|---|
void |
NioControls.addHandler(NioChannelHandler handler) |
void |
NioFiber.addHandler(NioChannelHandler handler) |
void |
NioFiberImpl.addHandler(NioChannelHandler handler) |
boolean |
NioBatchExecutorImpl.runOnSelect(NioFiber fiber,
NioChannelHandler handler,
NioControls controls,
SelectionKey key) |
boolean |
NioBatchExecutor.runOnSelect(NioFiber fiber,
NioChannelHandler handler,
NioControls controls,
SelectionKey key) |
Constructor and Description |
---|
NioFiberImpl(NioBatchExecutor executor,
Collection<NioChannelHandler> handlers) |
NioFiberImpl(NioBatchExecutor executor,
Collection<NioChannelHandler> nioHandlers,
String threadName,
boolean isDaemonThread,
NioFiberImpl.WriteFailure writeFailed,
NioFiberImpl.OnBuffer onBuffer) |
Copyright © 2017. All Rights Reserved.