public class HttpBridgeHttpClient extends Object implements HttpBridge
| Constructor and Description |
|---|
HttpBridgeHttpClient() |
| Modifier and Type | Method and Description |
|---|---|
Object |
readListFromGet(URI uri,
CodecBridge codec) |
Object |
readListFromGet(URI uri,
Map<String,String> headers,
CodecBridge codec) |
Object |
readMapFromGet(URI uri,
CodecBridge codec) |
Object |
readMapFromGet(URI uri,
Map<String,String> headers,
CodecBridge codec) |
public Object readMapFromGet(URI uri, CodecBridge codec) throws IOException
readMapFromGet in interface HttpBridgeIOExceptionpublic Object readMapFromGet(URI uri, Map<String,String> headers, CodecBridge codec) throws IOException
readMapFromGet in interface HttpBridgeIOExceptionpublic Object readListFromGet(URI uri, CodecBridge codec) throws IOException
readListFromGet in interface HttpBridgeIOExceptionpublic Object readListFromGet(URI uri, Map<String,String> headers, CodecBridge codec) throws IOException
readListFromGet in interface HttpBridgeIOExceptionCopyright © 2019 Cesar Martinez. All rights reserved.