public interface ExhibitorRestClient
| 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
|
String getRaw(String hostname, int port, String uriPath, String mimeType) throws Exception
hostname - host to connect toport - connect porturiPath - pathmimeType - Accept mime typeException - errorsCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.