Class IdATransports1
java.lang.Object
com.io7m.idstore.admin_client.internal.IdATransports1
- All Implemented Interfaces:
com.io7m.genevan.core.GenProtocolClientHandlerType,IdATransportFactoryType
The factory of version 1 protocol transports.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTransport(IdAClientConfiguration configuration, HttpClient inHttpClient, IdStrings inStrings, URI inBaseURI) Create a new transport.com.io7m.genevan.core.GenProtocolIdentifiertoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.io7m.genevan.core.GenProtocolClientHandlerType
isCompatibleWith
-
Constructor Details
-
IdATransports1
public IdATransports1()The factory of version 1 protocol transports.
-
-
Method Details
-
supported
public com.io7m.genevan.core.GenProtocolIdentifier supported()- Specified by:
supportedin interfacecom.io7m.genevan.core.GenProtocolClientHandlerType
-
createTransport
public IdATransportType createTransport(IdAClientConfiguration configuration, HttpClient inHttpClient, IdStrings inStrings, URI inBaseURI) Description copied from interface:IdATransportFactoryTypeCreate a new transport.- Specified by:
createTransportin interfaceIdATransportFactoryType- Parameters:
configuration- The configurationinHttpClient- The underlying HTTP clientinStrings- The string resourcesinBaseURI- The base URI negotiated by the server- Returns:
- A new handler
-
toString
-