Package hudson

Class TcpSlaveAgentListener.PingAgentProtocol

java.lang.Object
jenkins.AgentProtocol
hudson.TcpSlaveAgentListener.PingAgentProtocol
All Implemented Interfaces:
ExtensionPoint
Enclosing class:
TcpSlaveAgentListener

@Extension @Symbol("ping") public static class TcpSlaveAgentListener.PingAgentProtocol extends AgentProtocol
This extension provides a Ping protocol that allows people to verify that the TcpSlaveAgentListener is alive. We also use this to wake the acceptor thread on termination.
Since:
1.653