AddRequestInterceptor(IHttpRequestInterceptor, Int32)
|
(Inherited from AbstractHttpClient)
|
AddRequestInterceptor(IHttpRequestInterceptor)
|
(Inherited from AbstractHttpClient)
|
AddResponseInterceptor(IHttpResponseInterceptor, Int32)
|
(Inherited from AbstractHttpClient)
|
AddResponseInterceptor(IHttpResponseInterceptor)
|
(Inherited from AbstractHttpClient)
|
ClearRequestInterceptors()
|
(Inherited from AbstractHttpClient)
|
ClearResponseInterceptors()
|
(Inherited from AbstractHttpClient)
|
Clone()
|
Creates and returns a copy of this object.
(Inherited from Object)
|
CreateAuthSchemeRegistry()
|
CreateClientConnectionManager()
|
CreateConnectionKeepAliveStrategy()
|
CreateConnectionReuseStrategy()
|
CreateCookieSpecRegistry()
|
CreateCookieStore()
|
CreateCredentialsProvider()
|
CreateHttpContext()
|
CreateHttpParams()
|
CreateHttpProcessor()
|
CreateHttpRequestRetryHandler()
|
CreateHttpRoutePlanner()
|
CreateProxyAuthenticationHandler()
|
CreateRedirectHandler()
|
CreateRequestExecutor()
|
CreateTargetAuthenticationHandler()
|
CreateUserTokenHandler()
|
DetermineParams(IHttpRequest)
|
(Inherited from AbstractHttpClient)
|
Dispose()
|
(Inherited from Object)
|
Dispose(Boolean)
|
(Inherited from Object)
|
Equals(Object)
|
Indicates whether some other object is "equal to" this one.
(Inherited from Object)
|
Execute(HttpHost, IHttpRequest, IHttpContext)
|
(Inherited from AbstractHttpClient)
|
Execute(HttpHost, IHttpRequest, IResponseHandler, IHttpContext)
|
(Inherited from AbstractHttpClient)
|
Execute(HttpHost, IHttpRequest, IResponseHandler)
|
(Inherited from AbstractHttpClient)
|
Execute(HttpHost, IHttpRequest)
|
(Inherited from AbstractHttpClient)
|
Execute(IHttpUriRequest, IHttpContext)
|
(Inherited from AbstractHttpClient)
|
Execute(IHttpUriRequest, IResponseHandler, IHttpContext)
|
(Inherited from AbstractHttpClient)
|
Execute(IHttpUriRequest, IResponseHandler)
|
(Inherited from AbstractHttpClient)
|
Execute(IHttpUriRequest)
|
(Inherited from AbstractHttpClient)
|
GetHashCode()
|
Returns a hash code value for the object.
(Inherited from Object)
|
GetRequestInterceptor(Int32)
|
(Inherited from AbstractHttpClient)
|
GetResponseInterceptor(Int32)
|
(Inherited from AbstractHttpClient)
|
JavaFinalize()
|
Called by the garbage collector on an object when garbage collection
determines that there are no more references to the object.
(Inherited from Object)
|
Notify()
|
Wakes up a single thread that is waiting on this object's
monitor.
(Inherited from Object)
|
NotifyAll()
|
Wakes up all threads that are waiting on this object's monitor.
(Inherited from Object)
|
RemoveRequestInterceptorByClass(Class)
|
(Inherited from AbstractHttpClient)
|
RemoveResponseInterceptorByClass(Class)
|
(Inherited from AbstractHttpClient)
|
SetHandle(IntPtr, JniHandleOwnership)
|
Sets the Handle property.
(Inherited from Object)
|
SetKeepAliveStrategy(IConnectionKeepAliveStrategy)
|
(Inherited from AbstractHttpClient)
|
SetReuseStrategy(IConnectionReuseStrategy)
|
(Inherited from AbstractHttpClient)
|
ToArray<T>()
|
(Inherited from Object)
|
ToString()
|
Returns a string representation of the object.
(Inherited from Object)
|
UnregisterFromRuntime()
|
(Inherited from Object)
|
Wait()
|
Causes the current thread to wait until it is awakened, typically
by being <em>notified</em> or <em>interrupted</em>.
(Inherited from Object)
|
Wait(Int64, Int32)
|
Causes the current thread to wait until it is awakened, typically
by being <em>notified</em> or <em>interrupted</em>, or until a
certain amount of real time has elapsed.
(Inherited from Object)
|
Wait(Int64)
|
Causes the current thread to wait until it is awakened, typically
by being <em>notified</em> or <em>interrupted</em>, or until a
certain amount of real time has elapsed.
(Inherited from Object)
|