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<?> |
ApplicationLayer.stack()
Accessor for the
ProtocolStack that we are bound to. |
ProtocolStack<?> |
ProtocolStack.Ptr.stack()
Helper method to access the
ProtocolStack . |
protected ProtocolStack<?> |
FilterLayer.stack()
Accessor for the
ProtocolStack that we are bound to. |
protected ProtocolStack<?> |
NetworkLayer.stack()
Returns the
ProtocolStack instance that we belong 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–2022. All rights reserved.