Uses of Class
org.jenkinsci.remoting.engine.JnlpConnectionState
Packages that use JnlpConnectionState
-
Uses of JnlpConnectionState in org.jenkinsci.remoting.engine
Classes in org.jenkinsci.remoting.engine with type parameters of type JnlpConnectionStateModifier and TypeClassDescriptionclassJnlpProtocolHandler<STATE extends JnlpConnectionState>Consolidates the protocol handling for both the server and the client ends of the connection.Subclasses of JnlpConnectionState in org.jenkinsci.remoting.engineModifier and TypeClassDescriptionclassRepresents the connection state for aJnlpProtocol4Handlerconnection.Methods in org.jenkinsci.remoting.engine that return JnlpConnectionStateModifier and TypeMethodDescriptionprotected JnlpConnectionStateJnlpProtocol4ProxyHandler.createConnectionState(Socket socket, List<? extends JnlpConnectionStateListener> listeners) Methods in org.jenkinsci.remoting.engine that return types with arguments of type JnlpConnectionStateModifier and TypeMethodDescriptionList<JnlpProtocolHandler<? extends JnlpConnectionState>>JnlpProtocolHandlerFactory.handlers()Creates the list ofJnlpProtocolHandlerinstances that are available with the current configuration.Methods in org.jenkinsci.remoting.engine with parameters of type JnlpConnectionStateModifier and TypeMethodDescriptionabstract voidJnlpConnectionStateListener.afterChannel(JnlpConnectionState event) Callback to notify theapprove()listener that theChannelhas been created and is available viagetChannel().voidJnlpConnectionStateListener.afterDisconnect(JnlpConnectionState event) abstract voidJnlpConnectionStateListener.afterProperties(JnlpConnectionState event) Notification that properties have been exchanged.voidJnlpConnectionStateListener.beforeChannel(JnlpConnectionState event) voidJnlpConnectionStateListener.beforeProperties(JnlpConnectionState event) Notification that the connection has been established and properties will be exchanged.voidJnlpConnectionStateListener.channelClosed(JnlpConnectionState event)