| 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 | 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–2018. All rights reserved.