public class DefaultExhibitorRestClient extends Object implements ExhibitorRestClient
| Constructor and Description |
|---|
DefaultExhibitorRestClient() |
DefaultExhibitorRestClient(boolean useSsl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRaw(String hostname,
int port,
String uriPath,
String mimeType)
Connect to the given Exhibitor and return the raw result
|
public DefaultExhibitorRestClient()
public DefaultExhibitorRestClient(boolean useSsl)
public String getRaw(String hostname, int port, String uriPath, String mimeType) throws Exception
ExhibitorRestClientgetRaw in interface ExhibitorRestClienthostname - host to connect toport - connect porturiPath - pathmimeType - Accept mime typeException - errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.