Package | Description |
---|---|
org.resthub.web |
RESThub Web root package
|
org.resthub.web.support |
Support classes for RESThub web client
|
Modifier and Type | Field and Description |
---|---|
protected List<BodyReader> |
Client.bodyReaders |
Modifier and Type | Method and Description |
---|---|
void |
Response.addBodyReader(BodyReader br) |
Client |
Client.addBodyReader(BodyReader br)
Add a candidate BodyReader to read an HTTP response body to an object
|
Modifier and Type | Method and Description |
---|---|
void |
Response.addBodyReaders(List<BodyReader> bodyReaders) |
Modifier and Type | Class and Description |
---|---|
class |
JsonBodyReader |
class |
XmlBodyReader |
Modifier and Type | Field and Description |
---|---|
protected List<BodyReader> |
AsyncEntityHandler.bodyReaders |
Modifier and Type | Method and Description |
---|---|
void |
AsyncEntityHandler.addBodyReader(BodyReader br) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncEntityHandler.setBodyReaders(List<BodyReader> brs) |
Copyright © 2009–2014. All rights reserved.