Interface IdAHandlerFactoryType

All Superinterfaces:
com.io7m.genevan.core.GenProtocolClientHandlerType
All Known Implementing Classes:
IdAHandlers1

public interface IdAHandlerFactoryType extends com.io7m.genevan.core.GenProtocolClientHandlerType
The type of protocol handler factories.
  • Method Summary

    Modifier and Type
    Method
    Description
    createHandler(IdAClientConfiguration configuration, HttpClient inHttpClient, IdStrings inStrings, URI baseURI)
    Create a new handler.

    Methods inherited from interface com.io7m.genevan.core.GenProtocolClientHandlerType

    isCompatibleWith, supported
  • Method Details

    • createHandler

      IdAHandlerType createHandler(IdAClientConfiguration configuration, HttpClient inHttpClient, IdStrings inStrings, URI baseURI)
      Create a new handler.
      Parameters:
      configuration - The configuration
      inHttpClient - The underlying HTTP client
      inStrings - The string resources
      baseURI - The base URI negotiated by the server
      Returns:
      A new handler