Class IdAClientProtocolHandlers1
java.lang.Object
com.io7m.idstore.admin_client.internal.IdAClientProtocolHandlers1
- All Implemented Interfaces:
com.io7m.genevan.core.GenProtocolClientHandlerType,IdAClientProtocolHandlerFactoryType
public final class IdAClientProtocolHandlers1
extends Object
implements IdAClientProtocolHandlerFactoryType
The factory of version 1 protocol handlers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHandler(HttpClient inHttpClient, IdAStrings inStrings, URI inBase) 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
-
IdAClientProtocolHandlers1
public IdAClientProtocolHandlers1()The factory of version 1 protocol handlers.
-
-
Method Details
-
createHandler
public IdAClientProtocolHandlerType createHandler(HttpClient inHttpClient, IdAStrings inStrings, URI inBase) Description copied from interface:IdAClientProtocolHandlerFactoryTypeCreate a new handler.- Specified by:
createHandlerin interfaceIdAClientProtocolHandlerFactoryType- Parameters:
inHttpClient- The underlying HTTP clientinStrings- The string resourcesinBase- The server base URI- Returns:
- A new handler
-
supported
public com.io7m.genevan.core.GenProtocolIdentifier supported()- Specified by:
supportedin interfacecom.io7m.genevan.core.GenProtocolClientHandlerType
-