Class IdUClientAsynchronous
java.lang.Object
com.io7m.hibiscus.basic.HBClientAsynchronousAbstract<IdUClientException,IdUCommandType<?>,IdUResponseType,IdUResponseType,IdUResponseError,IdUClientEventType,IdUClientCredentials>
com.io7m.idstore.user_client.internal.IdUClientAsynchronous
- All Implemented Interfaces:
com.io7m.hibiscus.api.HBClientAsynchronousType<IdUClientException,,IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials> com.io7m.hibiscus.api.HBClientCloseableType<IdUClientException>,com.io7m.hibiscus.api.HBClientStatusType<IdUClientEventType>,IdUClientAsynchronousType,AutoCloseable
public final class IdUClientAsynchronous
extends com.io7m.hibiscus.basic.HBClientAsynchronousAbstract<IdUClientException,IdUCommandType<?>,IdUResponseType,IdUResponseType,IdUResponseError,IdUClientEventType,IdUClientCredentials>
implements IdUClientAsynchronousType
The asynchronous client.
-
Constructor Summary
ConstructorsConstructorDescriptionIdUClientAsynchronous(IdUClientConfiguration inConfiguration, IdUStrings inStrings, HttpClient inHttpClient) The asynchronous client. -
Method Summary
Methods inherited from class com.io7m.hibiscus.basic.HBClientAsynchronousAbstract
checkNotClosingOrClosed, close, commandExecutor, delegate, disconnectAsync, events, executeAsync, isClosed, isConnected, loginAsync, pollEvents, state, stateNowMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.hibiscus.api.HBClientAsynchronousType
disconnectAsync, executeAsync, executeAsyncOrElseThrow, loginAsync, loginAsyncOrElseThrow, pollEventsMethods inherited from interface com.io7m.hibiscus.api.HBClientCloseableType
close, isClosedMethods inherited from interface com.io7m.hibiscus.api.HBClientStatusType
events, isConnected, state, stateNow
-
Constructor Details
-
IdUClientAsynchronous
public IdUClientAsynchronous(IdUClientConfiguration inConfiguration, IdUStrings inStrings, HttpClient inHttpClient) The asynchronous client.- Parameters:
inConfiguration- The configurationinHttpClient- The HTTP clientinStrings- The string resources
-