Class IdAHandlerAbstract
java.lang.Object
com.io7m.idstore.admin_client.internal.IdAHandlerAbstract
- All Implemented Interfaces:
com.io7m.hibiscus.basic.HBClientHandlerType<IdAClientException,,IdACommandType<?>, IdAResponseType, IdAResponseType, IdAResponseError, IdAClientEventType, IdAClientCredentials> IdAHandlerType
- Direct Known Subclasses:
IdAHandler1,IdAHandlerDisconnected
The abstract base class for handlers.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdAHandlerAbstract(IdAClientConfiguration inConfiguration, IdStrings inStrings, HttpClient inHttpClient) -
Method Summary
Modifier and TypeMethodDescriptionprotected final IdAClientConfigurationprotected final HttpClientprotected final Stringlocal(IdStringConstantType s, Object... arguments) protected final IdStringsstrings()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.hibiscus.basic.HBClientHandlerType
onDisconnect, onExecuteCommand, onExecuteLogin, onIsConnected, onPollEvents
-
Constructor Details
-
IdAHandlerAbstract
protected IdAHandlerAbstract(IdAClientConfiguration inConfiguration, IdStrings inStrings, HttpClient inHttpClient)
-
-
Method Details
-
local
-
strings
-
httpClient
-
configuration
-