org.apache.curator.ensemble.exhibitor
Interface ExhibitorRestClient

All Known Implementing Classes:
DefaultExhibitorRestClient

public interface ExhibitorRestClient


Method Summary
 String getRaw(String hostname, int port, String uriPath, String mimeType)
          Connect to the given Exhibitor and return the raw result
 

Method Detail

getRaw

String getRaw(String hostname,
              int port,
              String uriPath,
              String mimeType)
              throws Exception
Connect to the given Exhibitor and return the raw result

Parameters:
hostname - host to connect to
port - connect port
uriPath - path
mimeType - Accept mime type
Returns:
raw result
Throws:
Exception - errors


Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.