Uses of Interface
org.jenkinsci.remoting.protocol.ProtocolLayer
Packages that use ProtocolLayer
-
Uses of ProtocolLayer in org.jenkinsci.remoting.protocol
Subinterfaces of ProtocolLayer in org.jenkinsci.remoting.protocolModifier and TypeInterfaceDescriptionstatic interfaceInterface to indicate that this layer receives data from lower layers.static interfaceInterface to indicate that this layer sends data to lower layers.Classes in org.jenkinsci.remoting.protocol that implement ProtocolLayerModifier and TypeClassDescriptionclassThe highestProtocolLayerin aProtocolStack.classAn intermediateProtocolLayerin aProtocolStack.classThe lowestProtocolLayerin aProtocolStack. -
Uses of ProtocolLayer in org.jenkinsci.remoting.protocol.impl
Classes in org.jenkinsci.remoting.protocol.impl that implement ProtocolLayerModifier 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.classANetworkLayerthat uses a dedicated reader thread and runs on demand writer thread to manage I/O.classAnApplicationLayerthat produces aChannel.classPerforms the connection header negotiation.classclassAFilterLayerthat encrypts the communication between the upper layers and the lower layers using the suppliedSSLEngine.