Package system.net
Class HttpListenerRequest
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.HttpListenerRequest
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpListenerRequest extends NetObject
The base .NET class managing System.Net.HttpListenerRequest, System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.HttpListenerRequest
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.StringassemblyShortNameAssembly name: System.Net.HttpListenerstatic java.lang.StringclassNameQualified class name: System.Net.HttpListenerRequeststatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpListenerRequest()HttpListenerRequest(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Net.HttpListener- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.HttpListenerRequest- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpListenerRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpListenerRequest, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpListenerRequestinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BeginGetClientCertificate
public IAsyncResult BeginGetClientCertificate(AsyncCallback requestCallback, NetObject state) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentException, OutOfMemoryException, ArrayTypeMismatchException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException, ObjectDisposedException, ApplicationException, MissingMethodException, TargetInvocationException, HttpListenerException, CryptographicException, TaskSchedulerException
- Throws:
java.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionArgumentExceptionOutOfMemoryExceptionArrayTypeMismatchExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionObjectDisposedExceptionApplicationExceptionMissingMethodExceptionTargetInvocationExceptionHttpListenerExceptionCryptographicExceptionTaskSchedulerException
-
EndGetClientCertificate
public X509Certificate2 EndGetClientCertificate(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, WaitHandleCannotBeOpenedException, NullReferenceException, IndexOutOfRangeException, FormatException, EventSourceException, AbandonedMutexException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionWaitHandleCannotBeOpenedExceptionNullReferenceExceptionIndexOutOfRangeExceptionFormatExceptionEventSourceExceptionAbandonedMutexException
-
GetClientCertificate
public X509Certificate2 GetClientCertificate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, FormatException, EventSourceException, MissingMethodException, TargetInvocationException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionMissingMethodExceptionTargetInvocationExceptionCryptographicException
-
getHasEntityBody
public boolean getHasEntityBody() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, PlatformNotSupportedException, OutOfMemoryException, FormatException, EventSourceException, ExternalException, CultureNotFoundException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionExternalExceptionCultureNotFoundException
-
getIsAuthenticated
public boolean getIsAuthenticated() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsLocal
public boolean getIsLocal() throws java.lang.Throwable, ObjectDisposedException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentException, NotSupportedException, OutOfMemoryException, InvalidOperationException, FormatException, EventSourceException
-
getIsSecureConnection
public boolean getIsSecureConnection() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIsWebSocketRequest
public boolean getIsWebSocketRequest() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getKeepAlive
public boolean getKeepAlive() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getClientCertificateError
public int getClientCertificateError() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getContentLength64
public long getContentLength64() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, ArgumentOutOfRangeException, PlatformNotSupportedException, IndexOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, RankException, ArrayTypeMismatchException, InvalidCastException, OutOfMemoryException, EventSourceException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionObjectDisposedExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionOutOfMemoryExceptionEventSourceException
-
getQueryString
public NameValueCollection getQueryString() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, PlatformNotSupportedException, ArgumentNullException, CultureNotFoundException, OutOfMemoryException, NotSupportedException, EventSourceException, InvalidOperationException, ObjectDisposedException
-
getRequestTraceIdentifier
public Guid getRequestTraceIdentifier() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInputStream
public Stream getInputStream() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, NotSupportedException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, FormatException, ArgumentNullException, EventSourceException, ExternalException, NullReferenceException, CultureNotFoundException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionNotSupportedExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionArgumentNullExceptionEventSourceExceptionExternalExceptionNullReferenceExceptionCultureNotFoundException
-
getCookies
public CookieCollection getCookies() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException, CookieException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionCookieException
-
getLocalEndPoint
public IPEndPoint getLocalEndPoint() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, InvalidOperationException, ArgumentNullException, EventSourceException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionInvalidOperationExceptionArgumentNullExceptionEventSourceException
-
getRemoteEndPoint
public IPEndPoint getRemoteEndPoint() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, ArgumentNullException, InvalidOperationException, EventSourceException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionObjectDisposedExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidOperationExceptionEventSourceException
-
getTransportContext
public TransportContext getTransportContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getHttpMethod
public java.lang.String getHttpMethod() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, OutOfMemoryException, ArgumentOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, EventSourceException
-
getRawUrl
public java.lang.String getRawUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getServiceName
public java.lang.String getServiceName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setServiceName
public void setServiceName(java.lang.String ServiceName) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getUserAgent
public java.lang.String getUserAgent() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getUserHostAddress
public java.lang.String getUserHostAddress() throws java.lang.Throwable, ObjectDisposedException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArrayTypeMismatchException, IndexOutOfRangeException, ArgumentException, NotSupportedException, OutOfMemoryException, InvalidOperationException, FormatException, EventSourceException
-
getUserHostName
public java.lang.String getUserHostName() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getAcceptTypes
public java.lang.String[] getAcceptTypes() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getUserLanguages
public java.lang.String[] getUserLanguages() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, PlatformNotSupportedException, OutOfMemoryException, FormatException, EventSourceException, ExternalException, CultureNotFoundException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionExternalExceptionCultureNotFoundException
-
getUrl
public Uri getUrl() throws java.lang.Throwable, IndexOutOfRangeException, PlatformNotSupportedException, ArgumentNullException, ArgumentException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidOperationException
-
getUrlReferrer
public Uri getUrlReferrer() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException, UnreachableException, UriFormatException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidOperationExceptionOutOfMemoryExceptionFormatExceptionEventSourceExceptionUnreachableExceptionUriFormatException
-
getProtocolVersion
public Version getProtocolVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-