Uses of Class
com.google.api.client.http.HttpHeaders.ParseHeaderState
-
Packages that use HttpHeaders.ParseHeaderState 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. -
-
Uses of HttpHeaders.ParseHeaderState in com.google.api.client.http
Fields in com.google.api.client.http declared as HttpHeaders.ParseHeaderState Modifier and Type Field Description private HttpHeaders.ParseHeaderStateHttpHeaders.HeaderParsingFakeLevelHttpRequest. stateMethods in com.google.api.client.http with parameters of type HttpHeaders.ParseHeaderState Modifier and Type Method Description (package private) voidHttpHeaders. parseHeader(java.lang.String headerName, java.lang.String headerValue, HttpHeaders.ParseHeaderState state)Parses the specified case-insensitive header pair into this HttpHeaders instance.Constructors in com.google.api.client.http with parameters of type HttpHeaders.ParseHeaderState Constructor Description HeaderParsingFakeLevelHttpRequest(HttpHeaders target, HttpHeaders.ParseHeaderState state)
-