public class ConnectionTerminatingStateProcessor extends java.lang.Object implements ConnectionStateProcessor
| Constructor and Description |
|---|
ConnectionTerminatingStateProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
socketProcessingIsFinished()
This indicates whether this state is capable of receiving any more messages
|
void |
validateOperation(MessageExecutionContext messageContext,
OperationContext operationContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowAuthentication, handleMessageIndependentlypublic 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 boolean socketProcessingIsFinished()
ConnectionStateProcessorsocketProcessingIsFinished in interface ConnectionStateProcessor