Class IdUProtocolNegotiation
java.lang.Object
com.io7m.idstore.user_client.internal.IdUProtocolNegotiation
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdUHandlerTypenegotiateProtocolHandler(IdUClientConfiguration configuration, HttpClient httpClient, IdStrings strings, URI base) Negotiate a protocol handler.
-
Method Details
-
negotiateProtocolHandler
public static IdUHandlerType negotiateProtocolHandler(IdUClientConfiguration configuration, HttpClient httpClient, IdStrings strings, URI base) throws IdUClientException, InterruptedException Negotiate a protocol handler.- Parameters:
configuration- The configurationhttpClient- The HTTP clientstrings- The string resourcesbase- The base URI- Returns:
- The protocol handler
- Throws:
IdUClientException- On errorsInterruptedException- On interruption
-