Class IdUHandler1
java.lang.Object
com.io7m.idstore.user_client.internal.IdUHandlerAbstract
com.io7m.idstore.user_client.internal.IdUHandler1
- All Implemented Interfaces:
com.io7m.hibiscus.basic.HBClientHandlerType<IdUClientException,,IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials> IdUHandlerType
The version 1 protocol handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcom.io7m.hibiscus.api.HBResultType<IdUResponseType,IdUResponseError> onExecuteCommand(IdUCommandType<?> command) com.io7m.hibiscus.api.HBResultType<com.io7m.hibiscus.basic.HBClientNewHandler<IdUClientException,IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials>, IdUResponseError> onExecuteLogin(IdUClientCredentials credentials) booleantoString()Methods inherited from class com.io7m.idstore.user_client.internal.IdUHandlerAbstract
configuration, httpClient, strings
-
Method Details
-
onIsConnected
public boolean onIsConnected() -
onPollEvents
-
onExecuteLogin
public com.io7m.hibiscus.api.HBResultType<com.io7m.hibiscus.basic.HBClientNewHandler<IdUClientException,IdUCommandType<?>, onExecuteLoginIdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials>, IdUResponseError> (IdUClientCredentials credentials) throws InterruptedException - Throws:
InterruptedException
-
onExecuteCommand
public com.io7m.hibiscus.api.HBResultType<IdUResponseType,IdUResponseError> onExecuteCommand(IdUCommandType<?> command) throws InterruptedException - Throws:
InterruptedException
-
onDisconnect
public void onDisconnect() -
toString
-