| Package | Description |
|---|---|
| org.jenkinsci.remoting.protocol |
| Modifier and Type | Method and Description |
|---|---|
<T> ProtocolStack<T> |
ProtocolStack.Builder.build(ApplicationLayer<T> application)
Create the
ProtocolStack. |
protected ProtocolStack<?> |
NetworkLayer.stack()
Returns the
ProtocolStack instace that we belong to. |
ProtocolStack<?> |
ProtocolStack.Ptr.stack()
Helper method to access the
ProtocolStack. |
protected ProtocolStack<?> |
ApplicationLayer.stack()
Accessor for the
ProtocolStack that we are bound to. |
protected ProtocolStack<?> |
FilterLayer.stack()
Accessor for the
ProtocolStack that we are bound to. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolStack.Listener.onClosed(ProtocolStack stack,
IOException cause)
When the stack was closed normally or abnormally due to an error.
|
Copyright © 2004–2020. All rights reserved.