Package system.net
Class HttpStatusCode
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.net.HttpStatusCode
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class HttpStatusCode extends NetObject
The base .NET class managing System.Net.HttpStatusCode, System.Net.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.HttpStatusCode
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HttpStatusCode()
HttpStatusCode(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Net.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Net.Primitives- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.HttpStatusCode- See Also:
- Constant Field Values
-
Continue
public static HttpStatusCode Continue
-
SwitchingProtocols
public static HttpStatusCode SwitchingProtocols
-
Processing
public static HttpStatusCode Processing
-
EarlyHints
public static HttpStatusCode EarlyHints
-
OK
public static HttpStatusCode OK
-
Created
public static HttpStatusCode Created
-
Accepted
public static HttpStatusCode Accepted
-
NonAuthoritativeInformation
public static HttpStatusCode NonAuthoritativeInformation
-
NoContent
public static HttpStatusCode NoContent
-
ResetContent
public static HttpStatusCode ResetContent
-
PartialContent
public static HttpStatusCode PartialContent
-
MultiStatus
public static HttpStatusCode MultiStatus
-
AlreadyReported
public static HttpStatusCode AlreadyReported
-
IMUsed
public static HttpStatusCode IMUsed
-
MultipleChoices
public static HttpStatusCode MultipleChoices
-
Ambiguous
public static HttpStatusCode Ambiguous
-
MovedPermanently
public static HttpStatusCode MovedPermanently
-
Moved
public static HttpStatusCode Moved
-
Found
public static HttpStatusCode Found
-
Redirect
public static HttpStatusCode Redirect
-
SeeOther
public static HttpStatusCode SeeOther
-
RedirectMethod
public static HttpStatusCode RedirectMethod
-
NotModified
public static HttpStatusCode NotModified
-
UseProxy
public static HttpStatusCode UseProxy
-
Unused
public static HttpStatusCode Unused
-
TemporaryRedirect
public static HttpStatusCode TemporaryRedirect
-
RedirectKeepVerb
public static HttpStatusCode RedirectKeepVerb
-
PermanentRedirect
public static HttpStatusCode PermanentRedirect
-
BadRequest
public static HttpStatusCode BadRequest
-
Unauthorized
public static HttpStatusCode Unauthorized
-
PaymentRequired
public static HttpStatusCode PaymentRequired
-
Forbidden
public static HttpStatusCode Forbidden
-
NotFound
public static HttpStatusCode NotFound
-
MethodNotAllowed
public static HttpStatusCode MethodNotAllowed
-
NotAcceptable
public static HttpStatusCode NotAcceptable
-
ProxyAuthenticationRequired
public static HttpStatusCode ProxyAuthenticationRequired
-
RequestTimeout
public static HttpStatusCode RequestTimeout
-
Conflict
public static HttpStatusCode Conflict
-
Gone
public static HttpStatusCode Gone
-
LengthRequired
public static HttpStatusCode LengthRequired
-
PreconditionFailed
public static HttpStatusCode PreconditionFailed
-
RequestEntityTooLarge
public static HttpStatusCode RequestEntityTooLarge
-
RequestUriTooLong
public static HttpStatusCode RequestUriTooLong
-
UnsupportedMediaType
public static HttpStatusCode UnsupportedMediaType
-
RequestedRangeNotSatisfiable
public static HttpStatusCode RequestedRangeNotSatisfiable
-
ExpectationFailed
public static HttpStatusCode ExpectationFailed
-
MisdirectedRequest
public static HttpStatusCode MisdirectedRequest
-
UnprocessableEntity
public static HttpStatusCode UnprocessableEntity
-
UnprocessableContent
public static HttpStatusCode UnprocessableContent
-
Locked
public static HttpStatusCode Locked
-
FailedDependency
public static HttpStatusCode FailedDependency
-
UpgradeRequired
public static HttpStatusCode UpgradeRequired
-
PreconditionRequired
public static HttpStatusCode PreconditionRequired
-
TooManyRequests
public static HttpStatusCode TooManyRequests
-
RequestHeaderFieldsTooLarge
public static HttpStatusCode RequestHeaderFieldsTooLarge
-
UnavailableForLegalReasons
public static HttpStatusCode UnavailableForLegalReasons
-
InternalServerError
public static HttpStatusCode InternalServerError
-
NotImplemented
public static HttpStatusCode NotImplemented
-
BadGateway
public static HttpStatusCode BadGateway
-
ServiceUnavailable
public static HttpStatusCode ServiceUnavailable
-
GatewayTimeout
public static HttpStatusCode GatewayTimeout
-
HttpVersionNotSupported
public static HttpStatusCode HttpVersionNotSupported
-
VariantAlsoNegotiates
public static HttpStatusCode VariantAlsoNegotiates
-
InsufficientStorage
public static HttpStatusCode InsufficientStorage
-
LoopDetected
public static HttpStatusCode LoopDetected
-
NotExtended
public static HttpStatusCode NotExtended
-
NetworkAuthenticationRequired
public static HttpStatusCode NetworkAuthenticationRequired
-
-
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
-
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
-
-