Class IdUHandlers1
java.lang.Object
com.io7m.idstore.user_client.internal.IdUHandlers1
- All Implemented Interfaces:
com.io7m.genevan.core.GenProtocolClientHandlerType,IdUHandlerFactoryType
The factory of version 1 protocol handlers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateHandler(IdUClientConfiguration configuration, HttpClient inHttpClient, IdUStrings 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
-
IdUHandlers1
public IdUHandlers1()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 IdUHandlerType createHandler(IdUClientConfiguration configuration, HttpClient inHttpClient, IdUStrings inStrings, URI inBaseURI) Description copied from interface:IdUHandlerFactoryTypeCreate a new handler.- Specified by:
createHandlerin interfaceIdUHandlerFactoryType- Parameters:
configuration- The configurationinHttpClient- The underlying HTTP clientinStrings- The string resourcesinBaseURI- The base URI negotiated by the server- Returns:
- A new handler
-