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 theProtocolStackthat we are bound to.protected ProtocolStack<?>FilterLayer.stack()Accessor for theProtocolStackthat we are bound to.protected ProtocolStack<?>NetworkLayer.stack()Returns theProtocolStackinstance that we belong to.ProtocolStack.Ptr.stack()Helper method to access theProtocolStack.Methods in org.jenkinsci.remoting.protocol with parameters of type ProtocolStackModifier and TypeMethodDescriptionvoidProtocolStack.Listener.onClosed(ProtocolStack<?> stack, IOException cause) When the stack was closed normally or abnormally due to an error.