public interface HttpBridge
| 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) |
Object readMapFromGet(URI uri, CodecBridge codec) throws IOException
IOExceptionObject readMapFromGet(URI uri, Map<String,String> headers, CodecBridge codec) throws IOException
IOExceptionObject readListFromGet(URI uri, CodecBridge codec) throws IOException
IOExceptionObject readListFromGet(URI uri, Map<String,String> headers, CodecBridge codec) throws IOException
IOExceptionCopyright © 2019 Cesar Martinez. All rights reserved.