dispatch.classic.gae

AppEngineConfiguredClient

class AppEngineConfiguredClient extends ConfiguredHttpClient

Linear Supertypes
ConfiguredHttpClient, DefaultHttpClient, AbstractHttpClient, HttpClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AppEngineConfiguredClient
  2. ConfiguredHttpClient
  3. DefaultHttpClient
  4. AbstractHttpClient
  5. HttpClient
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AppEngineConfiguredClient(credentials: CurrentCredentials)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addRequestInterceptor(arg0: HttpRequestInterceptor, arg1: Int): Unit

    Definition Classes
    AbstractHttpClient
  7. def addRequestInterceptor(arg0: HttpRequestInterceptor): Unit

    Definition Classes
    AbstractHttpClient
  8. def addResponseInterceptor(arg0: HttpResponseInterceptor, arg1: Int): Unit

    Definition Classes
    AbstractHttpClient
  9. def addResponseInterceptor(arg0: HttpResponseInterceptor): Unit

    Definition Classes
    AbstractHttpClient
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clearRequestInterceptors(): Unit

    Definition Classes
    AbstractHttpClient
  12. def clearResponseInterceptors(): Unit

    Definition Classes
    AbstractHttpClient
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. def configureProxy(params: HttpParams): HttpParams

    No need for proxy support on app engine.

    No need for proxy support on app engine.

    Attributes
    protected
    Definition Classes
    AppEngineConfiguredClient → ConfiguredHttpClient
  15. def createAuthSchemeRegistry(): AuthSchemeRegistry

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  16. def createClientConnectionManager(): GAEConnectionManager.type

    returns

    GAEConnectionManager for non-socket based connections

    Definition Classes
    AppEngineConfiguredClient → AbstractHttpClient
  17. 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

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  18. def createConnectionKeepAliveStrategy(): ConnectionKeepAliveStrategy

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  19. def createConnectionReuseStrategy(): ConnectionReuseStrategy

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  20. def createCookieSpecRegistry(): CookieSpecRegistry

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  21. def createCookieStore(): CookieStore

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  22. def createCredentialsProvider(): CredentialsProvider

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  23. def createHttpContext(): HttpContext

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  24. def createHttpParams(): HttpParams

    Definition Classes
    ConfiguredHttpClient → DefaultHttpClient → AbstractHttpClient
  25. def createHttpProcessor(): BasicHttpProcessor

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    DefaultHttpClient → AbstractHttpClient
  26. def createHttpRequestRetryHandler(): HttpRequestRetryHandler

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  27. def createHttpRoutePlanner(): HttpRoutePlanner

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  28. def createProxyAuthenticationHandler(): AuthenticationHandler

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  29. def createRequestExecutor(): HttpRequestExecutor

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  30. def createTargetAuthenticationHandler(): AuthenticationHandler

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  31. def createUserTokenHandler(): UserTokenHandler

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  32. def determineParams(arg0: HttpRequest): HttpParams

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  33. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  35. def execute[T](arg0: HttpHost, arg1: HttpRequest, arg2: ResponseHandler[_ <: T], arg3: HttpContext): T

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  36. def execute[T](arg0: HttpHost, arg1: HttpRequest, arg2: ResponseHandler[_ <: T]): T

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  37. def execute[T](arg0: HttpUriRequest, arg1: ResponseHandler[_ <: T], arg2: HttpContext): T

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  38. def execute[T](arg0: HttpUriRequest, arg1: ResponseHandler[_ <: T]): T

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  39. final def execute(arg0: HttpHost, arg1: HttpRequest, arg2: HttpContext): HttpResponse

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  40. final def execute(arg0: HttpHost, arg1: HttpRequest): HttpResponse

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  41. final def execute(arg0: HttpUriRequest, arg1: HttpContext): HttpResponse

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  42. final def execute(arg0: HttpUriRequest): HttpResponse

    Definition Classes
    AbstractHttpClient → HttpClient
    Annotations
    @throws() @throws()
  43. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def getAuthSchemes(): AuthSchemeRegistry

    Definition Classes
    AbstractHttpClient
  45. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  46. final def getConnectionKeepAliveStrategy(): ConnectionKeepAliveStrategy

    Definition Classes
    AbstractHttpClient
  47. final def getConnectionManager(): ClientConnectionManager

    Definition Classes
    AbstractHttpClient → HttpClient
  48. final def getConnectionReuseStrategy(): ConnectionReuseStrategy

    Definition Classes
    AbstractHttpClient
  49. final def getCookieSpecs(): CookieSpecRegistry

    Definition Classes
    AbstractHttpClient
  50. final def getCookieStore(): CookieStore

    Definition Classes
    AbstractHttpClient
  51. final def getCredentialsProvider(): CredentialsProvider

    Definition Classes
    AbstractHttpClient
  52. final def getHttpProcessor(): BasicHttpProcessor

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  53. final def getHttpRequestRetryHandler(): HttpRequestRetryHandler

    Definition Classes
    AbstractHttpClient
  54. final def getParams(): HttpParams

    Definition Classes
    AbstractHttpClient → HttpClient
  55. final def getProxyAuthenticationHandler(): AuthenticationHandler

    Definition Classes
    AbstractHttpClient
  56. final def getRedirectStrategy(): RedirectStrategy

    Definition Classes
    AbstractHttpClient
  57. final def getRequestExecutor(): HttpRequestExecutor

    Definition Classes
    AbstractHttpClient
  58. def getRequestInterceptor(arg0: Int): HttpRequestInterceptor

    Definition Classes
    AbstractHttpClient
  59. def getRequestInterceptorCount(): Int

    Definition Classes
    AbstractHttpClient
  60. def getResponseInterceptor(arg0: Int): HttpResponseInterceptor

    Definition Classes
    AbstractHttpClient
  61. def getResponseInterceptorCount(): Int

    Definition Classes
    AbstractHttpClient
  62. final def getRoutePlanner(): HttpRoutePlanner

    Definition Classes
    AbstractHttpClient
  63. final def getTargetAuthenticationHandler(): AuthenticationHandler

    Definition Classes
    AbstractHttpClient
  64. final def getUserTokenHandler(): UserTokenHandler

    Definition Classes
    AbstractHttpClient
  65. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  66. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  67. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  68. final def notify(): Unit

    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  70. var proxyBasicCredentials: Option[UsernamePasswordCredentials]

    Attributes
    protected
    Definition Classes
    ConfiguredHttpClient
  71. var proxyNTCredentials: Option[NTCredentials]

    Attributes
    protected
    Definition Classes
    ConfiguredHttpClient
  72. var proxyScope: Option[AuthScope]

    Attributes
    protected
    Definition Classes
    ConfiguredHttpClient
  73. def removeRequestInterceptorByClass(arg0: Class[_ <: HttpRequestInterceptor]): Unit

    Definition Classes
    AbstractHttpClient
  74. def removeResponseInterceptorByClass(arg0: Class[_ <: HttpResponseInterceptor]): Unit

    Definition Classes
    AbstractHttpClient
  75. def setAuthSchemes(arg0: AuthSchemeRegistry): Unit

    Definition Classes
    AbstractHttpClient
  76. def setCookieSpecs(arg0: CookieSpecRegistry): Unit

    Definition Classes
    AbstractHttpClient
  77. def setCookieStore(arg0: CookieStore): Unit

    Definition Classes
    AbstractHttpClient
  78. def setCredentialsProvider(arg0: CredentialsProvider): Unit

    Definition Classes
    AbstractHttpClient
  79. def setHttpRequestRetryHandler(arg0: HttpRequestRetryHandler): Unit

    Definition Classes
    AbstractHttpClient
  80. def setKeepAliveStrategy(arg0: ConnectionKeepAliveStrategy): Unit

    Definition Classes
    AbstractHttpClient
  81. def setParams(arg0: HttpParams): Unit

    Definition Classes
    AbstractHttpClient
  82. def setProxyAuthenticationHandler(arg0: AuthenticationHandler): Unit

    Definition Classes
    AbstractHttpClient
  83. def setRedirectStrategy(arg0: RedirectStrategy): Unit

    Definition Classes
    AbstractHttpClient
  84. def setReuseStrategy(arg0: ConnectionReuseStrategy): Unit

    Definition Classes
    AbstractHttpClient
  85. def setRoutePlanner(arg0: HttpRoutePlanner): Unit

    Definition Classes
    AbstractHttpClient
  86. def setTargetAuthenticationHandler(arg0: AuthenticationHandler): Unit

    Definition Classes
    AbstractHttpClient
  87. def setUserTokenHandler(arg0: UserTokenHandler): Unit

    Definition Classes
    AbstractHttpClient
  88. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  89. def toString(): String

    Definition Classes
    AnyRef → Any
  90. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  91. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  92. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. 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

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def createRedirectHandler(): RedirectHandler

    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  3. final def getRedirectHandler(): RedirectHandler

    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def setRedirectHandler(arg0: RedirectHandler): Unit

    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ConfiguredHttpClient

Inherited from DefaultHttpClient

Inherited from AbstractHttpClient

Inherited from HttpClient

Inherited from AnyRef

Inherited from Any

Ungrouped