| Package | Description |
|---|---|
| org.jenkinsci.remoting.engine | |
| org.jenkinsci.remoting.protocol | |
| org.jenkinsci.remoting.protocol.impl |
| Class and Description |
|---|
| IOHub
A hub for performing I/O.
|
| Class and Description |
|---|
| ApplicationLayer
The highest
ProtocolLayer in a ProtocolStack. |
| FilterLayer
An intermediate
ProtocolLayer in a ProtocolStack. |
| IOHub
A hub for performing I/O.
|
| IOHubReadyListener
Interface for receiving callbacks when a
SelectableChannel is ready on its registered
SelectionKey.interestOps(). |
| IOHubRegistrationCallback
Callback to be notified when a call to
IOHub.register(SelectableChannel, IOHubReadyListener, boolean, boolean, boolean, boolean, IOHubRegistrationCallback) has completed registration. |
| NetworkLayer
The lowest
ProtocolLayer in a ProtocolStack. |
| ProtocolLayer
A network
ProtocolStack consists of a number of ProtocolLayers. |
| ProtocolLayer.Recv
Interface to indicate that this layer receives data from lower layers.
|
| ProtocolLayer.Send
Interface to indicate that this layer sends data to lower layers.
|
| ProtocolStack
A stack of
ProtocolLayer that make a network protocol. |
| ProtocolStack.Builder
Builder for
ProtocolStack instances. |
| ProtocolStack.Listener
Callback "interface" for changes in the state of
ProtocolStack. |
| ProtocolStack.Ptr
Tracks where a
ProtocolLayer is in the ProtocolStack. |
| Class and Description |
|---|
| ApplicationLayer
The highest
ProtocolLayer in a ProtocolStack. |
| FilterLayer
An intermediate
ProtocolLayer in a ProtocolStack. |
| IOHub
A hub for performing I/O.
|
| IOHubReadyListener
Interface for receiving callbacks when a
SelectableChannel is ready on its registered
SelectionKey.interestOps(). |
| NetworkLayer
The lowest
ProtocolLayer in a ProtocolStack. |
| ProtocolLayer
A network
ProtocolStack consists of a number of ProtocolLayers. |
| ProtocolLayer.Recv
Interface to indicate that this layer receives data from lower layers.
|
| ProtocolLayer.Send
Interface to indicate that this layer sends data to lower layers.
|
Copyright © 2004–2018. All rights reserved.