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 TypeClassDescriptionclass
AFilterLayer
that ensures both sides will not proceed unless the acknowledgement has been sent and received by both sides.class
AFilterLayer
that sends the AgentProtocol client handshake.class
Performs the connection header negotiation.class
AFilterLayer
that encrypts the communication between the upper layers and the lower layers using the suppliedSSLEngine
.