Package io.airlift.discovery.client
Class HttpServiceSelectorImpl
- java.lang.Object
-
- io.airlift.discovery.client.HttpServiceSelectorImpl
-
- All Implemented Interfaces:
HttpServiceSelector
public class HttpServiceSelectorImpl extends Object implements HttpServiceSelector
-
-
Constructor Summary
Constructors Constructor Description HttpServiceSelectorImpl(ServiceSelector serviceSelector)
-
-
-
Constructor Detail
-
HttpServiceSelectorImpl
public HttpServiceSelectorImpl(ServiceSelector serviceSelector)
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceHttpServiceSelector
-
getPool
public String getPool()
- Specified by:
getPoolin interfaceHttpServiceSelector
-
selectHttpService
public List<URI> selectHttpService()
- Specified by:
selectHttpServicein interfaceHttpServiceSelector
-
-