Uses of Class
org.jenkinsci.remoting.protocol.ProtocolStack.Ptr
Packages that use ProtocolStack.Ptr
-
Uses of ProtocolStack.Ptr in org.jenkinsci.remoting.protocol
Methods in org.jenkinsci.remoting.protocol that return ProtocolStack.PtrModifier and TypeMethodDescriptionprotected ProtocolStack<?>.PtrFilterLayer.next()Accessor for the next layers in theProtocolStack.Methods in org.jenkinsci.remoting.protocol with parameters of type ProtocolStack.PtrModifier and TypeMethodDescriptionfinal voidApplicationLayer.init(ProtocolStack<?>.Ptr ptr) Initializes the layer with itsProtocolStack.Ptr.final voidFilterLayer.init(ProtocolStack<?>.Ptr ptr) Initializes the layer with itsProtocolStack.Ptr.final voidNetworkLayer.init(ProtocolStack<?>.Ptr ptr) Initializes the layer with itsProtocolStack.Ptr.voidProtocolLayer.init(ProtocolStack<?>.Ptr ptr) Initializes the layer with itsProtocolStack.Ptr.