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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: Systemstatic 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, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- 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, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, HttpListenerException, CryptographicException, AccessViolationException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
OverflowException
MulticastNotSupportedException
InvalidOperationException
OutOfMemoryException
IndexOutOfRangeException
HttpListenerException
CryptographicException
AccessViolationException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
EndGetClientCertificate
public X509Certificate2 EndGetClientCertificate(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
OverflowException
MulticastNotSupportedException
InvalidOperationException
OutOfMemoryException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
GetClientCertificate
public X509Certificate2 GetClientCertificate() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, CryptographicException, ObjectDisposedException, AccessViolationException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
OverflowException
MulticastNotSupportedException
InvalidOperationException
OutOfMemoryException
CryptographicException
ObjectDisposedException
AccessViolationException
-
getHasEntityBody
public boolean getHasEntityBody() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException
-
getIsAuthenticated
public boolean getIsAuthenticated() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
-
getIsLocal
public boolean getIsLocal() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException
-
getIsSecureConnection
public boolean getIsSecureConnection() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsWebSocketRequest
public boolean getIsWebSocketRequest() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, OutOfMemoryException, CultureNotFoundException
-
getKeepAlive
public boolean getKeepAlive() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, NotSupportedException, OutOfMemoryException, CultureNotFoundException, IndexOutOfRangeException
-
getClientCertificateError
public int getClientCertificateError() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getContentLength64
public long getContentLength64() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException, NotSupportedException
-
getQueryString
public NameValueCollection getQueryString() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, CultureNotFoundException, InvalidOperationException, UriFormatException, ObjectDisposedException, NotSupportedException
-
getRequestTraceIdentifier
public Guid getRequestTraceIdentifier() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInputStream
public Stream getInputStream() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, NotSupportedException, ConfigurationException, ConfigurationErrorsException, OverflowException, MulticastNotSupportedException, InvalidOperationException, OutOfMemoryException, ObjectDisposedException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
ArgumentOutOfRangeException
NotSupportedException
ConfigurationException
ConfigurationErrorsException
OverflowException
MulticastNotSupportedException
InvalidOperationException
OutOfMemoryException
ObjectDisposedException
CultureNotFoundException
-
getCookies
public CookieCollection getCookies() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, OverflowException, CookieException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
InvalidOperationException
OutOfMemoryException
IndexOutOfRangeException
MissingManifestResourceException
ArgumentOutOfRangeException
ArgumentException
CultureNotFoundException
NotSupportedException
OverflowException
CookieException
-
getLocalEndPoint
public IPEndPoint getLocalEndPoint() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, InvalidOperationException
-
getRemoteEndPoint
public IPEndPoint getRemoteEndPoint() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, InvalidOperationException
-
getTransportContext
public TransportContext getTransportContext() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getHttpMethod
public java.lang.String getHttpMethod() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
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
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getUserHostAddress
public java.lang.String getUserHostAddress() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, InvalidOperationException
-
getUserHostName
public java.lang.String getUserHostName() throws java.lang.Throwable, ObjectDisposedException
- Throws:
java.lang.Throwable
ObjectDisposedException
-
getAcceptTypes
public java.lang.String[] getAcceptTypes() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
-
getUserLanguages
public java.lang.String[] getUserLanguages() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentOutOfRangeException
ArgumentException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, IndexOutOfRangeException, AbandonedMutexException, NotSupportedException, CultureNotFoundException, InvalidOperationException, MissingManifestResourceException
-
getUrl
public Uri getUrl() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, OutOfMemoryException, IndexOutOfRangeException, MissingManifestResourceException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException
-
getUrlReferrer
public Uri getUrlReferrer() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, InvalidOperationException, SecurityException, MemberAccessException, NullReferenceException, ConfigurationException, UriFormatException, OutOfMemoryException
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
InvalidOperationException
SecurityException
MemberAccessException
NullReferenceException
ConfigurationException
UriFormatException
OutOfMemoryException
-
getProtocolVersion
public Version getProtocolVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-