Uses of Class
org.jenkinsci.remoting.protocol.ProtocolStack
Packages that use ProtocolStack
-
Uses of ProtocolStack in org.jenkinsci.remoting.protocol
Methods in org.jenkinsci.remoting.protocol that return ProtocolStackModifier and TypeMethodDescription<T> ProtocolStack<T>
ProtocolStack.Builder.build
(ApplicationLayer<T> application) Create theProtocolStack
.protected ProtocolStack<?>
ApplicationLayer.stack()
Accessor for theProtocolStack
that we are bound to.protected ProtocolStack<?>
FilterLayer.stack()
Accessor for theProtocolStack
that we are bound to.protected ProtocolStack<?>
NetworkLayer.stack()
Returns theProtocolStack
instance that we belong to.ProtocolStack.Ptr.stack()
Helper method to access theProtocolStack
.Methods in org.jenkinsci.remoting.protocol with parameters of type ProtocolStackModifier and TypeMethodDescriptionvoid
ProtocolStack.Listener.onClosed
(ProtocolStack<?> stack, IOException cause) When the stack was closed normally or abnormally due to an error.