public class HttpClientHandler extends HttpMessageHandler
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Http.HttpClientHandler
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Net.Http, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Net.Http
|
static java.lang.String |
className
Qualified class name: System.Net.Http.HttpClientHandler
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpClientHandler() |
HttpClientHandler(java.lang.Object instance)
Internal constructor.
|
close, Disposepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpClientHandler()
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
IndexOutOfRangeException,
OutOfMemoryException,
ArrayTypeMismatchException,
ArgumentOutOfRangeException,
InvalidOperationException,
FormatException,
ArgumentNullException,
EventSourceException,
ObjectDisposedException,
CryptographicException,
AsnContentException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionObjectDisposedExceptionCryptographicExceptionAsnContentExceptionpublic HttpClientHandler(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static HttpClientHandler cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpClientHandler, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpClientHandler instancejava.lang.Throwable - in case of error during cast operationpublic boolean getAllowAutoRedirect()
throws java.lang.Throwable
java.lang.Throwablepublic DecompressionMethods getAutomaticDecompression() throws java.lang.Throwable
java.lang.Throwablepublic boolean getCheckCertificateRevocationList()
throws java.lang.Throwable
java.lang.Throwablepublic ClientCertificateOption getClientCertificateOptions() throws java.lang.Throwable
java.lang.Throwablepublic X509CertificateCollection getClientCertificates() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException
public CookieContainer getCookieContainer() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionpublic ICredentials getCredentials() throws java.lang.Throwable
java.lang.Throwablepublic ICredentials getDefaultProxyCredentials() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class HttpMessageHandlerString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class HttpMessageHandlerString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class HttpMessageHandlerObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class HttpMessageHandlerString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class HttpMessageHandlerJCType representing the CLR Type of the instantiated Classpublic int getMaxAutomaticRedirections()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxConnectionsPerServer()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaxRequestContentBufferSize()
throws java.lang.Throwable
java.lang.Throwablepublic int getMaxResponseHeadersLength()
throws java.lang.Throwable
java.lang.Throwablepublic IMeterFactory getMeterFactory() throws java.lang.Throwable
java.lang.Throwablepublic boolean getPreAuthenticate()
throws java.lang.Throwable
java.lang.Throwablepublic IWebProxy getProxy() throws java.lang.Throwable
java.lang.Throwablepublic SslProtocols getSslProtocols() throws java.lang.Throwable
java.lang.Throwablepublic boolean getSupportsAutomaticDecompression()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSupportsProxy()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getSupportsRedirectConfiguration()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseCookies()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseDefaultCredentials()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getUseProxy()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowAutoRedirect(boolean AllowAutoRedirect)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setAutomaticDecompression(DecompressionMethods AutomaticDecompression) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setCheckCertificateRevocationList(boolean CheckCertificateRevocationList)
throws java.lang.Throwable,
PlatformNotSupportedException,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
NotSupportedException,
FormatException
public void setClientCertificateOptions(ClientCertificateOption ClientCertificateOptions) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, CryptographicException, OutOfMemoryException, FormatException, EventSourceException, ArgumentOutOfRangeException, AsnContentException, MissingMethodException, TargetInvocationException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionCryptographicExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionArgumentOutOfRangeExceptionAsnContentExceptionMissingMethodExceptionTargetInvocationExceptionpublic void setCookieContainer(CookieContainer CookieContainer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public void setCredentials(ICredentials Credentials) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setDefaultProxyCredentials(ICredentials DefaultProxyCredentials) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class HttpMessageHandlerpublic void setMaxAutomaticRedirections(int MaxAutomaticRedirections)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public void setMaxConnectionsPerServer(int MaxConnectionsPerServer)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public void setMaxRequestContentBufferSize(long MaxRequestContentBufferSize)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
FormatException
public void setMaxResponseHeadersLength(int MaxResponseHeadersLength)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
ArgumentOutOfRangeException,
PlatformNotSupportedException,
NotSupportedException,
ObjectDisposedException,
InvalidOperationException,
RankException,
ArrayTypeMismatchException,
IndexOutOfRangeException,
FormatException
public void setMeterFactory(IMeterFactory MeterFactory) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setPreAuthenticate(boolean PreAuthenticate)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setProxy(IWebProxy Proxy) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, ObjectDisposedException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setSslProtocols(SslProtocols SslProtocols) throws java.lang.Throwable, PlatformNotSupportedException, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionpublic void setUseCookies(boolean UseCookies)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setUseDefaultCredentials(boolean UseDefaultCredentials)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationExceptionpublic void setUseProxy(boolean UseProxy)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionObjectDisposedExceptionInvalidOperationException