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.String
assemblyFullName
Fully assembly qualified name: System.Net.HttpListener, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Net.HttpListenerstatic java.lang.String
className
Qualified class name: System.Net.HttpListenerRequeststatic JCType
classType
The 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static HttpListenerRequest cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoHttpListenerRequest
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
HttpListenerRequest
instance- 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.Throwable
PlatformNotSupportedException
NotSupportedException
ArgumentException
OutOfMemoryException
ArrayTypeMismatchException
ArgumentOutOfRangeException
InvalidOperationException
FormatException
ArgumentNullException
EventSourceException
ObjectDisposedException
ApplicationException
MissingMethodException
TargetInvocationException
HttpListenerException
CryptographicException
TaskSchedulerException
-
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.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
ArgumentNullException
WaitHandleCannotBeOpenedException
NullReferenceException
IndexOutOfRangeException
FormatException
EventSourceException
AbandonedMutexException
-
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.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
OutOfMemoryException
FormatException
EventSourceException
MissingMethodException
TargetInvocationException
CryptographicException
-
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.Throwable
ObjectDisposedException
ArgumentException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
PlatformNotSupportedException
OutOfMemoryException
FormatException
EventSourceException
ExternalException
CultureNotFoundException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
getKeepAlive
public boolean getKeepAlive() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
getClientCertificateError
public int getClientCertificateError() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, FormatException, EventSourceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
OutOfMemoryException
FormatException
EventSourceException
-
getContentLength64
public long getContentLength64() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidOperationException, OutOfMemoryException, FormatException, EventSourceException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
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.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
ArgumentOutOfRangeException
PlatformNotSupportedException
IndexOutOfRangeException
InvalidOperationException
FormatException
ArgumentNullException
RankException
ArrayTypeMismatchException
InvalidCastException
OutOfMemoryException
EventSourceException
-
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.Throwable
ObjectDisposedException
ArgumentException
NotSupportedException
PlatformNotSupportedException
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
FormatException
ArgumentNullException
EventSourceException
ExternalException
NullReferenceException
CultureNotFoundException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
CookieException
-
getLocalEndPoint
public IPEndPoint getLocalEndPoint() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, InvalidOperationException, ArgumentNullException, EventSourceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
ArrayTypeMismatchException
OutOfMemoryException
InvalidOperationException
ArgumentNullException
EventSourceException
-
getRemoteEndPoint
public IPEndPoint getRemoteEndPoint() throws java.lang.Throwable, NotSupportedException, ArgumentException, ObjectDisposedException, PlatformNotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, ArrayTypeMismatchException, OutOfMemoryException, ArgumentNullException, InvalidOperationException, EventSourceException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
ObjectDisposedException
PlatformNotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
ArrayTypeMismatchException
OutOfMemoryException
ArgumentNullException
InvalidOperationException
EventSourceException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
-
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.Throwable
ObjectDisposedException
ArgumentException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
PlatformNotSupportedException
OutOfMemoryException
FormatException
EventSourceException
ExternalException
CultureNotFoundException
-
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.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
ArgumentOutOfRangeException
IndexOutOfRangeException
RankException
ArrayTypeMismatchException
InvalidOperationException
OutOfMemoryException
FormatException
EventSourceException
UnreachableException
UriFormatException
-
getProtocolVersion
public Version getProtocolVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-