Package system.net.http
Class SocketsHttpHandler
- java.lang.Object
- 
- org.mases.jcobridge.netreflection.NetObject
- 
- system.net.http.HttpMessageHandler
- 
- system.net.http.SocketsHttpHandler
 
 
 
- 
- All Implemented Interfaces:
- java.lang.AutoCloseable,- IJCOBridgeReflected
 
 public class SocketsHttpHandler extends HttpMessageHandler The base .NET class managing System.Net.Http.SocketsHttpHandler, System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Http.SocketsHttpHandler Powered by JCOBridge: more info at https://www.jcobridge.com - Author:
- MASES s.r.l https://masesgroup.com
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Net.Httpstatic java.lang.StringclassNameQualified class name: System.Net.Http.SocketsHttpHandlerstatic JCTypeclassTypeThe type managed from JCOBridge.
 - 
Constructor SummaryConstructors Constructor Description SocketsHttpHandler()SocketsHttpHandler(java.lang.Object instance)Internal constructor.
 - 
Method Summary- 
Methods inherited from class system.net.http.HttpMessageHandlerclose, Dispose
 
- 
 
- 
- 
- 
Field Detail- 
assemblyFullNamepublic static final java.lang.String assemblyFullName Fully assembly qualified name: System.Net.Http, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
 
 - 
assemblyShortNamepublic static final java.lang.String assemblyShortName Assembly name: System.Net.Http- See Also:
- Constant Field Values
 
 - 
classNamepublic static final java.lang.String className Qualified class name: System.Net.Http.SocketsHttpHandler- See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
SocketsHttpHandlerpublic SocketsHttpHandler(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
- java.lang.Throwable
 
 - 
SocketsHttpHandlerpublic SocketsHttpHandler() throws java.lang.Throwable, NotSupportedException, PlatformNotSupportedException, IndexOutOfRangeException, OutOfMemoryException, InvalidOperationException, ArgumentException, FormatException, ArgumentNullException, ArgumentOutOfRangeException, EventSourceException
 
- 
 - 
Method Detail- 
getJCOAssemblyNamepublic java.lang.String getJCOAssemblyName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
- getJCOAssemblyNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOAssemblyNamein class- HttpMessageHandler
- Returns:
- A Stringrepresenting the Fullname of reflected Assembly
 
 - 
getJCOClassNamepublic java.lang.String getJCOClassName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
- getJCOClassNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOClassNamein class- HttpMessageHandler
- Returns:
- A Stringrepresenting the Fullname of reflected Class
 
 - 
getJCOObjectNamepublic java.lang.String getJCOObjectName() Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
- getJCOObjectNamein interface- IJCOBridgeReflected
- Overrides:
- getJCOObjectNamein class- HttpMessageHandler
- Returns:
- A Stringrepresenting the name used to allocated the object in CLR context
 
 - 
getJCOInstancepublic java.lang.Object getJCOInstance() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
- getJCOInstancein interface- IJCOBridgeReflected
- Overrides:
- getJCOInstancein class- HttpMessageHandler
- Returns:
- An Objectrepresenting the CLR instance of the instantiated Class
 
 - 
setJCOInstancepublic void setJCOInstance(JCObject instance) - Overrides:
- setJCOInstancein class- HttpMessageHandler
 
 - 
getJCOTypepublic JCType getJCOType() Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
- getJCOTypein interface- IJCOBridgeReflected
- Overrides:
- getJCOTypein class- HttpMessageHandler
- Returns:
- A JCTyperepresenting the CLR Type of the instantiated Class
 
 - 
castpublic static SocketsHttpHandler cast(IJCOBridgeReflected from) throws java.lang.Throwable Try to cast theIJCOBridgeReflectedinstance intoSocketsHttpHandler, a cast assert is made to check if types are compatible.- Parameters:
- from-- IJCOBridgeReflectedinstance to be casted
- Returns:
- SocketsHttpHandlerinstance
- Throws:
- java.lang.Throwable- in case of error during cast operation
 
 - 
getAllowAutoRedirectpublic boolean getAllowAutoRedirect() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setAllowAutoRedirectpublic void setAllowAutoRedirect(boolean AllowAutoRedirect) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException- Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getEnableMultipleHttp2Connectionspublic boolean getEnableMultipleHttp2Connections() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setEnableMultipleHttp2Connectionspublic void setEnableMultipleHttp2Connections(boolean EnableMultipleHttp2Connections) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException- Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getIsSupportedpublic static boolean getIsSupported() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
getPreAuthenticatepublic boolean getPreAuthenticate() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setPreAuthenticatepublic void setPreAuthenticate(boolean PreAuthenticate) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException- Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getUseCookiespublic boolean getUseCookies() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setUseCookiespublic void setUseCookies(boolean UseCookies) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException- Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getUseProxypublic boolean getUseProxy() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setUseProxypublic void setUseProxy(boolean UseProxy) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException- Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getInitialHttp2StreamWindowSizepublic int getInitialHttp2StreamWindowSize() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setInitialHttp2StreamWindowSizepublic void setInitialHttp2StreamWindowSize(int InitialHttp2StreamWindowSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
 - 
getMaxAutomaticRedirectionspublic int getMaxAutomaticRedirections() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setMaxAutomaticRedirectionspublic void setMaxAutomaticRedirections(int MaxAutomaticRedirections) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
 - 
getMaxConnectionsPerServerpublic int getMaxConnectionsPerServer() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setMaxConnectionsPerServerpublic void setMaxConnectionsPerServer(int MaxConnectionsPerServer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
 - 
getMaxResponseDrainSizepublic int getMaxResponseDrainSize() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setMaxResponseDrainSizepublic void setMaxResponseDrainSize(int MaxResponseDrainSize) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
 - 
getMaxResponseHeadersLengthpublic int getMaxResponseHeadersLength() throws java.lang.Throwable- Throws:
- java.lang.Throwable
 
 - 
setMaxResponseHeadersLengthpublic void setMaxResponseHeadersLength(int MaxResponseHeadersLength) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException
 - 
getActivityHeadersPropagatorpublic DistributedContextPropagator getActivityHeadersPropagator() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setActivityHeadersPropagatorpublic void setActivityHeadersPropagator(DistributedContextPropagator ActivityHeadersPropagator) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getMeterFactorypublic IMeterFactory getMeterFactory() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setMeterFactorypublic void setMeterFactory(IMeterFactory MeterFactory) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getCookieContainerpublic CookieContainer getCookieContainer() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, IndexOutOfRangeException 
 - 
setCookieContainerpublic void setCookieContainer(CookieContainer CookieContainer) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getAutomaticDecompressionpublic DecompressionMethods getAutomaticDecompression() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setAutomaticDecompressionpublic void setAutomaticDecompression(DecompressionMethods AutomaticDecompression) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, ArgumentNullException 
 - 
getKeepAlivePingPolicypublic HttpKeepAlivePingPolicy getKeepAlivePingPolicy() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setKeepAlivePingPolicypublic void setKeepAlivePingPolicy(HttpKeepAlivePingPolicy KeepAlivePingPolicy) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getCredentialspublic ICredentials getCredentials() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setCredentialspublic void setCredentials(ICredentials Credentials) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getDefaultProxyCredentialspublic ICredentials getDefaultProxyCredentials() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setDefaultProxyCredentialspublic void setDefaultProxyCredentials(ICredentials DefaultProxyCredentials) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getProxypublic IWebProxy getProxy() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setProxypublic void setProxy(IWebProxy Proxy) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getSslOptionspublic SslClientAuthenticationOptions getSslOptions() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setSslOptionspublic void setSslOptions(SslClientAuthenticationOptions SslOptions) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException - Throws:
- java.lang.Throwable
- ArgumentException
- NotSupportedException
- InvalidOperationException
- ArgumentOutOfRangeException
- ObjectDisposedException
 
 - 
getConnectTimeoutpublic TimeSpan getConnectTimeout() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setConnectTimeoutpublic void setConnectTimeout(TimeSpan ConnectTimeout) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException 
 - 
getExpect100ContinueTimeoutpublic TimeSpan getExpect100ContinueTimeout() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setExpect100ContinueTimeoutpublic void setExpect100ContinueTimeout(TimeSpan Expect100ContinueTimeout) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException 
 - 
getKeepAlivePingDelaypublic TimeSpan getKeepAlivePingDelay() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setKeepAlivePingDelaypublic void setKeepAlivePingDelay(TimeSpan KeepAlivePingDelay) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OverflowException 
 - 
getKeepAlivePingTimeoutpublic TimeSpan getKeepAlivePingTimeout() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setKeepAlivePingTimeoutpublic void setKeepAlivePingTimeout(TimeSpan KeepAlivePingTimeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OverflowException 
 - 
getPooledConnectionIdleTimeoutpublic TimeSpan getPooledConnectionIdleTimeout() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setPooledConnectionIdleTimeoutpublic void setPooledConnectionIdleTimeout(TimeSpan PooledConnectionIdleTimeout) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException 
 - 
getPooledConnectionLifetimepublic TimeSpan getPooledConnectionLifetime() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setPooledConnectionLifetimepublic void setPooledConnectionLifetime(TimeSpan PooledConnectionLifetime) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException 
 - 
getResponseDrainTimeoutpublic TimeSpan getResponseDrainTimeout() throws java.lang.Throwable - Throws:
- java.lang.Throwable
 
 - 
setResponseDrainTimeoutpublic void setResponseDrainTimeout(TimeSpan ResponseDrainTimeout) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException 
 
- 
 
-