| Package | Description |
|---|---|
| org.jenkinsci.remoting.engine |
| Modifier and Type | Class and Description |
|---|---|
class |
JnlpProtocolHandler<STATE extends JnlpConnectionState>
Consolidates the protocol handling for both the server and the client ends of the connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Jnlp4ConnectionState
Represents the connection state for a
JnlpProtocol4Handler connection. |
| Modifier and Type | Method and Description |
|---|---|
List<JnlpProtocolHandler<? extends JnlpConnectionState>> |
JnlpProtocolHandlerFactory.handlers()
Creates the list of
JnlpProtocolHandler instances that are available with the current configuration. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
JnlpConnectionStateListener.afterChannel(JnlpConnectionState event)
Callback to notify the
approve() listener that the Channel has been
created and is available via getChannel(). |
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)
|
Copyright © 2004–2022. All rights reserved.