|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpParser | |
|---|---|
| com.google.api.client.http | Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1 . |
| com.google.api.client.http.json | JSON HTTP library based on the pluggable HTTP library. |
| com.google.api.client.http.xml | XML HTTP library based on the pluggable HTTP library. |
| com.google.api.client.http.xml.atom | Atom XML HTTP library based on the pluggable HTTP library. |
| Uses of HttpParser in com.google.api.client.http |
|---|
| Methods in com.google.api.client.http that return HttpParser | |
|---|---|
HttpParser |
HttpResponse.getParser()
Deprecated. (scheduled to be removed in 1.12) Use HttpResponse.getRequest().
HttpRequest.getParser() instead |
HttpParser |
HttpRequest.getParser(String contentType)
Deprecated. (scheduled to be removed in 1.12) Use HttpRequest.getParser() instead. |
| Methods in com.google.api.client.http with parameters of type HttpParser | |
|---|---|
void |
HttpRequest.addParser(HttpParser parser)
Deprecated. (scheduled to be removed in 1.12) Use HttpRequest.setParser(ObjectParser) instead. |
| Uses of HttpParser in com.google.api.client.http.json |
|---|
| Classes in com.google.api.client.http.json that implement HttpParser | |
|---|---|
class |
JsonHttpParser
Deprecated. (scheduled to be removed in 1.12) Use JsonObjectParser instead. |
| Uses of HttpParser in com.google.api.client.http.xml |
|---|
| Classes in com.google.api.client.http.xml that implement HttpParser | |
|---|---|
class |
XmlHttpParser
Deprecated. (scheduled to be removed in 1.12) Use XmlObjectParser instead. |
| Uses of HttpParser in com.google.api.client.http.xml.atom |
|---|
| Classes in com.google.api.client.http.xml.atom that implement HttpParser | |
|---|---|
class |
AtomParser
Deprecated. (scheduled to be removed in 1.12) Content-Type is no longer stored inside of the Parser. Use an XmlObjectParser instead. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||