Instance Constructors
-
new
AppEngineConfiguredClient
(credentials: CurrentCredentials)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addRequestInterceptor
(arg0: HttpRequestInterceptor, arg1: Int): Unit
-
def
addRequestInterceptor
(arg0: HttpRequestInterceptor): Unit
-
def
addResponseInterceptor
(arg0: HttpResponseInterceptor, arg1: Int): Unit
-
def
addResponseInterceptor
(arg0: HttpResponseInterceptor): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clearRequestInterceptors
(): Unit
-
def
clearResponseInterceptors
(): Unit
-
def
clone
(): AnyRef
-
def
configureProxy
(params: HttpParams): HttpParams
-
def
createAuthSchemeRegistry
(): AuthSchemeRegistry
-
def
createClientConnectionManager
(): dispatch.classic.gae.GAEConnectionManager.type
-
def
createClientRequestDirector
(arg0: HttpRequestExecutor, arg1: ClientConnectionManager, arg2: ConnectionReuseStrategy, arg3: ConnectionKeepAliveStrategy, arg4: HttpRoutePlanner, arg5: HttpProcessor, arg6: HttpRequestRetryHandler, arg7: RedirectStrategy, arg8: AuthenticationHandler, arg9: AuthenticationHandler, arg10: UserTokenHandler, arg11: HttpParams): RequestDirector
-
def
createConnectionKeepAliveStrategy
(): ConnectionKeepAliveStrategy
-
def
createConnectionReuseStrategy
(): ConnectionReuseStrategy
-
def
createCookieSpecRegistry
(): CookieSpecRegistry
-
def
createCookieStore
(): CookieStore
-
def
createCredentialsProvider
(): CredentialsProvider
-
def
createHttpContext
(): HttpContext
-
def
createHttpParams
(): HttpParams
-
def
createHttpProcessor
(): BasicHttpProcessor
-
def
createHttpRequestRetryHandler
(): HttpRequestRetryHandler
-
def
createHttpRoutePlanner
(): HttpRoutePlanner
-
def
createProxyAuthenticationHandler
(): AuthenticationHandler
-
def
createRequestExecutor
(): HttpRequestExecutor
-
def
createTargetAuthenticationHandler
(): AuthenticationHandler
-
def
createUserTokenHandler
(): UserTokenHandler
-
def
determineParams
(arg0: HttpRequest): HttpParams
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
execute
[T]
(arg0: HttpHost, arg1: HttpRequest, arg2: org.apache.http.client.ResponseHandler[_ <: T], arg3: HttpContext): T
-
def
execute
[T]
(arg0: HttpHost, arg1: HttpRequest, arg2: org.apache.http.client.ResponseHandler[_ <: T]): T
-
def
execute
[T]
(arg0: HttpUriRequest, arg1: org.apache.http.client.ResponseHandler[_ <: T], arg2: HttpContext): T
-
def
execute
[T]
(arg0: HttpUriRequest, arg1: org.apache.http.client.ResponseHandler[_ <: T]): T
-
def
execute
(arg0: HttpHost, arg1: HttpRequest, arg2: HttpContext): HttpResponse
-
def
execute
(arg0: HttpHost, arg1: HttpRequest): HttpResponse
-
def
execute
(arg0: HttpUriRequest, arg1: HttpContext): HttpResponse
-
def
execute
(arg0: HttpUriRequest): HttpResponse
-
def
finalize
(): Unit
-
def
getAuthSchemes
(): AuthSchemeRegistry
-
def
getClass
(): java.lang.Class[_]
-
def
getConnectionKeepAliveStrategy
(): ConnectionKeepAliveStrategy
-
def
getConnectionManager
(): ClientConnectionManager
-
def
getConnectionReuseStrategy
(): ConnectionReuseStrategy
-
def
getCookieSpecs
(): CookieSpecRegistry
-
def
getCookieStore
(): CookieStore
-
def
getCredentialsProvider
(): CredentialsProvider
-
def
getHttpProcessor
(): BasicHttpProcessor
-
def
getHttpRequestRetryHandler
(): HttpRequestRetryHandler
-
def
getParams
(): HttpParams
-
def
getProxyAuthenticationHandler
(): AuthenticationHandler
-
def
getRedirectStrategy
(): RedirectStrategy
-
def
getRequestExecutor
(): HttpRequestExecutor
-
def
getRequestInterceptor
(arg0: Int): HttpRequestInterceptor
-
def
getRequestInterceptorCount
(): Int
-
def
getResponseInterceptor
(arg0: Int): HttpResponseInterceptor
-
def
getResponseInterceptorCount
(): Int
-
def
getRoutePlanner
(): HttpRoutePlanner
-
def
getTargetAuthenticationHandler
(): AuthenticationHandler
-
def
getUserTokenHandler
(): UserTokenHandler
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
var
proxyBasicCredentials
: Option[UsernamePasswordCredentials]
-
var
proxyNTCredentials
: Option[NTCredentials]
-
var
proxyScope
: Option[AuthScope]
-
def
removeRequestInterceptorByClass
(arg0: java.lang.Class[_ <: org.apache.http.HttpRequestInterceptor]): Unit
-
def
removeResponseInterceptorByClass
(arg0: java.lang.Class[_ <: org.apache.http.HttpResponseInterceptor]): Unit
-
def
setAuthSchemes
(arg0: AuthSchemeRegistry): Unit
-
def
setCookieSpecs
(arg0: CookieSpecRegistry): Unit
-
def
setCookieStore
(arg0: CookieStore): Unit
-
def
setCredentialsProvider
(arg0: CredentialsProvider): Unit
-
def
setHttpRequestRetryHandler
(arg0: HttpRequestRetryHandler): Unit
-
def
setKeepAliveStrategy
(arg0: ConnectionKeepAliveStrategy): Unit
-
def
setParams
(arg0: HttpParams): Unit
-
def
setProxyAuthenticationHandler
(arg0: AuthenticationHandler): Unit
-
def
setRedirectStrategy
(arg0: RedirectStrategy): Unit
-
def
setReuseStrategy
(arg0: ConnectionReuseStrategy): Unit
-
def
setRoutePlanner
(arg0: HttpRoutePlanner): Unit
-
def
setTargetAuthenticationHandler
(arg0: AuthenticationHandler): Unit
-
def
setUserTokenHandler
(arg0: UserTokenHandler): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
createClientRequestDirector
(arg0: HttpRequestExecutor, arg1: ClientConnectionManager, arg2: ConnectionReuseStrategy, arg3: ConnectionKeepAliveStrategy, arg4: HttpRoutePlanner, arg5: HttpProcessor, arg6: HttpRequestRetryHandler, arg7: RedirectHandler, arg8: AuthenticationHandler, arg9: AuthenticationHandler, arg10: UserTokenHandler, arg11: HttpParams): RequestDirector
-
def
createRedirectHandler
(): RedirectHandler
-
def
getRedirectHandler
(): RedirectHandler
-
def
setRedirectHandler
(arg0: RedirectHandler): Unit
Inherited from ConfiguredHttpClient
Inherited from DefaultHttpClient
Inherited from AbstractHttpClient
Inherited from HttpClient
Inherited from AnyRef
Inherited from Any