| Package | Description |
|---|---|
| org.jenkinsci.remoting.engine | |
| org.jenkinsci.remoting.protocol.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
JnlpConnectionState.reject(ConnectionRefusalException reason)
Signals that the current
JnlpConnectionStateListener is declaring ownership of this event, rejecting
the connection and all other JnlpConnectionStateListener instances will now be ignored. |
| Modifier and Type | Method and Description |
|---|---|
void |
JnlpConnectionState.fireAfterProperties(Map<String,String> properties)
Advances the connection state to indicate that the property exchange has completed.
|
void |
JnlpConnectionState.fireBeforeProperties()
Advances the connection state to indicate that a connection has been "secured" and the property exchange
is about to take place.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PermanentConnectionRefusalException
An exception to flag that the connection has been rejected and no further connection attempts should be made.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SSLEngineFilterLayer.Listener.onHandshakeCompleted(SSLSession session)
Callback when the handshake is completed.
|
void |
ConnectionHeadersFilterLayer.Listener.onReceiveHeaders(Map<String,String> headers)
Validate the supplied connection headers from the remote end.
|
Copyright © 2004–2022. All rights reserved.