Class

com.metl.utils

CleanHttpClient

Related Doc: package utils

Permalink

class CleanHttpClient extends DefaultHttpClient with IMeTLHttpClient with Logger

Linear Supertypes
Logger, IMeTLHttpClient, DefaultHttpClient, AbstractHttpClient, CloseableHttpClient, Closeable, AutoCloseable, HttpClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CleanHttpClient
  2. Logger
  3. IMeTLHttpClient
  4. DefaultHttpClient
  5. AbstractHttpClient
  6. CloseableHttpClient
  7. Closeable
  8. AutoCloseable
  9. HttpClient
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CleanHttpClient(connMgr: ClientConnectionManager)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logger
  5. def addAdditionalHeaders(message: AbstractHttpMessage, additionalHeaders: List[(String, String)]): Unit

    Permalink
    Attributes
    protected
  6. def addAuthorization(domain: String, username: String, password: String): Unit

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  7. def addHttpHeader(name: String, value: String): Unit

    Permalink
  8. def addRequestInterceptor(arg0: HttpRequestInterceptor, arg1: Int): Unit

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

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

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

    Permalink
    Definition Classes
    AbstractHttpClient
  12. def applyAuthHeader(message: AbstractHttpMessage, uri: URI): Unit

    Permalink
    Attributes
    protected
  13. def applyClientCookies(request: AbstractHttpMessage, uri: URI): Unit

    Permalink
    Attributes
    protected
  14. def applyDefaultHeaders(message: AbstractHttpMessage, uri: URI): Unit

    Permalink
    Attributes
    protected
  15. def applyHostHeader(message: AbstractHttpMessage, uri: URI): Unit

    Permalink
    Attributes
    protected
  16. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  17. def assertLog(assertion: Boolean, msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logger
  18. def clearRequestInterceptors(): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
  19. def clearResponseInterceptors(): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def close(): Unit

    Permalink
    Definition Classes
    AbstractHttpClient → Closeable → AutoCloseable
  22. val connectionTimeout: Int

    Permalink
    Attributes
    protected
  23. var cookies: Map[String, Header]

    Permalink
    Attributes
    protected
  24. def createAuthSchemeRegistry(): AuthSchemeRegistry

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  25. def createClientConnectionManager(): ClientConnectionManager

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  26. def createClientRequestDirector(arg0: HttpRequestExecutor, arg1: ClientConnectionManager, arg2: ConnectionReuseStrategy, arg3: ConnectionKeepAliveStrategy, arg4: HttpRoutePlanner, arg5: HttpProcessor, arg6: HttpRequestRetryHandler, arg7: RedirectStrategy, arg8: AuthenticationStrategy, arg9: AuthenticationStrategy, arg10: UserTokenHandler, arg11: HttpParams): RequestDirector

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    DefaultHttpClient → AbstractHttpClient
  34. def createHttpProcessor(): BasicHttpProcessor

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

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

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  37. def createProxyAuthenticationStrategy(): AuthenticationStrategy

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

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  39. def createTargetAuthenticationStrategy(): AuthenticationStrategy

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

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  41. def debug(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  42. def debug(msg: ⇒ AnyRef, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  43. def debug(msg: ⇒ AnyRef, t: Throwable): Unit

    Permalink
    Definition Classes
    Logger
  44. def debug(msg: ⇒ AnyRef): Unit

    Permalink
    Definition Classes
    Logger
  45. def debug(msg: ⇒ AnyRef, box: Box[_]): Unit

    Permalink
    Definition Classes
    Logger
  46. def determineConnSecurity(uri: URI): Boolean

    Permalink
    Attributes
    protected
  47. def determineHost(uri: URI): String

    Permalink
    Attributes
    protected
  48. def determineParams(arg0: HttpRequest): HttpParams

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient
  49. def determinePath(uri: URI): String

    Permalink
    Attributes
    protected
  50. def determinePort(uri: URI): Int

    Permalink
    Attributes
    protected
  51. def determineQuery(uri: URI): String

    Permalink
    Attributes
    protected
  52. def determineScheme(uri: URI): String

    Permalink
    Attributes
    protected
  53. def displayMetrics(conn: ManagedClientConnection): Unit

    Permalink
    Attributes
    protected
  54. final def doExecute(arg0: HttpHost, arg1: HttpRequest, arg2: HttpContext): CloseableHttpResponse

    Permalink
    Attributes
    protected[org.apache.http.impl.client]
    Definition Classes
    AbstractHttpClient → CloseableHttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  55. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  57. def error(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  58. def error(msg: ⇒ AnyRef, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  59. def error(msg: ⇒ AnyRef, t: Throwable): Unit

    Permalink
    Definition Classes
    Logger
  60. def error(msg: ⇒ AnyRef): Unit

    Permalink
    Definition Classes
    Logger
  61. def error(msg: ⇒ AnyRef, box: Box[_]): Unit

    Permalink
    Definition Classes
    Logger
  62. def execute[T](arg0: HttpHost, arg1: HttpRequest, arg2: ResponseHandler[_ <: T], arg3: HttpContext): T

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  63. def execute[T](arg0: HttpHost, arg1: HttpRequest, arg2: ResponseHandler[_ <: T]): T

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  64. def execute[T](arg0: HttpUriRequest, arg1: ResponseHandler[_ <: T], arg2: HttpContext): T

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  65. def execute[T](arg0: HttpUriRequest, arg1: ResponseHandler[_ <: T]): T

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  66. def execute(arg0: HttpHost, arg1: HttpRequest): CloseableHttpResponse

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  67. def execute(arg0: HttpUriRequest): CloseableHttpResponse

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  68. def execute(arg0: HttpUriRequest, arg1: HttpContext): CloseableHttpResponse

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  69. def execute(arg0: HttpHost, arg1: HttpRequest, arg2: HttpContext): CloseableHttpResponse

    Permalink
    Definition Classes
    CloseableHttpClient → HttpClient
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  70. def executeHttpConnAction(uri: String, actOnConn: (ManagedClientConnection, String, String) ⇒ Unit, retriesSoFar: Int = 0, redirectsSoFar: Int = 0, exceptions: List[Throwable] = List.empty[Throwable], startTime: Long = new Date().getTime): HTTPResponse

    Permalink
    Attributes
    protected
  71. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  72. def get(uri: String, additionalHeaders: List[(String, String)] = List.empty[(String,String)]): String

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  73. def get(uri: String): String

    Permalink
    Definition Classes
    IMeTLHttpClient
  74. def getAsBytes(uri: String, additionalHeaders: List[(String, String)] = List.empty[(String,String)]): Array[Byte]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  75. def getAsBytes(uri: String): Array[Byte]

    Permalink
    Definition Classes
    IMeTLHttpClient
  76. def getAsString(uri: String, additionalHeaders: List[(String, String)] = List.empty[(String,String)]): String

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  77. def getAsString(uri: String): String

    Permalink
    Definition Classes
    IMeTLHttpClient
  78. final def getAuthSchemes(): AuthSchemeRegistry

    Permalink
    Definition Classes
    AbstractHttpClient
  79. final def getBackoffManager(): BackoffManager

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

    Permalink
    Definition Classes
    AnyRef → Any
  81. final def getConnectionBackoffStrategy(): ConnectionBackoffStrategy

    Permalink
    Definition Classes
    AbstractHttpClient
  82. final def getConnectionKeepAliveStrategy(): ConnectionKeepAliveStrategy

    Permalink
    Definition Classes
    AbstractHttpClient
  83. final def getConnectionManager(): ClientConnectionManager

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

    Permalink
    Definition Classes
    AbstractHttpClient
  85. final def getCookieSpecs(): CookieSpecRegistry

    Permalink
    Definition Classes
    AbstractHttpClient
  86. final def getCookieStore(): CookieStore

    Permalink
    Definition Classes
    AbstractHttpClient
  87. def getCookies: Map[String, Header]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  88. final def getCredentialsProvider(): CredentialsProvider

    Permalink
    Definition Classes
    AbstractHttpClient
  89. def getExpectingHTTPResponse(uri: String, additionalHeaders: List[(String, String)] = List.empty[(String,String)], retriesSoFar: Int = 0, redirectsSoFar: Int = 0, exceptions: List[Throwable] = List.empty[Throwable], startTime: Long = new Date().getTime): HTTPResponse

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  90. def getHttpHeaders: List[Header]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  91. final def getHttpProcessor(): BasicHttpProcessor

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

    Permalink
    Definition Classes
    AbstractHttpClient
  93. final def getParams(): HttpParams

    Permalink
    Definition Classes
    AbstractHttpClient → HttpClient
  94. final def getProxyAuthenticationStrategy(): AuthenticationStrategy

    Permalink
    Definition Classes
    AbstractHttpClient
  95. final def getRedirectStrategy(): RedirectStrategy

    Permalink
    Definition Classes
    AbstractHttpClient
  96. final def getRequestExecutor(): HttpRequestExecutor

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

    Permalink
    Definition Classes
    AbstractHttpClient
  98. def getRequestInterceptorCount(): Int

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

    Permalink
    Definition Classes
    AbstractHttpClient
  100. def getResponseInterceptorCount(): Int

    Permalink
    Definition Classes
    AbstractHttpClient
  101. final def getRoutePlanner(): HttpRoutePlanner

    Permalink
    Definition Classes
    AbstractHttpClient
  102. final def getTargetAuthenticationStrategy(): AuthenticationStrategy

    Permalink
    Definition Classes
    AbstractHttpClient
  103. final def getUserTokenHandler(): UserTokenHandler

    Permalink
    Definition Classes
    AbstractHttpClient
  104. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  105. def httpContext: HttpContext

    Permalink
    Attributes
    protected
  106. var httpHeaders: Array[Header]

    Permalink
    Attributes
    protected
  107. def httpParams: HttpParams

    Permalink
    Attributes
    protected
  108. def info(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  109. def info(msg: ⇒ AnyRef, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  110. def info(msg: ⇒ AnyRef, t: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logger
  111. def info(msg: ⇒ AnyRef): Unit

    Permalink
    Definition Classes
    Logger
  112. def info(msg: ⇒ AnyRef, box: Box[_]): Unit

    Permalink
    Definition Classes
    Logger
  113. def isDebugEnabled: Boolean

    Permalink
    Definition Classes
    Logger
  114. def isErrorEnabled: Boolean

    Permalink
    Definition Classes
    Logger
  115. def isInfoEnabled: Boolean

    Permalink
    Definition Classes
    Logger
  116. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  117. def isTraceEnabled: Boolean

    Permalink
    Definition Classes
    Logger
  118. def isWarnEnabled: Boolean

    Permalink
    Definition Classes
    Logger
  119. val keepAliveEnabled: Boolean

    Permalink
    Attributes
    protected
  120. val keepAliveTimeout: Int

    Permalink
    Attributes
    protected
  121. val maxRedirects: Int

    Permalink
    Attributes
    protected
  122. val maxRetries: Int

    Permalink
    Attributes
    protected
  123. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  124. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  125. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  126. def postBytes(uri: String, bytes: Array[Byte], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): Array[Byte]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  127. def postBytes(uri: String, bytes: Array[Byte]): Array[Byte]

    Permalink
    Definition Classes
    IMeTLHttpClient
  128. def postBytesExpectingHTTPResponse(uri: String, bytes: Array[Byte], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): HTTPResponse

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  129. def postForm(uri: String, postItemList: List[(String, String)], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): Array[Byte]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  130. def postForm(uri: String, postItemList: List[(String, String)]): Array[Byte]

    Permalink
    Definition Classes
    IMeTLHttpClient
  131. def postFormExpectingHTTPResponse(uri: String, postItemList: List[(String, String)], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): HTTPResponse

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  132. def postMultipart(uri: String, binaryParts: List[(String, Array[Byte])], stringParts: List[(String, String)], additionalHeaders: List[(String, String)]): Array[Byte]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  133. def postUnencodedForm(uri: String, postItemList: List[(String, String)], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): Array[Byte]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  134. def postUnencodedForm(uri: String, postItemList: List[(String, String)]): Array[Byte]

    Permalink
    Definition Classes
    IMeTLHttpClient
  135. def postUnencodedFormExpectingHttpResponse(uri: String, postItemList: List[(String, String)], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): HTTPResponse

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  136. def putBytes(uri: String, bytes: Array[Byte], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): Array[Byte]

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  137. def putBytes(uri: String, bytes: Array[Byte]): Array[Byte]

    Permalink
    Definition Classes
    IMeTLHttpClient
  138. def putBytesExpectingHTTPResponse(uri: String, bytes: Array[Byte], additionalHeaders: List[(String, String)] = List.empty[(String,String)]): HTTPResponse

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  139. def putString(uri: String, data: String, additionalHeaders: List[(String, String)]): String

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  140. def putString(uri: String, data: String): String

    Permalink
    Definition Classes
    IMeTLHttpClient
  141. def putStringExpectingHTTPResponse(uri: String, data: String, additionalHeaders: List[(String, String)]): HTTPResponse

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  142. val readTimeout: Int

    Permalink
    Attributes
    protected
  143. def removeRequestInterceptorByClass(arg0: Class[_ <: HttpRequestInterceptor]): Unit

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

    Permalink
    Definition Classes
    AbstractHttpClient
  145. def respondToResponse(response: HTTPResponse, additionalHeaders: List[(String, String)] = List.empty[(String,String)]): HTTPResponse

    Permalink
  146. def setAuthSchemes(arg0: AuthSchemeRegistry): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
  147. def setBackoffManager(arg0: BackoffManager): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
  148. def setConnectionBackoffStrategy(arg0: ConnectionBackoffStrategy): Unit

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

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

    Permalink
    Definition Classes
    AbstractHttpClient
  151. def setCookies(cook: Map[String, Header]): Unit

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  152. def setCredentialsProvider(arg0: CredentialsProvider): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
  153. def setHttpHeaders(headers: List[Header]): Unit

    Permalink
    Definition Classes
    CleanHttpClientIMeTLHttpClient
  154. def setHttpRequestRetryHandler(arg0: HttpRequestRetryHandler): Unit

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

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

    Permalink
    Definition Classes
    AbstractHttpClient
  157. def setProxyAuthenticationStrategy(arg0: AuthenticationStrategy): Unit

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

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

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

    Permalink
    Definition Classes
    AbstractHttpClient
  161. def setTargetAuthenticationStrategy(arg0: AuthenticationStrategy): Unit

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

    Permalink
    Definition Classes
    AbstractHttpClient
  163. def storeClientCookies(newHeaders: List[Header]): Unit

    Permalink
    Attributes
    protected
  164. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  165. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  166. def trace(msg: ⇒ AnyRef, t: Throwable, marker: ⇒ Marker): Unit

    Permalink
    Definition Classes
    Logger
  167. def trace(msg: ⇒ AnyRef, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  168. def trace(msg: ⇒ AnyRef, t: Throwable): Unit

    Permalink
    Definition Classes
    Logger
  169. def trace(msg: ⇒ AnyRef): Unit

    Permalink
    Definition Classes
    Logger
  170. def trace(msg: ⇒ AnyRef, box: Box[_]): Unit

    Permalink
    Definition Classes
    Logger
  171. def trace[T](msg: String, v: T): T

    Permalink
    Definition Classes
    Logger
  172. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  175. def warn(msg: ⇒ AnyRef, t: Throwable, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  176. def warn(msg: ⇒ AnyRef, marker: Marker): Unit

    Permalink
    Definition Classes
    Logger
  177. def warn(msg: ⇒ AnyRef, t: Throwable): Unit

    Permalink
    Definition Classes
    Logger
  178. def warn(msg: ⇒ AnyRef): Unit

    Permalink
    Definition Classes
    Logger
  179. def warn(msg: ⇒ AnyRef, box: Box[_]): Unit

    Permalink
    Definition Classes
    Logger
  180. def withConn(uri: String, actOnConn: (ManagedClientConnection, String, String) ⇒ Unit, redirectNumber: Int = 0, retryNumber: Int = 0, exceptionsSoFar: List[Throwable] = List.empty[Throwable], start: Long = new Date().getTime): HTTPResponse

    Permalink
    Attributes
    protected

Deprecated Value Members

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

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

    (Since version ) see corresponding Javadoc for more information.

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

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

    (Since version ) see corresponding Javadoc for more information.

  3. def createProxyAuthenticationHandler(): AuthenticationHandler

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

    (Since version ) see corresponding Javadoc for more information.

  4. def createRedirectHandler(): RedirectHandler

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

    (Since version ) see corresponding Javadoc for more information.

  5. def createTargetAuthenticationHandler(): AuthenticationHandler

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

    (Since version ) see corresponding Javadoc for more information.

  6. final def getProxyAuthenticationHandler(): AuthenticationHandler

    Permalink
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  7. final def getRedirectHandler(): RedirectHandler

    Permalink
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  8. final def getTargetAuthenticationHandler(): AuthenticationHandler

    Permalink
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  9. def setProxyAuthenticationHandler(arg0: AuthenticationHandler): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  10. def setRedirectHandler(arg0: RedirectHandler): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  11. def setTargetAuthenticationHandler(arg0: AuthenticationHandler): Unit

    Permalink
    Definition Classes
    AbstractHttpClient
    Annotations
    @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Logger

Inherited from IMeTLHttpClient

Inherited from DefaultHttpClient

Inherited from AbstractHttpClient

Inherited from CloseableHttpClient

Inherited from Closeable

Inherited from AutoCloseable

Inherited from HttpClient

Inherited from AnyRef

Inherited from Any

Ungrouped