Uses of Class
org.jenkinsci.remoting.protocol.FilterLayer
Packages that use FilterLayer
-
Uses of FilterLayer in org.jenkinsci.remoting.protocol
Methods in org.jenkinsci.remoting.protocol with parameters of type FilterLayerModifier and TypeMethodDescriptionProtocolStack.Builder.filter(FilterLayer filter) Adds the supplied filter into theProtocolStack. -
Uses of FilterLayer in org.jenkinsci.remoting.protocol.impl
Subclasses of FilterLayer in org.jenkinsci.remoting.protocol.implModifier and TypeClassDescriptionclassAFilterLayerthat ensures both sides will not proceed unless the acknowledgement has been sent and received by both sides.classAFilterLayerthat sends the AgentProtocol client handshake.classPerforms the connection header negotiation.classAFilterLayerthat encrypts the communication between the upper layers and the lower layers using the suppliedSSLEngine.