Uses of Class
org.jenkinsci.remoting.protocol.impl.ConnectionRefusalException
Packages that use ConnectionRefusalException
-
Uses of ConnectionRefusalException in org.jenkinsci.remoting.engine
Methods in org.jenkinsci.remoting.engine with parameters of type ConnectionRefusalExceptionModifier and TypeMethodDescriptionvoidJnlpConnectionState.reject(ConnectionRefusalException reason) Signals that the currentJnlpConnectionStateListeneris declaring ownership of this event, rejecting the connection and all otherJnlpConnectionStateListenerinstances will now be ignored.Methods in org.jenkinsci.remoting.engine that throw ConnectionRefusalExceptionModifier and TypeMethodDescriptionvoidJnlpConnectionState.fireAfterProperties(Map<String, String> properties) Advances the connection state to indicate that the property exchange has completed.voidJnlpConnectionState.fireBeforeProperties()Advances the connection state to indicate that a connection has been "secured" and the property exchange is about to take place. -
Uses of ConnectionRefusalException in org.jenkinsci.remoting.protocol.impl
Subclasses of ConnectionRefusalException in org.jenkinsci.remoting.protocol.implModifier and TypeClassDescriptionclassDeprecated.Does not actually do what it claims; only affects logging levels.Methods in org.jenkinsci.remoting.protocol.impl that throw ConnectionRefusalExceptionModifier and TypeMethodDescriptionvoidSSLEngineFilterLayer.Listener.onHandshakeCompleted(SSLSession session) Callback when the handshake is completed.voidConnectionHeadersFilterLayer.Listener.onReceiveHeaders(Map<String, String> headers) Validate the supplied connection headers from the remote end.