Package ai.spice
Class Config
java.lang.Object
ai.spice.Config
Provides default configuration for Spice client.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLOUD_FLIGHT_ADDRESS
Cloud flight address -
LOCAL_FLIGHT_ADDRESS
Local flight address -
CLOUD_HTTP_ADDRESS
Cloud HTTP address -
LOCAL_HTTP_ADDRESS
Local HTTP address
-
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
getLocalFlightAddressUri
Returns the local flight address- Returns:
- URI of the local flight address.
- Throws:
URISyntaxException- if the string could not be parsed as a URI.
-
getCloudFlightAddressUri
Returns the cloud flight address- Returns:
- URI of the cloud flight address.
- Throws:
URISyntaxException- if the string could not be parsed as a URI.
-
getLocalHttpAddressUri
Returns the local HTTP address- Returns:
- URI of the local HTTP address.
- Throws:
URISyntaxException- if the string could not be parsed as a URI.
-
getCloudHttpAddressUri
Returns the cloud HTTP address- Returns:
- URI of the cloud HTTP address.
- Throws:
URISyntaxException- if the string could not be parsed as a URI.
-