Class CAHandlerAbstract
java.lang.Object
com.io7m.cardant.client.basic.internal.CAHandlerAbstract
- All Implemented Interfaces:
CAHandlerType,com.io7m.hibiscus.basic.HBClientHandlerType<CAClientException,CAICommandType<?>, CAIResponseType, CAIResponseType, CAIResponseError, CAClientEventType, CAClientCredentials>
- Direct Known Subclasses:
CAHandler1,CAHandlerDisconnected
The abstract base class for handlers.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCAHandlerAbstract(CAClientConfiguration inConfiguration, CAStrings inStrings, HttpClient inHttpClient) -
Method Summary
Modifier and TypeMethodDescriptionprotected final CAClientConfigurationprotected final HttpClientprotected final CAStringsstrings()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.cardant.client.basic.internal.CAHandlerType
onExecuteFileDownload, onExecuteFileUpload, onExecuteGarbage, onExecuteInvalidMethods inherited from interface com.io7m.hibiscus.basic.HBClientHandlerType
onDisconnect, onExecuteCommand, onExecuteLogin, onIsConnected, onPollEvents
-
Constructor Details
-
CAHandlerAbstract
protected CAHandlerAbstract(CAClientConfiguration inConfiguration, CAStrings inStrings, HttpClient inHttpClient)
-
-
Method Details
-
strings
-
httpClient
-
configuration
-