Class IdUHandlers1

java.lang.Object
com.io7m.idstore.user_client.internal.IdUHandlers1
All Implemented Interfaces:
com.io7m.genevan.core.GenProtocolClientHandlerType, IdUHandlerFactoryType

public final class IdUHandlers1 extends Object implements IdUHandlerFactoryType
The factory of version 1 protocol handlers.
  • Constructor Details

    • IdUHandlers1

      public IdUHandlers1()
      The factory of version 1 protocol handlers.
  • Method Details

    • supported

      public com.io7m.genevan.core.GenProtocolIdentifier supported()
      Specified by:
      supported in interface com.io7m.genevan.core.GenProtocolClientHandlerType
    • createHandler

      public IdUHandlerType createHandler(IdUClientConfiguration configuration, HttpClient inHttpClient, IdStrings inStrings, URI inBaseURI)
      Description copied from interface: IdUHandlerFactoryType
      Create a new handler.
      Specified by:
      createHandler in interface IdUHandlerFactoryType
      Parameters:
      configuration - The configuration
      inHttpClient - The underlying HTTP client
      inStrings - The string resources
      inBaseURI - The base URI negotiated by the server
      Returns:
      A new handler