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
ExhibitorRestClient
getRaw
in interface ExhibitorRestClient
hostname
- host to connect toport
- connect porturiPath
- pathmimeType
- Accept mime typeException
- errorsCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.