Package com.io7m.idstore.user_client
Class IdUClients
java.lang.Object
com.io7m.idstore.user_client.IdUClients
- All Implemented Interfaces:
com.io7m.hibiscus.api.HBClientAsynchronousFactoryType<IdUClientException,,IdUClientConfiguration, IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials, IdUClientAsynchronousType> com.io7m.hibiscus.api.HBClientFactoryType<IdUClientException,,IdUClientConfiguration, IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials, IdUClientAsynchronousType, IdUClientSynchronousType> com.io7m.hibiscus.api.HBClientSynchronousFactoryType<IdUClientException,,IdUClientConfiguration, IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials, IdUClientSynchronousType> IdUClientFactoryType
The default client factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionopenAsynchronousClient(IdUClientConfiguration configuration) openSynchronousClient(IdUClientConfiguration configuration)
-
Constructor Details
-
IdUClients
public IdUClients()The default client factory.
-
-
Method Details
-
openAsynchronousClient
- Specified by:
openAsynchronousClientin interfacecom.io7m.hibiscus.api.HBClientAsynchronousFactoryType<IdUClientException,IdUClientConfiguration, IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials, IdUClientAsynchronousType>
-
openSynchronousClient
- Specified by:
openSynchronousClientin interfacecom.io7m.hibiscus.api.HBClientSynchronousFactoryType<IdUClientException,IdUClientConfiguration, IdUCommandType<?>, IdUResponseType, IdUResponseType, IdUResponseError, IdUClientEventType, IdUClientCredentials, IdUClientSynchronousType>
-