Class ClientFactory
java.lang.Object
is.galia.http.ClientFactory
-
Method Summary
-
Method Details
-
newClient
- Returns:
- New instance corresponding to the value of the
Key.HTTP_CLIENT_IMPLEMENTATION
config key. If not set, a default implementation is used. - Throws:
IllegalArgumentException
- if the value of theKey.HTTP_CLIENT_IMPLEMENTATION
config key is not supported.
-