Uses of Interface
net.oauth.http.HttpClient
-
Packages that use HttpClient Package Description net.oauth.client -
-
Uses of HttpClient in net.oauth.client
Methods in net.oauth.client that return HttpClient Modifier and Type Method Description HttpClientOAuthClient. getHttpClient()Methods in net.oauth.client with parameters of type HttpClient Modifier and Type Method Description voidOAuthClient. setHttpClient(HttpClient http)Constructors in net.oauth.client with parameters of type HttpClient Constructor Description OAuthClient(HttpClient http)
-