Uses of Class
net.oauth.http.HttpMessage
-
Packages that use HttpMessage Package Description net.oauth net.oauth.http -
-
Uses of HttpMessage in net.oauth
Methods in net.oauth that return HttpMessage Modifier and Type Method Description HttpMessageOAuthMessage. toHttpRequest(OAuthClient.ParameterStyle style)Deprecated.use HttpMessage.newRequest -
Uses of HttpMessage in net.oauth.http
Subclasses of HttpMessage in net.oauth.http Modifier and Type Class Description classHttpMessageDecoderA decorator that handles Content-Encoding.classHttpResponseMessageAn HTTP response.Methods in net.oauth.http that return HttpMessage Modifier and Type Method Description static HttpMessageHttpMessage. newRequest(OAuthMessage from, ParameterStyle style)Construct an HTTP request from this OAuth message.Methods in net.oauth.http with parameters of type HttpMessage Modifier and Type Method Description HttpResponseMessageHttpClient. execute(HttpMessage request, Map<String,Object> httpParameters)Send an HTTP request and return the response.
-