Uses of Class
org.jenkinsci.remoting.engine.JnlpConnectionState
-
Uses of JnlpConnectionState in org.jenkinsci.remoting.engine
Modifier and TypeClassDescriptionclass
JnlpProtocolHandler<STATE extends JnlpConnectionState>
Consolidates the protocol handling for both the server and the client ends of the connection.Modifier and TypeClassDescriptionclass
Represents the connection state for aJnlpProtocol4Handler
connection.Modifier and TypeMethodDescriptionprotected JnlpConnectionState
JnlpProtocol4ProxyHandler.createConnectionState
(Socket socket, List<? extends JnlpConnectionStateListener> listeners) Modifier and TypeMethodDescriptionList<JnlpProtocolHandler<? extends JnlpConnectionState>>
JnlpProtocolHandlerFactory.handlers()
Creates the list ofJnlpProtocolHandler
instances that are available with the current configuration.Modifier and TypeMethodDescriptionabstract void
JnlpConnectionStateListener.afterChannel
(JnlpConnectionState event) Callback to notify theapprove()
listener that theChannel
has been created and is available viagetChannel()
.void
JnlpConnectionStateListener.afterDisconnect
(JnlpConnectionState event) abstract void
JnlpConnectionStateListener.afterProperties
(JnlpConnectionState event) Notification that properties have been exchanged.void
JnlpConnectionStateListener.beforeChannel
(JnlpConnectionState event) void
JnlpConnectionStateListener.beforeProperties
(JnlpConnectionState event) Notification that the connection has been established and properties will be exchanged.void
JnlpConnectionStateListener.channelClosed
(JnlpConnectionState event)