Uses of Class
com.google.api.client.http.LowLevelHttpRequest
-
Packages that use LowLevelHttpRequest Package Description 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.apache HTTP Transport library for Google API's based on Apache HTTP Client version 4.com.google.api.client.http.apache.v2 HTTP Transport library for Google API's based on Apache HTTP Client version 4.5+.com.google.api.client.http.apache.v5 HTTP Transport library for Google API's based on Apache HTTP Client/Core version 5.xcom.google.api.client.http.javanet HTTP Transport library for Google API's based on thejava.netpackage.com.google.api.client.testing.http Beta
Testing utilities used for writing tests based on this library. -
-
Uses of LowLevelHttpRequest in com.google.api.client.http
Subclasses of LowLevelHttpRequest in com.google.api.client.http Modifier and Type Class Description private static classHttpHeaders.HeaderParsingFakeLevelHttpRequestLowLevelHttpRequest which will call the .parseHeader() method for every header added.Methods in com.google.api.client.http that return LowLevelHttpRequest Modifier and Type Method Description protected abstract LowLevelHttpRequestHttpTransport. buildRequest(java.lang.String method, java.lang.String url)Builds a low level HTTP request for the given HTTP method.Methods in com.google.api.client.http with parameters of type LowLevelHttpRequest Modifier and Type Method Description private static voidHttpHeaders. addHeader(java.util.logging.Logger logger, java.lang.StringBuilder logbuf, java.lang.StringBuilder curlbuf, LowLevelHttpRequest lowLevelHttpRequest, java.lang.String name, java.lang.Object value, java.io.Writer writer)(package private) static voidHttpHeaders. serializeHeaders(HttpHeaders headers, java.lang.StringBuilder logbuf, java.lang.StringBuilder curlbuf, java.util.logging.Logger logger, LowLevelHttpRequest lowLevelHttpRequest)Serializes headers to anLowLevelHttpRequest.(package private) static voidHttpHeaders. serializeHeaders(HttpHeaders headers, java.lang.StringBuilder logbuf, java.lang.StringBuilder curlbuf, java.util.logging.Logger logger, LowLevelHttpRequest lowLevelHttpRequest, java.io.Writer writer) -
Uses of LowLevelHttpRequest in com.google.api.client.http.apache
Subclasses of LowLevelHttpRequest in com.google.api.client.http.apache Modifier and Type Class Description (package private) classApacheHttpRequest -
Uses of LowLevelHttpRequest in com.google.api.client.http.apache.v2
Subclasses of LowLevelHttpRequest in com.google.api.client.http.apache.v2 Modifier and Type Class Description (package private) classApacheHttpRequest -
Uses of LowLevelHttpRequest in com.google.api.client.http.apache.v5
Subclasses of LowLevelHttpRequest in com.google.api.client.http.apache.v5 Modifier and Type Class Description classApache5HttpRequest -
Uses of LowLevelHttpRequest in com.google.api.client.http.javanet
Subclasses of LowLevelHttpRequest in com.google.api.client.http.javanet Modifier and Type Class Description (package private) classNetHttpRequest -
Uses of LowLevelHttpRequest in com.google.api.client.testing.http
Subclasses of LowLevelHttpRequest in com.google.api.client.testing.http Modifier and Type Class Description classMockLowLevelHttpRequestMethods in com.google.api.client.testing.http that return LowLevelHttpRequest Modifier and Type Method Description LowLevelHttpRequestMockHttpTransport. buildRequest(java.lang.String method, java.lang.String url)
-