Class IdUClientProtocolHandlerAbstract

java.lang.Object
com.io7m.idstore.user_client.internal.IdUClientProtocolHandlerAbstract
All Implemented Interfaces:
IdUClientUsersType, IdUClientProtocolHandlerType
Direct Known Subclasses:
IdUClientProtocolHandler1

public abstract class IdUClientProtocolHandlerAbstract extends Object implements IdUClientProtocolHandlerType
Abstract base class for versioned handlers.
  • Constructor Details

    • IdUClientProtocolHandlerAbstract

      public IdUClientProtocolHandlerAbstract(HttpClient inHttpClient, IdUStrings inStrings, URI inBase)
      Abstract base class for versioned handlers.
      Parameters:
      inHttpClient - The HTTP client
      inBase - The base URI
      inStrings - The string resources
  • Method Details

    • httpClient

      protected final HttpClient httpClient()
    • strings

      protected final IdUStrings strings()
    • base

      protected final URI base()