Class IdAHandlers1
java.lang.Object
com.io7m.idstore.admin_client.internal.IdAHandlers1
- All Implemented Interfaces:
com.io7m.genevan.core.GenProtocolClientHandlerType,IdAHandlerFactoryType
The factory of version 1 protocol handlers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHandler(IdAClientConfiguration configuration, HttpClient inHttpClient, IdStrings inStrings, URI inBaseURI) Create a new handler.com.io7m.genevan.core.GenProtocolIdentifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.io7m.genevan.core.GenProtocolClientHandlerType
isCompatibleWith
-
Constructor Details
-
IdAHandlers1
public IdAHandlers1()The factory of version 1 protocol handlers.
-
-
Method Details
-
supported
public com.io7m.genevan.core.GenProtocolIdentifier supported()- Specified by:
supportedin interfacecom.io7m.genevan.core.GenProtocolClientHandlerType
-
createHandler
public IdAHandlerType createHandler(IdAClientConfiguration configuration, HttpClient inHttpClient, IdStrings inStrings, URI inBaseURI) Description copied from interface:IdAHandlerFactoryTypeCreate a new handler.- Specified by:
createHandlerin interfaceIdAHandlerFactoryType- Parameters:
configuration- The configurationinHttpClient- The underlying HTTP clientinStrings- The string resourcesinBaseURI- The base URI negotiated by the server- Returns:
- A new handler
-