Class IdUHandlerAbstract
java.lang.Object
com.io7m.idstore.user_client.internal.IdUHandlerAbstract
- All Implemented Interfaces:
com.io7m.hibiscus.basic.HBClientHandlerType<IdUClientException,,IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials> IdUHandlerType
- Direct Known Subclasses:
IdUHandler1,IdUHandlerDisconnected
The abstract base class for handlers.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIdUHandlerAbstract(IdUClientConfiguration inConfiguration, IdUStrings inStrings, HttpClient inHttpClient) -
Method Summary
Modifier and TypeMethodDescriptionprotected final IdUClientConfigurationprotected final HttpClientprotected final IdUStringsstrings()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
-
IdUHandlerAbstract
protected IdUHandlerAbstract(IdUClientConfiguration inConfiguration, IdUStrings inStrings, HttpClient inHttpClient)
-
-
Method Details
-
strings
-
httpClient
-
configuration
-