| Package | Description |
|---|---|
| org.jenkinsci.remoting.engine | |
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
JnlpProtocolHandlerFactory |
JnlpProtocolHandlerFactory.withIOHub(IOHub ioHub)
Add a
IOHub. |
| Constructor and Description |
|---|
JnlpProtocol4Handler(JnlpClientDatabase clientDatabase,
ExecutorService threadPool,
IOHub ioHub,
SSLContext context,
boolean needClientAuth,
boolean preferNio)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static IOHub |
IOHub.create(Executor executor)
Creates and starts a new
IOHub instance. |
IOHub |
NetworkLayer.getIoHub()
Gets the
IOHub that we are using. |
| Constructor and Description |
|---|
NetworkLayer(IOHub ioHub)
Constructor.
|
| Constructor and Description |
|---|
BIONetworkLayer(IOHub ioHub,
ReadableByteChannel in,
WritableByteChannel out)
Constructor.
|
NIONetworkLayer(IOHub ioHub,
ReadableByteChannel in,
WritableByteChannel out)
Constructor.
|
Copyright © 2004–2020. All rights reserved.