Interface CAHandlerFactoryType
- All Superinterfaces:
com.io7m.genevan.core.GenProtocolClientHandlerType
- All Known Implementing Classes:
CAHandlers1
public interface CAHandlerFactoryType
extends com.io7m.genevan.core.GenProtocolClientHandlerType
The type of protocol handler factories.
-
Method Summary
Modifier and TypeMethodDescriptioncreateHandler(CAClientConfiguration configuration, HttpClient inHttpClient, CAStrings inStrings, URI baseURI) Create a new handler.Methods inherited from interface com.io7m.genevan.core.GenProtocolClientHandlerType
isCompatibleWith, supported
-
Method Details
-
createHandler
CAHandlerType createHandler(CAClientConfiguration configuration, HttpClient inHttpClient, CAStrings inStrings, URI baseURI) Create a new handler.- Parameters:
configuration- The configurationinHttpClient- The underlying HTTP clientinStrings- The string resourcesbaseURI- The base URI negotiated by the server- Returns:
- A new handler
-