Package com.volcengine.endpoint
Class DefaultEndpointProvider
- java.lang.Object
-
- com.volcengine.endpoint.DefaultEndpointProvider
-
- All Implemented Interfaces:
EndpointResolver
public class DefaultEndpointProvider extends Object implements EndpointResolver
-
-
Field Summary
Fields Modifier and Type Field Description static StringREGION_CODE_AP_SOUTH_EAST_2static StringREGION_CODE_AP_SOUTH_EAST_3static StringREGION_CODE_CN_BEIJING_AUTODRIVINGstatic StringREGION_CODE_CN_BEIJING_SELFDRIVEstatic StringREGION_CODE_CN_HONGKONGstatic StringREGION_CODE_CN_SHANGHAI_AUTODRIVING
-
Constructor Summary
Constructors Constructor Description DefaultEndpointProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolvedEndpointendpointFor(ResolveEndpointOption option)
-
-
-
Field Detail
-
REGION_CODE_CN_BEIJING_AUTODRIVING
public static final String REGION_CODE_CN_BEIJING_AUTODRIVING
- See Also:
- Constant Field Values
-
REGION_CODE_CN_SHANGHAI_AUTODRIVING
public static final String REGION_CODE_CN_SHANGHAI_AUTODRIVING
- See Also:
- Constant Field Values
-
REGION_CODE_AP_SOUTH_EAST_2
public static final String REGION_CODE_AP_SOUTH_EAST_2
- See Also:
- Constant Field Values
-
REGION_CODE_AP_SOUTH_EAST_3
public static final String REGION_CODE_AP_SOUTH_EAST_3
- See Also:
- Constant Field Values
-
REGION_CODE_CN_HONGKONG
public static final String REGION_CODE_CN_HONGKONG
- See Also:
- Constant Field Values
-
REGION_CODE_CN_BEIJING_SELFDRIVE
public static final String REGION_CODE_CN_BEIJING_SELFDRIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
endpointFor
public ResolvedEndpoint endpointFor(ResolveEndpointOption option)
- Specified by:
endpointForin interfaceEndpointResolver
-
-