public class IdcHttpClientProvider extends Object implements IdcClientProvider
Constructor and Description |
---|
IdcHttpClientProvider() |
Modifier and Type | Method and Description |
---|---|
IdcHttpClient |
createClient(IdcClientManager clientManager,
String url)
Create a new IDC client using the given URL
|
String[] |
getProtocols()
Get a list of protocols supported by this provider
|
public static final String[] PROTOCOLS
public String[] getProtocols()
IdcClientProvider
getProtocols
in interface IdcClientProvider
public IdcHttpClient createClient(IdcClientManager clientManager, String url) throws IdcClientException
createClient
in interface IdcClientProvider
clientManager
- the client managerurl
- the urlIdcClientException