| Package | Description |
|---|---|
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
Future<SelectionKey> |
IOHub.register(SelectableChannel channel,
IOHubReadyListener listener,
boolean accept,
boolean connect,
boolean read,
boolean write)
Register the
SelectableChannel for the requested operations using the supplied
IOHubReadyListener. |
void |
IOHub.register(SelectableChannel channel,
IOHubReadyListener listener,
boolean accept,
boolean connect,
boolean read,
boolean write,
IOHubRegistrationCallback callback)
Register the
SelectableChannel for the requested operations using the supplied
IOHubReadyListener, when the registration is complete the IOHubRegistrationCallback will be
invoked. |
| Modifier and Type | Class and Description |
|---|---|
class |
NIONetworkLayer
|
Copyright © 2004–2017. All rights reserved.