public interface ConnectionAuthenticatingStateProcessor extends ConnectionStateProcessor
| Modifier and Type | Method and Description |
|---|---|
default ConnectionAuthenticatingStateProcessor |
allowAuthentication()
This indicates whether this specific state processor is able to handle authentication requests.
|
ConnectionStateProcessor |
authenticate(java.util.Properties properties) |
handleMessageIndependently, socketProcessingIsFinished, validateOperationdefault ConnectionAuthenticatingStateProcessor allowAuthentication() throws ConnectionStateException
ConnectionStateProcessorallowAuthentication in interface ConnectionStateProcessorConnectionStateException - if unable to handle handshakes in this state.ConnectionStateProcessor authenticate(java.util.Properties properties)