Instance Constructors
-
new
GAEClientConnection
(cm: ClientConnectionManager, route: HttpRoute, state: AnyRef)
-
new
GAEClientConnection
(cm: ClientConnectionManager, route: HttpRoute, state: AnyRef, closed: Boolean)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
abortConnection
(): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
close
(): Unit
-
var
closed
: Boolean
-
var
cm
: ClientConnectionManager
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flush
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
getLocalAddress
(): InetAddress
-
def
getLocalPort
(): Int
-
def
getMetrics
(): HttpConnectionMetrics
-
def
getRemoteAddress
(): InetAddress
-
def
getRemotePort
(): Int
-
def
getRoute
(): HttpRoute
-
def
getSSLSession
(): SSLSession
-
def
getSocketTimeout
(): Int
-
def
getState
(): AnyRef
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
isMarkedReusable
(): Boolean
-
def
isOpen
(): Boolean
-
def
isResponseAvailable
(timeout: Int): Boolean
-
def
isSecure
(): Boolean
-
def
isStale
(): Boolean
-
def
layerProtocol
(context: HttpContext, params: HttpParams): Nothing
-
def
markReusable
(): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
open
(route: HttpRoute, context: HttpContext, params: HttpParams): Unit
-
def
receiveResponseEntity
(response: HttpResponse): Unit
-
def
receiveResponseHeader
(): HttpResponse
-
def
releaseConnection
(): Unit
-
var
route
: HttpRoute
-
def
sendRequestEntity
(request: HttpEntityEnclosingRequest): Unit
-
def
sendRequestHeader
(request: HttpRequest): Unit
-
def
setIdleDuration
(duration: Long, unit: TimeUnit): Unit
-
def
setSocketTimeout
(timeout: Int): Unit
-
def
setState
(state: AnyRef): Unit
-
def
shutdown
(): Unit
-
var
state
: AnyRef
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
tunnelProxy
(next: HttpHost, secure: Boolean, params: HttpParams): Nothing
-
def
tunnelTarget
(secure: Boolean, params: HttpParams): Nothing
-
def
unmarkReusable
(): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from ManagedClientConnection
Inherited from ConnectionReleaseTrigger
Inherited from HttpRoutedConnection
Inherited from HttpInetConnection
Inherited from HttpClientConnection
Inherited from HttpConnection
Inherited from AnyRef
Inherited from Any