public class NoSecurityConnectionStateProcessor extends java.lang.Object implements ConnectionStateProcessor
| Constructor and Description |
|---|
NoSecurityConnectionStateProcessor() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionAuthenticatingStateProcessor |
allowAuthentication()
This indicates whether this specific state processor is able to handle authentication requests.
|
void |
validateOperation(MessageExecutionContext messageContext,
OperationContext operationContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleMessageIndependently, socketProcessingIsFinishedpublic void validateOperation(MessageExecutionContext messageContext, OperationContext operationContext) throws ConnectionStateException
validateOperation in interface ConnectionStateProcessorConnectionStateException - if incapable of handling the given operationContext when the
connection is in the state contained in the provided messageContext. Otherwise, does
nothing.public ConnectionAuthenticatingStateProcessor allowAuthentication() throws ConnectionStateException
ConnectionStateProcessorallowAuthentication in interface ConnectionStateProcessorConnectionStateException - if unable to handle handshakes in this state.