Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

ABOUT - Enum constant in enum class org.refcodes.web.LinkRelation
 
AbstractHeaderFields<C,T> - Class in org.refcodes.web
Abstract implementation of the HeaderFields type.
AbstractHeaderFields() - Constructor for class org.refcodes.web.AbstractHeaderFields
Instantiates a new abstract Header-Fields.
AbstractHeaderFields(Map) - Constructor for class org.refcodes.web.AbstractHeaderFields
Instantiates a new abstract Header-Fields.
AbstractHttpFields<T> - Class in org.refcodes.web
Abstract implementation of the HeaderFields type.
AbstractHttpFields() - Constructor for class org.refcodes.web.AbstractHttpFields
Instantiates an empty instance.
AbstractHttpFields(Map) - Constructor for class org.refcodes.web.AbstractHttpFields
Initializes the instance with the fields provided by the given Map.
AbstractHttpRequest - Class in org.refcodes.web
Implementation of the HttpRequest interface.
AbstractHttpRequest(HttpMethod, Url) - Constructor for class org.refcodes.web.AbstractHttpRequest
Constructs a HttpRequest with all required attributes.
AbstractHttpRequest(HttpMethod, Url, RequestHeaderFields) - Constructor for class org.refcodes.web.AbstractHttpRequest
Constructs a HttpRequest with all required attributes.
AbstractHttpResponse - Class in org.refcodes.web
Implementation of the HttpResponse interface.
AbstractHttpResponse() - Constructor for class org.refcodes.web.AbstractHttpResponse
Constructs a HttpResponse with HttpStatusCode.OK.
AbstractHttpResponse(HttpStatusCode) - Constructor for class org.refcodes.web.AbstractHttpResponse
Constructs a HttpResponse with all required attributes.
AbstractHttpResponse(HttpStatusCode, ResponseHeaderFields) - Constructor for class org.refcodes.web.AbstractHttpResponse
Constructs a HttpResponse with all required attributes.
AbstractHttpResponse(ResponseHeaderFields) - Constructor for class org.refcodes.web.AbstractHttpResponse
Constructs a HttpResponse with with HttpStatusCode.OK.
ACCEPT - Enum constant in enum class org.refcodes.web.HeaderField
 
ACCEPT_CHARSET - Enum constant in enum class org.refcodes.web.HeaderField
 
ACCEPT_ENCODING - Enum constant in enum class org.refcodes.web.HeaderField
 
ACCEPT_LANGUAGE - Enum constant in enum class org.refcodes.web.HeaderField
"...
ACCEPTED - Enum constant in enum class org.refcodes.web.HttpStatusCode
202 Accepted (HTTP/1.0 - RFC 1945)
ACCEPTED - Enum constant in enum class org.refcodes.web.HttpSuccessCode
202 Accepted (HTTP/1.0 - RFC 1945)
ACCESS_TOKEN - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...
ACCESS_TOKEN - Enum constant in enum class org.refcodes.web.OauthField
"...
ACL - Enum constant in enum class org.refcodes.web.LinkRelation
 
addAll(HttpFields) - Method in interface org.refcodes.web.HttpFields
Adds all fields found in the provided HttpFields instance.
addCookie(C) - Method in class org.refcodes.web.AbstractHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(C) - Method in interface org.refcodes.web.HeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String) - Method in interface org.refcodes.web.HeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String) - Method in class org.refcodes.web.RequestHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String) - Method in class org.refcodes.web.ResponseHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String, String) - Method in class org.refcodes.web.AbstractHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String, String) - Method in interface org.refcodes.web.HeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addHttpInterceptor(I) - Method in interface org.refcodes.web.HttpInterceptable
Adds the given HttpInterceptor instance.
addHttpInterceptor(HttpClientInterceptor) - Method in interface org.refcodes.web.HttpClientInterceptable
Adds the given HttpClientInterceptor instance.
addHttpInterceptor(HttpServerInterceptor) - Method in interface org.refcodes.web.HttpServerInterceptable
Adds the given HttpServerInterceptor instance.
addMediaTypeFactory(MediaTypeFactory) - Method in interface org.refcodes.web.MediaTypeFactoryLookup.MutableMediaTypeFactoryLookup
Registers a MediaTypeFactory for marshaling and unmarshaling a HTTP-Request's body of the according MimeType.
addPostHttpInterceptor(I) - Method in interface org.refcodes.web.PostHttpInterceptable
Adds the given PostHttpInterceptor instance.
addPreHttpInterceptor(I) - Method in interface org.refcodes.web.PreHttpInterceptable
Adds the given PreHttpInterceptor instance.
addTo(Enum, String) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.addTo(String, String) though using the provided enumeration's Enum.toString() method to determine the key.
addTo(Enum, String...) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.addTo(String, String...) though using the provided enumeration's Enum.toString() method to determine the key.
addTo(Enum, List) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.addTo(String, List) though using the provided enumeration's Enum.toString() method to determine the key.
addTo(String, String) - Method in class org.refcodes.web.AbstractHeaderFields
Adds a value to the list of values associated with the given Header-Field (key).
addTo(String, String) - Method in interface org.refcodes.web.HttpFields
Adds a value to the list of values associated with the given Header-Field (key).
addTo(String, String...) - Method in interface org.refcodes.web.HttpFields
Adds values to the list of values associated with the given Header-Field (key).
addTo(String, List) - Method in interface org.refcodes.web.HttpFields
Adds values to the list of values associated with the given Header-Field (key),.
addTo(HeaderField, String) - Method in interface org.refcodes.web.HeaderFields
Adds the value to the given Header-Field.
addTo(HeaderField, String...) - Method in interface org.refcodes.web.HeaderFields
Adds the given values to the according Header-Field.
addTo(HeaderField, List) - Method in interface org.refcodes.web.HeaderFields
Adds the given values to the according Header-Field.
addToQueryFields(String, String) - Method in class org.refcodes.web.UrlBuilder
Adds a value to the list of values associated with the given Query-Field (key).
addToQueryFields(String, String...) - Method in class org.refcodes.web.UrlBuilder
Adds values to the list of values associated with the given Query-Field (key).
ALLOW - Enum constant in enum class org.refcodes.web.HeaderField
 
ALTERNATE - Enum constant in enum class org.refcodes.web.LinkRelation
 
AMPHTML - Enum constant in enum class org.refcodes.web.LinkRelation
 
API_CATALOG - Enum constant in enum class org.refcodes.web.LinkRelation
 
APPENDIX - Enum constant in enum class org.refcodes.web.LinkRelation
 
appendToPath(String) - Method in class org.refcodes.web.UrlBuilder
Appends a path element to the path.
appendToPath(String...) - Method in class org.refcodes.web.UrlBuilder
Appends multiple path elements to the path, automatically adding the path separator "/" as required.
APPLE_TOUCH_ICON - Enum constant in enum class org.refcodes.web.LinkRelation
 
APPLE_TOUCH_STARTUP_IMAGE - Enum constant in enum class org.refcodes.web.LinkRelation
 
APPLICATION - Enum constant in enum class org.refcodes.web.TopLevelType
 
APPLICATION_1D_INTERLEAVED_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_3GPDASH_QOE_REPORT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_3GPP_IMS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_3GPP_MBS_OBJECT_MANIFEST_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_3GPP_MBS_USER_SERVICE_DESCRIPTIONS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_3GPP_MEDIA_DELIVERY_METRICS_REPORT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_3GPPHAL_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_3GPPHALFORMS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_A2L - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AAS_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ACE_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ACE_GROUPCOMM_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ACE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ACE_TRL_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ACTIVEMESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ACTIVITY_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AIF_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AIF_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_CDNI_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_CDNIFILTER_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_COSTMAP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_COSTMAPFILTER_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_DIRECTORY_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_ENDPOINTCOST_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_ENDPOINTCOSTPARAMS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_ENDPOINTPROP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_ENDPOINTPROPPARAMS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_ERROR_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_NETWORKMAP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_NETWORKMAPFILTER_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_PROPMAP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_PROPMAPPARAMS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_TIPS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_TIPSPARAMS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_UPDATESTREAMCONTROL_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ALTO_UPDATESTREAMPARAMS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ANDREW_INSET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_APPLEFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ASYNCAPI_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ASYNCAPI_YAML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AT_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATFX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATOM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATOMCAT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATOMDELETED_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATOMICMAIL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATOMSVC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATSC_DWD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATSC_DYNAMIC_EVENT_MESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATSC_HELD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATSC_RDT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATSC_RSAT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ATXML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AUTH_POLICY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AUTOMATIONML_AML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_AUTOMATIONML_AMLX_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_BACNET_XDD_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_BATCH_SMTP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_BEEP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_BUFR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_C2PA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CALENDAR_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CALENDAR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CALL_COMPLETION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CALS_1840 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CAPTIVE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CBOR_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CCCEX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CCMP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CCXML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDFX_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDMI_CAPABILITY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDMI_CONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDMI_DOMAIN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDMI_OBJECT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDMI_QUEUE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CDNI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CE_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CEA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CEA_2018_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CELLML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CFW - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CID - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CID_EDHOC_CBOR_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CITY_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CITY_JSON_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CLR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CLUE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CLUE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CMS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CMW_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CMW_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CMW_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CMW_JWS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CNRP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COAP_EAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COAP_GROUP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COAP_PAYLOAD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COMMONGROUND - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CONCISE_PROBLEM_DETAILS_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CONFERENCE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COSE_KEY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COSE_KEY_SET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_COSE_X509 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CPL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CSRATTRS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CSTA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CSTADATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CSVM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CWL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CWL_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CWL_YAML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_CYBERCASH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DASH_PATCH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DASH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DASHDELTA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DAVMOUNT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DCA_RFT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DCD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DEC_DX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DIALOG_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DICOM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DICOM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DICOM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DID - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DII - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DIT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DNS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DNS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DNS_MESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DOTS_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DPOP_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DSKPP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DSSC_DER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DSSC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_DVCS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EAT_BUN_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EAT_BUN_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EAT_CWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EAT_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EAT_UCS_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EAT_UCS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ECMASCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EDHOC_CBOR_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EDI_CONSENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EDI_X12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EDIFACT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EFI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ELM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ELM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_CAP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_COMMENT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_CONTROL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_DEVICEINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_ECALL_MSD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_LEGACYESN_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_PROVIDERINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_SERVICEINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_SUBSCRIBERINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMERGENCYCALLDATA_VEDS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMMA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EMOTIONML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ENCAPRTP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ENTITY_STATEMENT_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EPP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EPUB_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ESHOP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EXI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EXPECT_CT_REPORT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EXPLICIT_REGISTRATION_RESPONSE_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_EXPRESS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FASTINFOSET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FASTSOAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FDF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FDT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FHIR_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FHIR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FITS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FLEXFEC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FONT_SFNT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FONT_TDPFR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FONT_WOFF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_FRAMEWORK_ATTRIBUTES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GEO_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GEO_JSON_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GEOFEED_CSV - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GEOPACKAGE_SQLITE3 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GEOPOSE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GEOXACML_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GEOXACML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GLTF_BUFFER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GNAP_BINDING_JWS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GNAP_BINDING_JWSD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GNAP_BINDING_ROTATION_JWS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GNAP_BINDING_ROTATION_JWSD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GRIB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_GZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_H224 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_HAL_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_HAL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_HELD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_HL7V2_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_HTTP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_HYPERSTUDIO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IBE_KEY_REQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IBE_PKG_REPLY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IBE_PP_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IGES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IM_ISCOMPOSING_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_INDEX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_INDEX_CMD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_INDEX_OBJ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_INDEX_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_INDEX_VND - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_INKML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IOTP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IPFIX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_IPP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ISUP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ITS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JAVA_ARCHIVE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JAVASCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JF2FEED_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JOSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JOSE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JRD_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JSCALENDAR_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JSCONTACT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JSON_PATCH_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JSON_PATCH_QUERY_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JSON_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JSONPATH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JWK_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JWK_SET_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JWK_SET_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_KB_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_KBL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_KPML_REQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_KPML_RESPONSE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LD_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LGR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LINK_FORMAT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LINKSET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LINKSET_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LOAD_CONTROL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LOGOUT_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LOST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LOSTSYNC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LPF_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_LXF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MAC_BINHEX40 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MACWRITEII - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MADS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MANIFEST_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MARC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MARCXML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MATHEMATICA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MATHML_CONTENT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MATHML_PRESENTATION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MATHML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_ASSOCIATED_PROCEDURE_DESCRIPTION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_DEREGISTER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_ENVELOPE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_MSK_RESPONSE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_MSK_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_PROTECTION_DESCRIPTION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_RECEPTION_REPORT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_REGISTER_RESPONSE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_REGISTER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_SCHEDULE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBMS_USER_SERVICE_DESCRIPTION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MBOX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MEASURED_COMPONENT_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MEASURED_COMPONENT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MEDIA_CONTROL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MEDIA_POLICY_DATASET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MEDIASERVERCONTROL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MERGE_PATCH_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_METALINK4_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_METS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MF4 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MIKEY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MIPC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MISSING_BLOCKS_CBOR_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MMT_AEI_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MMT_USD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MODS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MOSS_KEYS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MOSS_SIGNATURE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MOSSKEY_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MOSSKEY_REQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MP21 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MP4 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MPEG4_GENERIC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MPEG4_IOD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MPEG4_IOD_XMT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MRB_CONSUMER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MRB_PUBLISH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MSC_IVR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MSC_MIXER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MSWORD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MUD_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MULTIPART_CORE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_MXF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_N_QUADS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_N_TRIPLES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_NASDATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_NEWS_CHECKGROUPS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_NEWS_GROUPINFO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_NEWS_TRANSMISSION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_NLSML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_NODE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_NSS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OAUTH_AUTHZ_REQ_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OBLIVIOUS_DNS_MESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OCSP_REQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OCSP_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OCTET_STREAM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ODA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ODM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ODX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OEBPS_PACKAGE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OGG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OHTTP_KEYS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OPC_NODESET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OSCORE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_OXPS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_P21 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_P21_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_P2P_OVERLAY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PASSPORT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PATCH_OPS_ERROR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PDF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PDX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PEM_CERTIFICATE_CHAIN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PGP_ENCRYPTED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PGP_KEYS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PGP_SIGNATURE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PIDF_DIFF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PIDF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKCS10 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKCS12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKCS7_MIME - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKCS7_SIGNATURE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKCS8 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKCS8_ENCRYPTED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKIX_ATTR_CERT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKIX_CERT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKIX_CRL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKIX_PKIPATH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PKIXCMP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PLS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_POC_SETTINGS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_POSTSCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PPSP_TRACKER_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRIVATE_TOKEN_ISSUER_DIRECTORY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRIVATE_TOKEN_REQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRIVATE_TOKEN_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PROBLEM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PROBLEM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PROTOBUF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PROTOBUF_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PROVENANCE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PROVIDED_CLAIMS_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_ALVESTRAND_TITRAX_SHEET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_CWW - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_CYN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_HPUB_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_IMPLIED_DOCUMENT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_IMPLIED_EXECUTABLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_IMPLIED_OBJECT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_IMPLIED_OBJECT_JSON_SEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_IMPLIED_OBJECT_YAML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_IMPLIED_STRUCTURE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_MAYFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_NPREND - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_PLUCKER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_RDF_XML_CRYPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_SCLT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_VCFBZIP2 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PRS_XSF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PSKC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_PVD_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_QSIG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RAPTORFEC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RDAP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RDF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_REGINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RELAX_NG_COMPACT_SYNTAX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_REMOTE_PRINTING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_REPUTON_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RESOLVE_RESPONSE_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RESOURCE_LISTS_DIFF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RESOURCE_LISTS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RFC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RISCOS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RLMI_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RLS_SERVICES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ROUTE_APD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ROUTE_S_TSID_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ROUTE_USD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RPKI_CHECKLIST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RPKI_GHOSTBUSTERS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RPKI_MANIFEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RPKI_PUBLICATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RPKI_ROA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RPKI_SIGNED_TAL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RPKI_UPDOWN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RS_METADATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RTF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RTPLOOPBACK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_RTX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SAMLASSERTION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SAMLMETADATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SARIF_EXTERNAL_PROPERTIES_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SARIF_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SBE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SBML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCAIP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCHEMA_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCHEMA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCIM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCITT_RECEIPT_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCITT_STATEMENT_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCVP_CV_REQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCVP_CV_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCVP_VP_REQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SCVP_VP_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SD_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SD_JWT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SDF_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SDP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SECEVENT_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENML_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENML_ETCH_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENML_ETCH_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENML_EXI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENML_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENSML_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENSML_EXI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENSML_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SENSML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SEP_EXI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SEP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SERVPHER_HTML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SERVPHER_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SERVPHER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SESSION_INFO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SET_PAYMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SET_PAYMENT_INITIATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SET_REGISTRATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SET_REGISTRATION_INITIATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SGML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SGML_OPEN_CATALOG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SHF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SIEVE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SIMPLE_FILTER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SIMPLE_MESSAGE_SUMMARY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SIMPLESYMBOLCONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SIPC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SMIL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SMIL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SMPTE336M - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SOAP_FASTINFOSET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SOAP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SPARQL_QUERY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SPARQL_RESULTS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SPDX_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SPIRITS_EVENT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SQL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SRGS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SRGS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SRU_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SSLKEYLOGFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SSML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ST2110_41 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_STIX_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_STRATUM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SUIT_ENVELOPE_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SUIT_REPORT_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SWID_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_SWID_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_APEX_UPDATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_APEX_UPDATE_CONFIRM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_COMMUNITY_UPDATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_COMMUNITY_UPDATE_CONFIRM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_ERROR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_SEQUENCE_ADJUST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_SEQUENCE_ADJUST_CONFIRM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_STATUS_QUERY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_STATUS_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_UPDATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAMP_UPDATE_CONFIRM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TAXII_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TD_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TEI_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TETRA_ISI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TEXINFO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_THRAUD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TIMESTAMP_QUERY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TIMESTAMP_REPLY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TIMESTAMPED_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TLSRPT_GZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TLSRPT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TNAUTHLIST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TOC_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TOKEN_INTROSPECTION_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TOML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TRICKLE_ICE_SDPFRAG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TRIG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TRUST_CHAIN_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TRUST_MARK_DELEGATION_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TRUST_MARK_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TRUST_MARK_STATUS_RESPONSE_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TTML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TVE_TRIGGER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TZIF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_TZIF_LEAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_UCCS_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_UJCS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ULPFEC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_URC_GRPSHEET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_URC_RESSHEET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_URC_TARGETDESC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_URC_UISOCKETDESC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_V3C - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VC_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VC_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VC_SD_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VCARD_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VCARD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VEC_PACKAGE_GZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VEC_PACKAGE_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VEC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VEMMI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_1000MINDS_DECISION_MODEL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_1OB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_5GNAS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_5GSA2X - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_5GSA2X_LOCAL_SERVICE_INFORMATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_5GSV2X - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_5GSV2X_LOCAL_SERVICE_INFORMATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_ACCESS_TRANSFER_EVENTS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_BSF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_CRS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_CURRENT_LOCATION_DISCOVERY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_GMOP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_GTPC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_INTERWORKING_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_LPP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MC_SIGNALLING_EAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_AFFILIATION_COMMAND_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_MSGSTORE_CTRL_REQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_PAYLOAD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_REGROUP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_SERVICE_CONFIG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_SIGNALLING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_UE_CONFIG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCDATA_USER_PROFILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_AFFILIATION_COMMAND_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_FLOOR_REQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_LOCATION_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_MBMS_USAGE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_REGROUP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_SERVICE_CONFIG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_SIGNED_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_UE_CONFIG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_UE_INIT_CONFIG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCPTT_USER_PROFILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_AFFILIATION_COMMAND_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_AFFILIATION_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_LOCATION_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_MBMS_USAGE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_REGROUP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_SERVICE_CONFIG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_TRANSMISSION_REQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_UE_CONFIG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MCVIDEO_USER_PROFILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_MID_CALL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_NGAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PFCP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PIC_BW_LARGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PIC_BW_SMALL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PIC_BW_VAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PINAPP_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PROSE_PC3A_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PROSE_PC3ACH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PROSE_PC3CH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PROSE_PC8_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_PROSE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_S1AP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_APP_COMM_REQUIREMENTS_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_DATA_DELIVERY_INFO_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_DATA_DELIVERY_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_GROUP_DOC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_LOCATION_INFO_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_LOCATION_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_MBMS_USAGE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_MBS_USAGE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_NETWORK_QOS_MANAGEMENT_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_NETWORK_RESOURCE_INFO_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_UE_CONFIG_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_UNICAST_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SEAL_USER_PROFILE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SMS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SMS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SRVCC_EXT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_SRVCC_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_STATE_AND_EVENT_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_USSD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_V2X - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_V2X_LOCAL_SERVICE_INFORMATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP_VAE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP2_BCMCSINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP2_SMS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3GPP2_TCAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3LIGHTSSOFTWARE_IMAGESCAL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_3M_POST_IT_NOTES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ACCPAC_SIMPLY_ASO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ACCPAC_SIMPLY_IMP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ACM_ADDRESSXFER_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ACM_CHATBOT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ACUCOBOL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ACUCORP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ADOBE_FLASH_MOVIE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ADOBE_FORMSCENTRAL_FCDT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ADOBE_FXP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ADOBE_PARTIAL_UPLOAD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ADOBE_XDP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AETHER_IMP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_AFPLINEDATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_AFPLINEDATA_PAGEDEF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_CMOCA_CMRESOURCE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_FOCA_CHARSET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_FOCA_CODEDFONT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_FOCA_CODEPAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_MODCA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_MODCA_CMTABLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_MODCA_FORMDEF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_MODCA_MEDIUMMAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_MODCA_OBJECTCONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_MODCA_OVERLAY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AFPC_MODCA_PAGESEGMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AH_BARCODE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AHEAD_SPACE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AIA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AIRZIP_FILESECURE_AZF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AIRZIP_FILESECURE_AZS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AMADEUS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AMAZON_MOBI8_EBOOK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AMERICANDYNAMICS_ACC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AMIGA_AMI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AMUNDSEN_MAZE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ANDROID_OTA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ANKI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ANSER_WEB_CERTIFICATE_ISSUE_INITIATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ANTIX_GAME_COMPONENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APACHE_ARROW_FILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APACHE_ARROW_STREAM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APACHE_PARQUET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APACHE_THRIFT_BINARY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APACHE_THRIFT_COMPACT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APACHE_THRIFT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APEXLANG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_API_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APLEXTOR_WARRP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APOTHEKENDE_RESERVATION_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APPLE_INSTALLER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APPLE_KEYNOTE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APPLE_MPEGURL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APPLE_NUMBERS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_APPLE_PAGES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ARASTRA_SWI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ARISTANETWORKS_SWI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ARTISAN_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ARTSQUARE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AS207960_VAS_CONFIG_JER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AS207960_VAS_CONFIG_UPER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AS207960_VAS_TAP_JER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AS207960_VAS_TAP_UPER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ASTRAEA_SOFTWARE_IOTA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AUDIOGRAPH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AUTOPACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AVALON_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_AVISTAR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BALSAMIQ_BMML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BALSAMIQ_BMPR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BANANA_ACCOUNTING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BBF_USP_ERROR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BBF_USP_MSG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BBF_USP_MSG_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BEKITZUR_STECH_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BELIGHTSOFT_LHZD_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BELIGHTSOFT_LHZL_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BINT_MED_CONTENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BIOPAX_RDF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BLINK_IDB_VALUE_WRAPPER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BLUEICE_MULTIPASS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BLUETOOTH_EP_OOB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BLUETOOTH_LE_OOB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BMI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BPF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BPF3 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BUSINESSOBJECTS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BYU_UAPI_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_BZIP3 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_C3VOC_SCHEDULE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CAB_JSCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CANON_CPDL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CANON_LIPS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CAPASYSTEMS_PG_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CEL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CENDIO_THINLINC_CLIENTCONF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CENTURY_SYSTEMS_TCP_STREAM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CHEMDRAW_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CHESS_PGN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CHIPNUTS_KARAOKE_MMD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CIEDI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CINDERELLA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CIRPACK_ISDN_EXT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CITATIONSTYLES_STYLE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CLAYMORE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CLOANTO_RP9 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CLONK_C4GROUP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CLUETRUST_CARTOMOBILE_CONFIG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CLUETRUST_CARTOMOBILE_CONFIG_PKG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CNCF_HELM_CHART_CONTENT_V1_TAR_GZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CNCF_HELM_CHART_PROVENANCE_V1_PROV - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CNCF_HELM_CONFIG_V1_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COFFEESCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLABIO_XODOCUMENTS_DOCUMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLABIO_XODOCUMENTS_DOCUMENT_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLABIO_XODOCUMENTS_PRESENTATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLABIO_XODOCUMENTS_PRESENTATION_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLABIO_XODOCUMENTS_SPREADSHEET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLABIO_XODOCUMENTS_SPREADSHEET_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLECTION_DOC_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLECTION_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COLLECTION_NEXT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COMICBOOK_RAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COMICBOOK_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COMMERCE_BATTELLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COMMONSPACE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CONTACT_CMSG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COREOS_IGNITION_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_COSMOCALLER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRICK_CLICKER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRICK_CLICKER_KEYBOARD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRICK_CLICKER_PALETTE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRICK_CLICKER_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRICK_CLICKER_WORDBANK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRITICALTOOLS_WBS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRYPTII_PIPE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRYPTO_SHADE_FILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRYPTOMATOR_ENCRYPTED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CRYPTOMATOR_VAULT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CTC_POSML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CTCT_WS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CUPS_PDF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CUPS_POSTSCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CUPS_PPD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CUPS_RASTER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CUPS_RAW - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CURL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CYAN_DEAN_ROOT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CYBANK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CYCLONEDX_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_CYCLONEDX_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_D2L_COURSEPACKAGE1P0_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_D3M_DATASET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_D3M_PROBLEM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DART - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DATA_VISION_RDZ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DATALOG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DATAPACKAGE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DATARESOURCE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DBF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DCMP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DEBIAN_BINARY_PACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DECE_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DECE_TTML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DECE_UNSPECIFIED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DECE_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DENOVO_FCSELAYOUT_LINK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DESMUME_MOVIE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DIR_BI_PLATE_DL_NOSUFFIX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DM_DELEGATION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DNA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DOCUMENT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DOLBY_MOBILE_1 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DOLBY_MOBILE_2 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DOREMIR_SCORECLOUD_BINARY_DOCUMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DPGRAPH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DREAMFACTORY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DRIVE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DTG_LOCAL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DTG_LOCAL_FLASH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DTG_LOCAL_HTML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_AIT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_DVBISL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_DVBJ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_ESGCONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_IPDCDFTNOTIFACCESS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_IPDCESGACCESS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_IPDCESGACCESS2 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_IPDCESGPDD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_IPDCROAMING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_IPTV_ALFEC_BASE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_IPTV_ALFEC_ENHANCEMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_NOTIF_AGGREGATE_ROOT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_NOTIF_CONTAINER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_NOTIF_GENERIC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_NOTIF_IA_MSGLIST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_NOTIF_IA_REGISTRATION_REQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_NOTIF_IA_REGISTRATION_RESPONSE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_NOTIF_INIT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_PFR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DVB_SERVICE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DXR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DYNAGEO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_DZR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EASYKARAOKE_CDGDOWNLOAD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECDIS_UPDATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECIP_RLP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECLIPSE_DITTO_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECOWIN_CHART - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECOWIN_FILEREQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECOWIN_FILEUPDATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECOWIN_SERIES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECOWIN_SERIESREQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ECOWIN_SERIESUPDATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EFI_IMG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EFI_ISO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ELN_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EMCLIENT_ACCESSREQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ENLIVEN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ENPHASE_ENVOY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EPRINTS_DATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EPSON_ESF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EPSON_MSF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EPSON_QUICKANIME - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EPSON_SALT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EPSON_SSF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ERICSSON_QUICKCALL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EROFS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ESPASS_ESPASS_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ESZIGNO3_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_AOC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_ASIC_E_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_ASIC_S_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_CUG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVCOMMAND_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVDISCOVERY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVPROFILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVSAD_BC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVSAD_COD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVSAD_NPVR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVSERVICE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVSYNC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_IPTVUEPROFILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_MCID_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_MHEG5 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_OVERLOAD_CONTROL_POLICY_DATASET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_PSTN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_SCI_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_SIMSERVS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_TIMESTAMP_TOKEN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_TSL_DER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ETSI_TSL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EU_KASPARIAN_CAR_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EUDORA_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EVOLV_ECIG_PROFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EVOLV_ECIG_SETTINGS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EVOLV_ECIG_THEME - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EXSTREAM_EMPOWER_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EXSTREAM_PACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EZPIX_ALBUM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_EZPIX_PACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_F_SECURE_MOBILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FAF_YAML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FAMILYSEARCH_GEDCOM_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FASTCOPY_DISK_IMAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FDSN_MSEED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FDSN_SEED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FDSN_STATIONXML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FFSNS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FGB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FICLAB_FLB_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FILMIT_ZFC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FINTS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FIREMONKEYS_CLOUDCELL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FLOGRAPHIT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FLUXTIME_CLIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FONT_FONTFORGE_SFD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FRAMEMAKER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FREELOG_COMIC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FROGANS_FNC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FROGANS_LTF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FSC_WEBLAUNCH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIFILM_FB_DOCUWORKS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIFILM_FB_DOCUWORKS_BINDER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIFILM_FB_DOCUWORKS_CONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIFILM_FB_JFI_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIXEROX_ART_EX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIXEROX_ART4 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIXEROX_DDD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIXEROX_DOCUWORKS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIXEROX_DOCUWORKS_BINDER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIXEROX_DOCUWORKS_CONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUJIXEROX_HBPL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUT_MISNET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUTOIN_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUTOIN_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_FUZZYSHEET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_G3PIX_G3FC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GA4GH_PASSPORT_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENOMATIX_TUXEDO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENOZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTICS_GRD_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTOO_CATMETADATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTOO_EBUILD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTOO_ECLASS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTOO_GPKG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTOO_MANIFEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTOO_PKGMETADATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GENTOO_XPAK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEO_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOCUBE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOGEBRA_FILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOGEBRA_PINBOARD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOGEBRA_SLIDES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOGEBRA_TOOL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOMETRY_EXPLORER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEONEXT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOPLAN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GEOSPACE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GERBER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GLOBALPLATFORM_CARD_CONTENT_MGT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GLOBALPLATFORM_CARD_CONTENT_MGT_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GMX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GNU_TALER_EXCHANGE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GNU_TALER_MERCHANT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GOOGLE_EARTH_KML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GOOGLE_EARTH_KMZ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GOV_SK_E_FORM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GOV_SK_E_FORM_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GOV_SK_XMLDATACONTAINER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GPXSEE_MAP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GRAFEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GRIDMP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GROOVE_ACCOUNT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GROOVE_HELP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GROOVE_IDENTITY_MESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GROOVE_INJECTOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GROOVE_TOOL_MESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GROOVE_TOOL_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_GROOVE_VCARD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HAL_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HAL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HANDHELD_ENTERTAINMENT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HBCI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HC_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HCL_BIREPORTS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HDT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HEROKU_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HHE_LESSON_PLAYER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HSL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HTTPHONE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HYDROSTATIX_SOF_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HYPER_ITEM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HYPER_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HYPERDRIVE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_HZN_3D_CROSSWORD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IBM_AFPLINEDATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IBM_ELECTRONIC_MEDIA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IBM_MINIPAY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IBM_MODCAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IBM_RIGHTS_MANAGEMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IBM_SECURE_CONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ICCPROFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IEEE_1905 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IGLOADER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMAGEMETER_FOLDER_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMAGEMETER_IMAGE_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMMERVISION_IVP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMMERVISION_IVU - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_IMSCCV1P1 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_IMSCCV1P2 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_IMSCCV1P3 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_LIS_V2_RESULT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_LTI_V2_TOOLCONSUMERPROFILE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_LTI_V2_TOOLPROXY_ID_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_LTI_V2_TOOLPROXY_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_LTI_V2_TOOLSETTINGS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IMS_LTI_V2_TOOLSETTINGS_SIMPLE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INFORMEDCONTROL_RMS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INFORMIX_VISIONARY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INFOTECH_PROJECT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INFOTECH_PROJECT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INNOPATH_WAMP_NOTIFICATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INSORS_IGM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INTERCON_FORMNET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INTERGEO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INTERTRUST_DIGIBOX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INTERTRUST_NNCP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INTU_QBO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_INTU_QFX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPFS_IPNS_RECORD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPLD_CAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPLD_DAG_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPLD_DAG_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPLD_RAW - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPTC_G2_CATALOGITEM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPTC_G2_CONCEPTITEM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPTC_G2_KNOWLEDGEITEM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPTC_G2_NEWSITEM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPTC_G2_NEWSMESSAGE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPTC_G2_PACKAGEITEM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPTC_G2_PLANNINGITEM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IPUNPLUGGED_RCPROFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IREPOSITORY_PACKAGE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_IS_XPR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ISAC_FCS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ISO11783_10_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_DIRECTORY_SERVICE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_JPNSTORE_WAKEUP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_PAYMENT_WAKEUP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_REGISTRATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_REGISTRATION_WAKEUP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_SETSTORE_WAKEUP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_VERIFICATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JAPANNET_VERIFICATION_WAKEUP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JCP_JAVAME_MIDLET_RMS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JISP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JOOST_JODA_ARCHIVE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_JSK_ISDN_NGN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KAHOOTZ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KARBON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KCHART - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KFORMULA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KIVIO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KONTOUR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KPRESENTER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KSPREAD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDE_KWORD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KDL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KENAMEAAPP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KEYMAN_KMP_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KEYMAN_KMX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KIDSPIRATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KINAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KOAN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_KODAK_DESCRIPTOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LAS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LAS_LAS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LAS_LAS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LASZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LDEV_PRODUCTLICENSING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LEAP_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LIBERTY_REQUEST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LLAMAGRAPHICS_LIFE_BALANCE_DESKTOP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LLAMAGRAPHICS_LIFE_BALANCE_EXCHANGE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LOGIPIPE_CIRCUIT_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_LOOM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MACPORTS_PORTPKG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MAML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MAPBOX_VECTOR_TILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MARLIN_DRM_ACTIONTOKEN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MARLIN_DRM_CONFTOKEN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MARLIN_DRM_LICENSE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MARLIN_DRM_MDCF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MASON_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MAXAR_ARCHIVE_3TZ_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MAXMIND_MAXMIND_DB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MCD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MDL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MDL_MBSDF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MEDCALCDATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MEDIASTATION_CDKEY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MEDICALHOLODECK_RECORDXR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MERIDIAN_SLINGSHOT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MERMAID - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MFER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MFMP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MICRO_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MICROSOFT_PORTABLE_EXECUTABLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MICROSOFT_WINDOWS_THUMBNAIL_CACHE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MIELE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MIF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MINISOFT_HP3000_SAVE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MITSUBISHI_MISTY_GUARD_TRUSTWEB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MODL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MOPHUN_APPLICATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MOPHUN_CERTIFICATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MOZILLA_XUL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_3MFDOCUMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_ARTGALRY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_ASF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_CAB_COMPRESSED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_EXCEL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_EXCEL_ADDIN_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_EXCEL_SHEET_BINARY_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_EXCEL_SHEET_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_EXCEL_TEMPLATE_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_FONTOBJECT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_HTMLHELP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_IMS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_LRM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_OFFICE_ACTIVEX_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_OFFICETHEME - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_PLAYREADY_INITIATOR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_POWERPOINT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_POWERPOINT_ADDIN_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_POWERPOINT_PRESENTATION_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_POWERPOINT_SLIDE_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_POWERPOINT_SLIDESHOW_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_POWERPOINT_TEMPLATE_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_PRINTDEVICECAPABILITIES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_PRINTSCHEMATICKET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_PROJECT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_TNEF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WINDOWS_DEVICEPAIRING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WINDOWS_NWPRINTING_OOB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WINDOWS_PRINTERPAIRING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WINDOWS_WSD_OOB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WMDRM_LIC_CHLG_REQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WMDRM_LIC_RESP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WMDRM_METER_CHLG_REQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WMDRM_METER_RESP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WORD_DOCUMENT_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WORD_TEMPLATE_MACROENABLED_12 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WORKS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_WPL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MS_XPSDOCUMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MSA_DISK_IMAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MSEQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MSGPACK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MSIGN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MULTIAD_CREATOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MULTIAD_CREATOR_CIF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MUSIC_NIFF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MUSICIAN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MUVEE_STYLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_MYNFC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NACAMAR_YBRID_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NATO_BINDINGDATAOBJECT_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NATO_BINDINGDATAOBJECT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NATO_BINDINGDATAOBJECT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NATO_OPENXMLFORMATS_PACKAGE_IEPD_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NCD_CONTROL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NCD_REFERENCE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NEARST_INV_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NEBUMIND_LINE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NERVANA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NETFPX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NEUROLANGUAGE_NLU - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NIMN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NINTENDO_NITRO_ROM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NINTENDO_SNES_ROM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NITF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NOBLENET_DIRECTORY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NOBLENET_SEALER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NOBLENET_WEB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NOVADIGM_EDM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NOVADIGM_EDX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NOVADIGM_EXT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NTT_LOCAL_CONTENT_SHARE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NTT_LOCAL_FILE_TRANSFER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NTT_LOCAL_OGW_REMOTE_ACCESS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NTT_LOCAL_SIP_TA_REMOTE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NTT_LOCAL_SIP_TA_TCP_STREAM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_NUBALTEC_NUDOKU_GAME - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OAI_WORKFLOWS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OAI_WORKFLOWS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OAI_WORKFLOWS_YAML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_BASE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_CHART - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_CHART_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_DATABASE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_FORMULA_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_GRAPHICS_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_IMAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_IMAGE_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_SPREADSHEET_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_MASTER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_MASTER_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OASIS_OPENDOCUMENT_TEXT_WEB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OBN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OCF_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OCI_IMAGE_MANIFEST_V1_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OFTN_L10N_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_CONTENTACCESSDOWNLOAD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_CONTENTACCESSSTREAMING_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_CSPG_HEXBINARY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_DAE_SVG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_DAE_XHTML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_MIPPVCONTROLMESSAGE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_PAE_GEM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_SPDISCOVERY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_SPDLIST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_UEPROFILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OIPF_USERPROFILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OLPC_SUGAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_ASSOCIATED_PROCEDURE_PARAMETER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_DRM_TRIGGER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_IMD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_LTKM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_NOTIFICATION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_PROVISIONINGTRIGGER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_SGBOOT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_SGDD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_SGDU - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_SIMPLE_SYMBOL_CONTAINER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_SMARTCARD_TRIGGER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_SPROV_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_BCAST_STKM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_CAB_ADDRESS_BOOK_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_CAB_FEATURE_HANDLER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_CAB_PCC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_CAB_SUBS_INVITE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_CAB_USER_PREFS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_DCD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_DCDC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_DD2_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_DRM_RISD_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_GROUP_USAGE_LIST_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_LWM2M_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_LWM2M_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_LWM2M_TLV - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_PAL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_POC_DETAILED_PROGRESS_REPORT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_POC_FINAL_REPORT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_POC_GROUPS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_POC_INVOCATION_DESCRIPTOR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_POC_OPTIMIZED_PROGRESS_REPORT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_PUSH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_SCIDM_MESSAGES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_SCWS_CONFIG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_SCWS_HTTP_REQUEST - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_SCWS_HTTP_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMA_XCAP_DIRECTORY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMADS_EMAIL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMADS_FILE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMADS_FOLDER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMALOC_SUPL_INIT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OMS_CELLULAR_COSE_CONTENT_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ONEPAGER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ONEPAGERTAMP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ONEPAGERTAMX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ONEPAGERTAT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ONEPAGERTATP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ONEPAGERTATX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ONVIF_METADATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENBLOX_GAME_BINARY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENBLOX_GAME_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENEYE_OEB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENPRINTTAG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENSTREETMAP_DATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENTIMESTAMPS_OTS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENVPI_DSPX_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_CUSTOM_PROPERTIES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_CUSTOMXMLPROPERTIES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWING_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_CHART_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_CHARTSHAPES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMCOLORS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMDATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMLAYOUT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_DRAWINGML_DIAGRAMSTYLE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_EXTENDED_PROPERTIES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_COMMENTAUTHORS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_COMMENTS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_HANDOUTMASTER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_NOTESMASTER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_NOTESSLIDE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESENTATION_MAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_PRESPROPS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDELAYOUT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDEMASTER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDESHOW_MAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_SLIDEUPDATEINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TABLESTYLES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TAGS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_TEMPLATE_MAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_PRESENTATIONML_VIEWPROPS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_CALCCHAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_CHARTSHEET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_COMMENTS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_CONNECTIONS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_DIALOGSHEET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_EXTERNALLINK_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_PIVOTCACHEDEFINITION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_PIVOTCACHERECORDS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_PIVOTTABLE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_QUERYTABLE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_REVISIONHEADERS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_REVISIONLOG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHAREDSTRINGS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEET_MAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_SHEETMETADATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_STYLES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TABLE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TABLESINGLECELLS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_TEMPLATE_MAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_USERNAMES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_VOLATILEDEPENDENCIES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_SPREADSHEETML_WORKSHEET_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_THEME_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_THEMEOVERRIDE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_VMLDRAWING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_COMMENTS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT_GLOSSARY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_DOCUMENT_MAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_ENDNOTES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_FONTTABLE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_FOOTER_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_FOOTNOTES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_NUMBERING_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_SETTINGS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_STYLES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_TEMPLATE_MAIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_OFFICEDOCUMENT_WORDPROCESSINGML_WEBSETTINGS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_PACKAGE_CORE_PROPERTIES_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_PACKAGE_DIGITAL_SIGNATURE_XMLSIGNATURE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OPENXMLFORMATS_PACKAGE_RELATIONSHIPS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ORACLE_RESOURCE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ORANGE_INDATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OSA_NETDEPLOY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OSGEO_MAPGUIDE_PACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OSGI_BUNDLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OSGI_DP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OSGI_SUBSYSTEM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OTPS_CT_KIP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_OXLI_COUNTGRAPH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PAGERDUTY_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PALM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PANOPLY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PAOS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PATENTDIVE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PATIENTECOMMSDOC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PAWAAFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PCOS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PG_FORMAT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PG_OSASLI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PIACCESS_APPLICATION_LICENCE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PICSEL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PMI_WIDGET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PMTILES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POC_GROUP_ADVERTISEMENT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POCKETLEARN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POWERBUILDER6 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POWERBUILDER6_S - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POWERBUILDER7 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POWERBUILDER7_S - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POWERBUILDER75 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_POWERBUILDER75_S - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PP_SYSTEMVERIFY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PREMINET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PREVIEWSYSTEMS_BOX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PROJECT_GRAPH - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PROTEUS_MAGAZINE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PSFS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PT_MUNDUSMUNDI - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PUBLISHARE_DELTA_TREE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PVI_PTID1 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PWG_MULTIPLEXED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PWG_XHTML_PRINT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_PYON_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_QUALCOMM_BREW_APP_RES - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_QUARANTAINENET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_QUARK_QUARKXPRESS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_QUOBJECT_QUOXDOCUMENT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_R74N_SANDBOXELS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MOML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_AUDIT_CONF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_AUDIT_CONN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_AUDIT_DIALOG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_AUDIT_STREAM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_AUDIT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_CONF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_DIALOG_BASE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_DIALOG_FAX_DETECT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_DIALOG_FAX_SENDRECV_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_DIALOG_GROUP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_DIALOG_SPEECH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_DIALOG_TRANSFORM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_DIALOG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RADISYS_MSML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RAINSTOR_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RAPID - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_REALVNC_BED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RECORDARE_MUSICXML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RECORDARE_MUSICXML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RELPIPE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RENLEARN_RLPRINT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RESILIENT_LOGIC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RESTFUL_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RIG_CRYPTONOTE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ROUTE66_LINK66_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RS_274X - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_RUCKUS_DOWNLOAD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_S3SMS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SAILINGTRACKER_TRACK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SBM_CID - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SBM_MID2 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SCRIBUS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_3DF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_CSF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_DOC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_EML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_MHT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_NET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_PPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_TIFF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALED_XLS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALEDMEDIA_SOFTSEAL_HTML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEALEDMEDIA_SOFTSEAL_PDF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEEMAIL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEIS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEMA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEMD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SEMF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHADE_SAVE_FILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHANA_INFORMED_FORMDATA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHANA_INFORMED_FORMTEMPLATE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHANA_INFORMED_INTERCHANGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHANA_INFORMED_PACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHOOTPROOF_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHOPKICK_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SHX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SIGROK_SESSION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SIMTECH_MINDMAPPER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SIREN_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SIRTX_VMV0 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SKETCHOMETRY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SMAF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SMART_NOTEBOOK - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SMART_TEACHER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SMINTIO_PORTALS_ARCHIVE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SNESDEV_PAGE_TABLE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SOFTWARE602_FILLER_FORM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SOFTWARE602_FILLER_FORM_XML_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SOLENT_SDKM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SPOTFIRE_DXP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SPOTFIRE_SFS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SQLITE3 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SSS_COD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SSS_DTF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SSS_NTF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_STEPMANIA_PACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_STEPMANIA_STEPCHART - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_STREET_STREAM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SUN_WADL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SUPERFILE_SUPER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SUS_CALENDAR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SVD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SWIFTVIEW_ICS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYBYL_MOL2 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYCLE_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYFT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DM_NOTIFICATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DM_WBXML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DM_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DMDDF_WBXML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DMDDF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DMTNDS_WBXML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DMTNDS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_DS_NOTIFICATION - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_SYNCML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TABLESCHEMA_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TAO_INTENT_MODULE_ARCHIVE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TCPDUMP_PCAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_THINK_CELL_PPTTC_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TMD_MEDIAFLEX_API_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TMOBILE_LIVETV - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TRI_ONESOURCE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TRID_TPT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TRISCAPE_MXS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TRUEAPP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_TRUEDOC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UBISOFT_WEBPLAYER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UFDL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UIC_DOSIPAS_V1 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UIC_DOSIPAS_V2 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UIC_OSDM_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UIC_TLB_FCB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UIQ_THEME - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UMAJIN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UNITY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UOML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_UPLANET_SIGNAL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_URI_MAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VALVE_SOURCE_MATERIAL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VCX - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VD_STUDY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VECTORWORKS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VEL_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VERAISON_TSM_REPORT_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VERAISON_TSM_REPORT_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VERIFIER_ATTESTATION_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VERIMATRIX_VCAS - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VERITONE_AION_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VERYANT_THIN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VES_ENCRYPTED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VIDSOFT_VIDCONFERENCE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VISIO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VISIONARY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VIVIDENCE_SCRIPTFILE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VOCALSHAPER_VSP4 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VSF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_VUQ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WANTVERSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WASMFLOW_WAFL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WEBTURBO - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WFA_DPP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WFA_P2P - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WFA_WSC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WINDOWS_DEVICEPAIRING - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WMAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WMC - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WMF_BOOTSTRAP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WOLFRAM_MATHEMATICA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WOLFRAM_MATHEMATICA_PACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WOLFRAM_PLAYER - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WORDLIFT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WORDPERFECT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WQD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WRQ_HP3000_LABELLED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WT_STF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WV_CSP_WBXML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WV_CSP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_WV_SSP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XACML_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XARA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XARIN_CPJ - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XCDN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XECRETS_ENCRYPTED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XFDL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XFDL_WEBFORM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XMI_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XMPIE_CPKG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XMPIE_DPKG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XMPIE_PLAN - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XMPIE_PPKG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_XMPIE_XLIM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_YAOWEME - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_YELLOWRIVER_CUSTOM_MENU - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_YOUTUBE_YT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ZOHO_PRESENTATION_SHOW - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ZUL - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VND_ZZAZZ_DECK_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VOICEXML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VOUCHER_CMS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VOUCHER_JWS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VP_COSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VP_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VP_SD_JWT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_VQ_RTCPXR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WASM - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WATCHERINFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WEBPUSH_OPTIONS_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WHOISPP_QUERY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WHOISPP_RESPONSE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WIDGET - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WITA - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WORDPERFECT5_1 - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WSDL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_WSPOLICY_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_X_PKI_MESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_X_WWW_FORM_URLENCODED - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_X_X509_CA_CERT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_X_X509_CA_RA_CERT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_X_X509_NEXT_CA_CERT - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_X400_BP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XACML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCAP_ATT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCAP_CAPS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCAP_DIFF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCAP_EL_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCAP_ERROR_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCAP_NS_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCON_CONFERENCE_INFO_DIFF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XCON_CONFERENCE_INFO_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XENC_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XFDF - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XHTML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XLIFF_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XML_DTD - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XML_EXTERNAL_PARSED_ENTITY - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XML_PATCH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XMPP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XOP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XSLT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_XV_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YAML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YANG - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YANG_DATA_CBOR - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YANG_DATA_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YANG_DATA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YANG_PATCH_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YANG_PATCH_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YANG_SID_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_YIN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ZLIB - Enum constant in enum class org.refcodes.web.MediaType
 
APPLICATION_ZSTD - Enum constant in enum class org.refcodes.web.MediaType
 
ARCHIVES - Enum constant in enum class org.refcodes.web.LinkRelation
 
ARRAY_SELECTOR - Static variable in interface org.refcodes.web.MediaTypeFactory
 
AUDIO - Enum constant in enum class org.refcodes.web.TopLevelType
 
AUDIO_1D_INTERLEAVED_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_32KADPCM - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_3GPP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_3GPP2 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_AAC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_AC3 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_AMR - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_AMR_WB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_AMR_WB_ - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_APTX - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_ASC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_ATRAC_ADVANCED_LOSSLESS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_ATRAC_X - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_ATRAC3 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_BASIC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_BV16 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_BV32 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_CLEARMODE - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_CN - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DAT12 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DLS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DSR_ES201108 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DSR_ES202050 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DSR_ES202211 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DSR_ES202212 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DV - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_DVI4 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EAC3 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_ENCAPRTP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRC_QCP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRC0 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRC1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCB0 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCB1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCNW - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCNW0 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCNW1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCWB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCWB0 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVRCWB1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EVS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_FLAC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_FLEXFEC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_FWDRED - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G711_0 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G719 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G722 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G7221 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G723 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G726_16 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G726_24 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G726_32 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G726_40 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G728 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G729 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G7291 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G729D - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_G729E - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_GSM - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_GSM_EFR - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_GSM_HR_08 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_ILBC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_IP_MR_V2_5 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_L16 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_L20 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_L24 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_L8 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_LPC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MATROSKA - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MELP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MELP1200 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MELP2400 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MELP600 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MHAS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MIDI_CLIP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MOBILE_XMF - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MP4 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MP4A_LATM - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MPA - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MPA_ROBUST - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MPEG - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_MPEG4_GENERIC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_OGG - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_OPUS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_PCMA - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_PCMA_WB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_PCMU - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_PCMU_WB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_PRS_SID - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_QCELP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_RAPTORFEC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_RED - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_RTP_ENC_AESCM128 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_RTP_MIDI - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_RTPLOOPBACK - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_RTX - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SCIP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SMV - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SMV_QCP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SMV0 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SOFA - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SOUNDFONT - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SP_MIDI - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_SPEEX - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_T140C - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_T38 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_TELEPHONE_EVENT - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_TETRA_ACELP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_TETRA_ACELP_BB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_TONE - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_TSVCIS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_UEMCLIP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_ULPFEC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_USAC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VDVI - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VMR_WB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_3GPP_IUFP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_4SB - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_AUDIOKOZ - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_BLOCKFACT_FACTA - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_CELP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_CISCO_NSE - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_CMLES_RADIO_EVENTS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_CNS_ANP1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_CNS_INF1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DECE_AUDIO - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DIGITAL_WINDS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DLNA_ADTS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_HEAAC_1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_HEAAC_2 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_MLP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_MPS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_PL2 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_PL2X - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_PL2Z - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DOLBY_PULSE_1 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DRA - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DTS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DTS_HD - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DTS_UHD - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_DVB_FILE - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_EVERAD_PLJ - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_HNS_AUDIO - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_LUCENT_VOICE - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_MS_PLAYREADY_MEDIA_PYA - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_NOKIA_MOBILE_XMF - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_NORTEL_VBK - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_NUERA_ECELP4800 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_NUERA_ECELP7470 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_NUERA_ECELP9600 - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_OCTEL_SBC - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_PRESONUS_MULTITRACK - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_QCELP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_RHETOREX_32KADPCM - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_RIP - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_SEALEDMEDIA_SOFTSEAL_MPEG - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VND_VMX_CVSD - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VORBIS - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_VORBIS_CONFIG - Enum constant in enum class org.refcodes.web.MediaType
 
AUDIO_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
AUTH0_LEGACY_ACCESS_TOKEN - Enum constant in enum class org.refcodes.web.GrantType
Use legacy Access Token "http://auth0.com/oauth/legacy/grant-type/access_token" Grant (Auth0 legacy grant).
AUTH0_LEGACY_DELEGATION_ID_TOKEN - Enum constant in enum class org.refcodes.web.GrantType
Use legacy ID Token "http://auth0.com/oauth/legacy/grant-type/delegation/id_token" Grant (Auth0 legacy grant).
AUTH0_LEGACY_DELEGATION_REFRESH_TOKEN - Enum constant in enum class org.refcodes.web.GrantType
Use Legacy Refresh Tokens "http://auth0.com/oauth/legacy/grant-type/delegation/refresh_token" Grant (Auth0 legacy grant).
AUTH0_LEGACY_RO - Enum constant in enum class org.refcodes.web.GrantType
Use legacy RO "http://auth0.com/oauth/legacy/grant-type/ro" Grant (Auth0 legacy grant).
AUTH0_LEGACY_RO_JWT_BEARER - Enum constant in enum class org.refcodes.web.GrantType
Use legacy JWT-Bearer "http://auth0.com/oauth/legacy/grant-type/ro/jwt-bearer" Grant (Auth0 legacy grant).
AUTH0_MFA_OOB - Enum constant in enum class org.refcodes.web.GrantType
Multi-factor Authentication OOB "http://auth0.com/oauth/grant-type/mfa-oob" Grant Request (Auth0 extension grant).
AUTH0_MFA_OTP - Enum constant in enum class org.refcodes.web.GrantType
Multi-factor Authentication OTP "http://auth0.com/oauth/grant-type/mfa-otp" Grant Request (Auth0 extension grant).
AUTH0_MFA_RECOVERY_CODE - Enum constant in enum class org.refcodes.web.GrantType
Multi-factor Authentication Recovery "http://auth0.com/oauth/grant-type/mfa-recovery-code" Grant Request (Auth0 extension grant).
AUTH0_PASSWORD_REALM - Enum constant in enum class org.refcodes.web.GrantType
Use an extension grant "http://auth0.com/oauth/grant-type/password-realm" similar to the Resource Owner Password Grant that includes the ability to indicate a specific realm (Auth0 extension grant).
AUTH0_PASSWORDLESS_OTP - Enum constant in enum class org.refcodes.web.GrantType
Embedded Passwordless Login "http://auth0.com/oauth/grant-type/passwordless/otp" Grant Request (Auth0 extension grant).
AUTHOR - Enum constant in enum class org.refcodes.web.LinkRelation
 
AUTHORIZATION - Enum constant in enum class org.refcodes.web.HeaderField
 
AUTHORIZATION_CODE - Enum constant in enum class org.refcodes.web.GrantType
Authorization Code "authorization_code" Grant (specification conforming grant).
AuthType - Enum Class in org.refcodes.web
The Enum AuthType.
AuthTypeAccessor - Interface in org.refcodes.web
Provides an accessor for a AuthType property.
AuthTypeAccessor.AuthTypeBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a AuthType property returning the builder for applying multiple build operations.
AuthTypeAccessor.AuthTypeMutator - Interface in org.refcodes.web
Provides a mutator for a AuthType property.
AuthTypeAccessor.AuthTypeProperty - Interface in org.refcodes.web
Provides a AuthType property.
AuthTypeCredentials<T,V> - Interface in org.refcodes.web
The Interface AuthTypeCredentials.

B

BAD_GATEWAY - Enum constant in enum class org.refcodes.web.HttpStatusCode
502 Bad Gateway (HTTP/1.0 - RFC 1945)
BAD_INVOCATION - Enum constant in enum class org.refcodes.web.HttpStatusCode
Proprietary code and only used inside a REFCODES.ORG client not trespassing any networking border (the error is generated by the client for the client locally).
BAD_REQUEST - Enum constant in enum class org.refcodes.web.HttpStatusCode
400 Bad Request (HTTP/1.1 - RFC 2616)
BAD_RESPONSE - Enum constant in enum class org.refcodes.web.HttpStatusCode
Proprietary code and only used inside a REFCODES.ORG client not trespassing any networking border (the error is generated by the client for the client locally).
BadGatewayException - Exception Class in org.refcodes.web
The Class BadGatewayException.
BadGatewayException(String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(String, String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(String, Throwable) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(String, Throwable, String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Throwable) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Throwable, String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Url, String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Url, String, String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Url, Throwable) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadGatewayException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.BadGatewayException
Instantiates the class BadGatewayException.
BadInvocationException - Exception Class in org.refcodes.web
Proprietary code and only used inside a REFCODES.ORG client not trespassing any networking border (the error is generated by the client for the client locally).
BadInvocationException(String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(String, String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(String, Throwable) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(String, Throwable, String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Throwable) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Throwable, String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Url, String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Url, String, String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Url, Throwable) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadInvocationException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.BadInvocationException
Instantiates the class BadInvocationException.
BadRequestException - Exception Class in org.refcodes.web
The Class BadRequestException.
BadRequestException(String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(String, String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(String, Throwable) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(String, Throwable, String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Throwable) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Throwable, String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Url, String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Url, String, String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Url, Throwable) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadRequestException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.BadRequestException
Instantiates the class BadRequestException.
BadResponseException - Exception Class in org.refcodes.web
Proprietary code and only used inside a REFCODES.ORG client not trespassing any networking border (the error is generated by the client for the client locally).
BadResponseException(String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(String, String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(String, Throwable) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(String, Throwable, String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Throwable) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Throwable, String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Url, String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Url, String, String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Url, Throwable) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BadResponseException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.BadResponseException
Instantiates the class BadResponseException.
BaseLocatorAccessor - Interface in org.refcodes.web
Provides an accessor for a base locator property.
BaseLocatorAccessor.BaseLocatorBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a base locator property returning the builder for applying multiple build operations.
BaseLocatorAccessor.BaseLocatorMutator - Interface in org.refcodes.web
Provides a mutator for a base locator property.
BaseLocatorAccessor.BaseLocatorProperty - Interface in org.refcodes.web
Provides a base locator property.
BaseUrlAccessor - Interface in org.refcodes.web
Provides an accessor for a base URL (protocol, host, port, locator) property.
BaseUrlAccessor.BaseUrlBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a base URL (protocol, host, port, path) property returning the builder for applying multiple build operations.
BaseUrlAccessor.BaseUrlMutator - Interface in org.refcodes.web
Provides a mutator for a base URL (protocol, host, port, locator) property.
BaseUrlAccessor.BaseUrlProperty - Interface in org.refcodes.web
Provides a base URL (protocol, host, port, path) property.
BASIC - Enum constant in enum class org.refcodes.web.AuthType
 
BASIC_AUTH_FAILURE - Enum constant in enum class org.refcodes.web.BasicAuthResponse
Basic-Auth was considered having failed.
BASIC_AUTH_REQUIRED - Enum constant in enum class org.refcodes.web.BasicAuthResponse
Basic-Auth was considered to be required.
BASIC_AUTH_SKIP - Enum constant in enum class org.refcodes.web.BasicAuthResponse
Basic-Auth was considered being irrelevant.
BASIC_AUTH_SUCCESS - Enum constant in enum class org.refcodes.web.BasicAuthResponse
Basic-Auth was considered being successful.
BASIC_REALM - Static variable in interface org.refcodes.web.HeaderFields
 
BasicAuthCredentials - Class in org.refcodes.web
The BasicAuthCredentials defines a type for representing a Basic-Authentication credentials Header-Field.
BasicAuthCredentials() - Constructor for class org.refcodes.web.BasicAuthCredentials
Instantiates a new BasicAuthCredentials instance.
BasicAuthCredentials(String, String) - Constructor for class org.refcodes.web.BasicAuthCredentials
Instantiates the class BasicAuthCredentials.
BasicAuthCredentialsAccessor - Interface in org.refcodes.web
Provides an accessor for a BasicAuthCredentials property.
BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a BasicAuthCredentials property returning the builder for applying multiple build operations.
BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator - Interface in org.refcodes.web
Provides a mutator for a BasicAuthCredentials property.
BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty - Interface in org.refcodes.web
Provides a BasicAuthCredentials property.
BasicAuthCredentialsBuilder - Class in org.refcodes.web
The BasicAuthCredentialsBuilder compares the secret (BasicAuthCredentials.getSecret()) case sensitive but the username ( BasicAuthCredentials.getIdentity()) case insensitive within the BasicAuthCredentials.equals(Object) method.
BasicAuthCredentialsBuilder() - Constructor for class org.refcodes.web.BasicAuthCredentialsBuilder
Constructs an empty BasicAuthCredentialsBuilder type.
BasicAuthCredentialsBuilder(String, String) - Constructor for class org.refcodes.web.BasicAuthCredentialsBuilder
Instantiates the class BasicAuthCredentialsBuilder.
BasicAuthFailureException - Exception Class in org.refcodes.web
Thrown in case HTTP basic authorization failed, e.g. verifying BasicAuthCredentials failed.
BasicAuthFailureException(String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(String, String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(String, Throwable) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(String, Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Throwable) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Url, String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Url, String, String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Url, Throwable) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthFailureException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthFailureException
Instantiates the class BasicAuthFailureException.
BasicAuthObservable<B> - Interface in org.refcodes.web
An observable which notifies the registered BasicAuthObserver on incoming HTTP Basic-Authentication requests.
BasicAuthObserver - Interface in org.refcodes.web
An observer being notified by incoming HTTP Basic-Authentication requests which might have been registered via BasicAuthObservable.onBasicAuthRequest(BasicAuthObserver) possibly using lambda syntax.
BasicAuthRequest - Class in org.refcodes.web
Defines a BasicAuthRequest describes a Baisc-Auth request as of HTTP.
BasicAuthRequest(HttpMethod, Url, BasicAuthCredentials) - Constructor for class org.refcodes.web.BasicAuthRequest
Constructs a BasicAuthRequest instance with required attributes.
BasicAuthRequiredException - Exception Class in org.refcodes.web
Thrown in case HTTP basic authorization is required but no required HeaderField.WWW_AUTHENTICATE data was found, e.g.
BasicAuthRequiredException(String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(String, String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(String, Throwable) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(String, Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Throwable) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Url, String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Url, String, String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Url, Throwable) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthRequiredException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.BasicAuthRequiredException
Instantiates the class BasicAuthRequiredException.
BasicAuthResponse - Enum Class in org.refcodes.web
The enumeration for a Basic-Auth response.
BasicCredentials - Class in org.refcodes.web
The BasicCredentials describes the attributes required by a Basic-Auth authentication over HTTP(S).
BasicCredentials() - Constructor for class org.refcodes.web.BasicCredentials
Instantiates a new basic credentials impl.
BasicCredentials(String, String) - Constructor for class org.refcodes.web.BasicCredentials
Instantiates a new basic credentials impl.
BEARER - Enum constant in enum class org.refcodes.web.AuthType
 
BEARER - Enum constant in enum class org.refcodes.web.TokenType
Any party in possession of a bearer token (a "bearer") can use it to get access to the associated resources (without demonstrating possession of a cryptographic key).
BearerAuthCredentials - Class in org.refcodes.web
The BearerAuthCredentials defines a type for representing a Bearer-Authentication credentials Header-Field.
BearerAuthCredentials() - Constructor for class org.refcodes.web.BearerAuthCredentials
Instantiates a new bearer auth credentials impl.
BearerAuthCredentials(String) - Constructor for class org.refcodes.web.BearerAuthCredentials
Instantiates a new bearer auth credentials impl.
BearerAuthCredentialsAccessor - Interface in org.refcodes.web
Provides an accessor for a BearerAuthCredentials property.
BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a BearerAuthCredentials property returning the builder for applying multiple build operations.
BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator - Interface in org.refcodes.web
Provides a mutator for a BearerAuthCredentials property.
BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty - Interface in org.refcodes.web
Provides a BearerAuthCredentials property.
BLOCKED_BY - Enum constant in enum class org.refcodes.web.LinkRelation
 
BOOKMARK - Enum constant in enum class org.refcodes.web.LinkRelation
 
BR - Enum constant in enum class org.refcodes.web.ContentEncoding
 
build() - Method in class org.refcodes.web.ContentType.Builder
Builds a new ContentType instance from the builder's data.
build() - Method in class org.refcodes.web.ContentTypeParameters.Builder
Creates the configured ContentTypeParameters instance.
builder() - Static method in class org.refcodes.web.ContentType
Creates a new ContentType.Builder for constructing Parameters instances.
builder() - Static method in class org.refcodes.web.ContentTypeParameters
Creates a new ContentTypeParameters.Builder for constructing ContentTypeParameters instances.
Builder() - Constructor for class org.refcodes.web.ContentType.Builder
 
Builder() - Constructor for class org.refcodes.web.ContentTypeParameters.Builder
 

C

C2PA_MANIFEST - Enum constant in enum class org.refcodes.web.LinkRelation
 
CANONICAL - Enum constant in enum class org.refcodes.web.LinkRelation
 
CHAPTER - Enum constant in enum class org.refcodes.web.LinkRelation
 
CHARSET - Enum constant in enum class org.refcodes.web.ContentTypeParametersOntology
 
charsetOf() - Method in class org.refcodes.web.ContentType
Returns the configured character set parameter.
charsetOfOr(String) - Method in class org.refcodes.web.ContentType
Returns the configured character set parameter or the given default value if no character set parameter is present.
CITE_AS - Enum constant in enum class org.refcodes.web.LinkRelation
 
CLIENT_CREDENTIALS - Enum constant in enum class org.refcodes.web.GrantType
Client Credentials "client_credentials" Grant (specification conforming grant).
CLIENT_ID - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...
CLIENT_ID - Enum constant in enum class org.refcodes.web.OauthField
"...
CLIENT_SECRET - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...
CLIENT_SECRET - Enum constant in enum class org.refcodes.web.OauthField
"...
COLLECTION - Enum constant in enum class org.refcodes.web.LinkRelation
 
COLLECTION_SELECTOR - Static variable in interface org.refcodes.web.MediaTypeFactory
 
COMPRESS - Enum constant in enum class org.refcodes.web.ContentEncoding
 
COMPRESSION_DICTIONARY - Enum constant in enum class org.refcodes.web.LinkRelation
 
CONFLICT - Enum constant in enum class org.refcodes.web.HttpStatusCode
409 Conflict (HTTP/1.1 - RFC 2616)
ConflictException - Exception Class in org.refcodes.web
The Class ConflictException.
ConflictException(String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(String, String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(String, Throwable) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(String, Throwable, String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Throwable) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Throwable, String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Url, String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Url, String, String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Url, Throwable) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
ConflictException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.ConflictException
Instantiates the class ConflictException.
CONNECT - Enum constant in enum class org.refcodes.web.HttpMethod
 
CONNECTION - Enum constant in enum class org.refcodes.web.HeaderField
 
CONTENT - Enum constant in enum class org.refcodes.web.LinkRelation
 
CONTENT_ENCODING - Enum constant in enum class org.refcodes.web.HeaderField
 
CONTENT_LANGUAGE - Enum constant in enum class org.refcodes.web.HeaderField
 
CONTENT_LENGTH - Enum constant in enum class org.refcodes.web.HeaderField
 
CONTENT_LOCATION - Enum constant in enum class org.refcodes.web.HeaderField
 
CONTENT_MD5 - Enum constant in enum class org.refcodes.web.HeaderField
 
CONTENT_RANGE - Enum constant in enum class org.refcodes.web.HeaderField
 
CONTENT_TYPE - Enum constant in enum class org.refcodes.web.HeaderField
 
ContentEncoding - Enum Class in org.refcodes.web
ContentEncodings are specified an an HTTP Header-Fields HeaderField.ACCEPT_ENCODING or HeaderField.CONTENT_ENCODING and how to encode a HTTP body or how a HTTP body is encoded.
CONTENTS - Enum constant in enum class org.refcodes.web.LinkRelation
 
ContentType - Class in org.refcodes.web
Concrete MimeType implementation optionally carrying parameters.
ContentType(String) - Constructor for class org.refcodes.web.ContentType
Constructs a ContentType.
ContentType(String, String) - Constructor for class org.refcodes.web.ContentType
Constructs a ContentType.
ContentType(String, String, ContentTypeParameters) - Constructor for class org.refcodes.web.ContentType
Constructs a ContentType.
ContentType(ContentType.Builder) - Constructor for class org.refcodes.web.ContentType
Instantiates a new instance from the given builder.
ContentType(MimeType) - Constructor for class org.refcodes.web.ContentType
Constructs a ContentType from another MimeType.
ContentType(TopLevelType, String) - Constructor for class org.refcodes.web.ContentType
Constructs a ContentType.
ContentType(TopLevelType, String, ContentTypeParameters) - Constructor for class org.refcodes.web.ContentType
Constructs a ContentType.
ContentType.Builder - Class in org.refcodes.web
Builder for creating ContentType instances.
ContentTypeAccessor - Interface in org.refcodes.web
Provides an accessor for a Content-Type property.
ContentTypeAccessor.ContentTypeBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a Content-Type property returning the builder for applying multiple build operations.
ContentTypeAccessor.ContentTypeMutator - Interface in org.refcodes.web
Provides a mutator for a Content-Type property.
ContentTypeAccessor.ContentTypeProperty - Interface in org.refcodes.web
Provides a Content-Type property.
ContentTypeAccessor.ContentTypeProvider - Interface in org.refcodes.web
A provider interface provides a "toSomething(?)"
ContentTypeParameters - Class in org.refcodes.web
The ContentTypeParameters class represents parameters associated with an HTTP content type or media type.
ContentTypeParameters() - Constructor for class org.refcodes.web.ContentTypeParameters
Creates an empty ContentTypeParameters instance.
ContentTypeParameters.Builder - Class in org.refcodes.web
Builder for creating ContentTypeParameters instances.
ContentTypeParametersOntology - Enum Class in org.refcodes.web
Known or in this scope used MimeType parameters.
CONTINUE - Enum constant in enum class org.refcodes.web.HttpStatusCode
100 Continue (HTTP/1.1 - RFC 2616)
CONVERTEDFROM - Enum constant in enum class org.refcodes.web.LinkRelation
 
Cookie - Interface in org.refcodes.web
The Cookie represents a HTTP cookie.
COOKIE - Enum constant in enum class org.refcodes.web.HeaderField
The Cookie HTTP Request-Header contains stored HTTP cookies previously sent by the server with the HeaderField.SET_COOKIE header.
CookieAttribute - Enum Class in org.refcodes.web
The Enum CookieAttribute.
copyHttpFields(Map, HttpFields) - Static method in class org.refcodes.web.AbstractHttpFields
Copies the provided "from" fields into the provided "to" fields.
COPYRIGHT - Enum constant in enum class org.refcodes.web.LinkRelation
 
CREATE_FORM - Enum constant in enum class org.refcodes.web.LinkRelation
 
createCookie(String) - Method in class org.refcodes.web.AbstractHeaderFields
Creates a Cookie from the given HTTP cookie String as retrieved from the according Header-Field.
createCookie(String) - Method in class org.refcodes.web.RequestHeaderFields
Creates a Cookie from the given HTTP cookie String as retrieved from the according Header-Field.
createCookie(String) - Method in class org.refcodes.web.ResponseHeaderFields
Creates a Cookie from the given HTTP cookie String as retrieved from the according Header-Field.
createCookie(String, String) - Method in class org.refcodes.web.AbstractHeaderFields
Creates a plain Cookie with the given name and value.
createCookie(String, String) - Method in class org.refcodes.web.RequestHeaderFields
Creates a plain Cookie with the given name and value.
createCookie(String, String) - Method in class org.refcodes.web.ResponseHeaderFields
Creates a plain Cookie with the given name and value.
CREATED - Enum constant in enum class org.refcodes.web.HttpStatusCode
201 Created (HTTP/1.0 - RFC 1945)
CREATED - Enum constant in enum class org.refcodes.web.HttpSuccessCode
201 Created (HTTP/1.0 - RFC 1945)
CURRENT - Enum constant in enum class org.refcodes.web.LinkRelation
 
CUSTOM - Enum constant in enum class org.refcodes.web.LoadBalancingStrategy
Some custom server from the list of applicable servers is used for the request and all succeeding request..

D

DEFAULT_REDIRECT_DEPTH - Static variable in class org.refcodes.web.HttpClientRequest
 
DEFLATE - Enum constant in enum class org.refcodes.web.ContentEncoding
 
DELETE - Enum constant in enum class org.refcodes.web.HttpMethod
 
DELIMITER_AUTH_TYPE - Static variable in class org.refcodes.web.BearerAuthCredentials
 
DELIMITER_BASIC_AUTH - Static variable in class org.refcodes.web.BasicAuthCredentials
 
DELIMITER_CREDENTIALS - Static variable in class org.refcodes.web.BasicAuthCredentials
 
DEPRECATION - Enum constant in enum class org.refcodes.web.LinkRelation
 
DESCRIBEDBY - Enum constant in enum class org.refcodes.web.LinkRelation
 
DESCRIBES - Enum constant in enum class org.refcodes.web.LinkRelation
 
DEVICE_CODE - Enum constant in enum class org.refcodes.web.GrantType
Device Authorization "urn:ietf:params:oauth:grant-type:device_code" Grant (specification conforming grant).
DISCLOSURE - Enum constant in enum class org.refcodes.web.LinkRelation
 
dispose() - Method in class org.refcodes.web.OauthToken
DNS_PREFETCH - Enum constant in enum class org.refcodes.web.LinkRelation
 
DOMAIN - Enum constant in enum class org.refcodes.web.CookieAttribute
 
DUPLICATE - Enum constant in enum class org.refcodes.web.LinkRelation
 

E

EDIT - Enum constant in enum class org.refcodes.web.LinkRelation
 
EDIT_FORM - Enum constant in enum class org.refcodes.web.LinkRelation
 
EDIT_MEDIA - Enum constant in enum class org.refcodes.web.LinkRelation
 
ENCLOSURE - Enum constant in enum class org.refcodes.web.LinkRelation
 
entrySet() - Method in class org.refcodes.web.AbstractHeaderFields
equals(Object) - Method in class org.refcodes.web.BasicAuthCredentials
equals(Object) - Method in class org.refcodes.web.BearerAuthCredentials
equals(Object) - Method in class org.refcodes.web.ContentType
Equality based on media type identity and parameters.
EXPECTATION_FAILED - Enum constant in enum class org.refcodes.web.HttpStatusCode
417 Expectation Failed (HTTP/1.1 - RFC 2616)
ExpectationFailedException - Exception Class in org.refcodes.web
The Class ExpectationFailedException.
ExpectationFailedException(String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(String, String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(String, Throwable) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Throwable) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Throwable, String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Url, String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Url, String, String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Url, Throwable) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
ExpectationFailedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.ExpectationFailedException
Instantiates the class ExpectationFailedException.
EXPIRES - Enum constant in enum class org.refcodes.web.CookieAttribute
 
EXPIRES - Enum constant in enum class org.refcodes.web.HeaderField
 
EXPIRES_IN - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...
EXPIRES_IN - Enum constant in enum class org.refcodes.web.OauthField
"...
EXTENSION_HEADER - Enum constant in enum class org.refcodes.web.HeaderField
 
EXTERNAL - Enum constant in enum class org.refcodes.web.LinkRelation
 

F

FAILED_DEPENDENCY - Enum constant in enum class org.refcodes.web.HttpStatusCode
424 Failed Dependency (WebDAV - RFC 2518).
FailedDependencyException - Exception Class in org.refcodes.web
The Class FailedDependencyException.
FailedDependencyException(String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(String, String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(String, Throwable) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(String, Throwable, String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Throwable) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Throwable, String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Url, String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Url, String, String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Url, Throwable) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FailedDependencyException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.FailedDependencyException
Instantiates the class FailedDependencyException.
FIRST - Enum constant in enum class org.refcodes.web.LinkRelation
 
FONT - Enum constant in enum class org.refcodes.web.TopLevelType
 
FONT_COLLECTION - Enum constant in enum class org.refcodes.web.MediaType
 
FONT_OTF - Enum constant in enum class org.refcodes.web.MediaType
 
FONT_SFNT - Enum constant in enum class org.refcodes.web.MediaType
 
FONT_TTF - Enum constant in enum class org.refcodes.web.MediaType
 
FONT_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
FONT_WOFF - Enum constant in enum class org.refcodes.web.MediaType
 
FONT_WOFF2 - Enum constant in enum class org.refcodes.web.MediaType
 
FORBIDDEN - Enum constant in enum class org.refcodes.web.HttpStatusCode
403 Forbidden (HTTP/1.0 - RFC 1945)
ForbiddenException - Exception Class in org.refcodes.web
The Class ForbiddenException.
ForbiddenException(String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(String, String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(String, Throwable) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(String, Throwable, String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Throwable) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Throwable, String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Url, String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Url, String, String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Url, Throwable) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
ForbiddenException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.ForbiddenException
Instantiates the class ForbiddenException.
FormFields - Class in org.refcodes.web
The FormFields represent the URL's Query-String by the notation originally used by the GET request of the ancient web forms (see "https://en.wikipedia.org/wiki/Query_string#Web_forms").
FormFields() - Constructor for class org.refcodes.web.FormFields
Instantiates a new form fields impl.
FormFields(String) - Constructor for class org.refcodes.web.FormFields
Initializes the instance with the fields provided by the given HTTP Form-Fields (HTTP Query-String).
FormFields(Map) - Constructor for class org.refcodes.web.FormFields
Initializes the instance with the fields provided by the given Map.
FormFieldsAccessor - Interface in org.refcodes.web
Provides an accessor for a request Form-Fields property.
FormFieldsAccessor.FormFieldsBuilder<B> - Interface in org.refcodes.web
Provides a mutator for a request Form-Fields property.
FormFieldsAccessor.FormFieldsMutator - Interface in org.refcodes.web
Provides a mutator for a request Form-Fields property.
FormFieldsAccessor.FormFieldsProperty - Interface in org.refcodes.web
Provides a request Form-Fields property.
FormMediaTypeFactory - Class in org.refcodes.web
Implements the MediaTypeFactory for Media-Type "application/x-www-form-urlencoded" ( MediaType.APPLICATION_X_WWW_FORM_URLENCODED).
FormMediaTypeFactory() - Constructor for class org.refcodes.web.FormMediaTypeFactory
 
FragmentAccessor - Interface in org.refcodes.web
Provides an accessor for a fragment property.
FragmentAccessor.FragmentBuilder<B> - Interface in org.refcodes.web
Provides a mutator for an fragment property.
FragmentAccessor.FragmentMutator - Interface in org.refcodes.web
Provides a mutator for a fragment property.
FragmentAccessor.FragmentProperty - Interface in org.refcodes.web
Provides a fragment property.
fromBodyFormFields(String) - Method in class org.refcodes.web.FormFields
Processes the HTTP Form-Fields body String and retrieves the therein defined Form-Fields and adds them to the FormFields instance.
fromFileSuffix(String) - Static method in enum class org.refcodes.web.MediaType
Attempts to guess a MimeType from the file suffix of the given path.
fromHeaderField(String) - Static method in class org.refcodes.web.ContentType
Returns a list of ContentType instances from the given header field.
fromHeaderField(HeaderField) - Static method in enum class org.refcodes.web.OauthField
Resolves the OauthField from the HeaderField.
fromHttpAuthorization(String) - Method in interface org.refcodes.web.AuthTypeCredentials
Initializes this AuthTypeCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
fromHttpAuthorization(String) - Method in class org.refcodes.web.BasicAuthCredentials
Initializes this AuthTypeCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
fromHttpAuthorization(String) - Method in class org.refcodes.web.BearerAuthCredentials
Initializes this AuthTypeCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
fromHttpCookie(String) - Method in interface org.refcodes.web.Cookie
Sets the cookie according to the provided HTTP cookie text.
fromHttpCookie(String) - Method in class org.refcodes.web.RequestCookie
Sets the cookie according to the provided HTTP cookie text.
fromHttpCookie(String) - Method in class org.refcodes.web.ResponseCookie
Sets the cookie according to the provided HTTP cookie text.
fromHttpEncoding(String) - Static method in enum class org.refcodes.web.ContentEncoding
Returns that ContentEncoding represented by the given HTTP header's encoding.
fromHttpMediaType(String) - Static method in enum class org.refcodes.web.MediaType
Retrieves the MediaType element representing the provided HTTP Media-Type (ignoring the case).
fromHttpMediaTypeParameter(String) - Static method in enum class org.refcodes.web.ContentTypeParametersOntology
Returns that ContentTypeParametersOntology represented by the given HTTP Media-Type parameter.
fromHttpMethod(String) - Static method in enum class org.refcodes.web.HttpMethod
From http method.
fromHttpTopLevelType(String) - Static method in enum class org.refcodes.web.TopLevelType
Returns that TopLevelType represented by the given HTTP Top-Level-Media-Type.
fromKey(String) - Static method in enum class org.refcodes.web.CookieAttribute
From key.
fromMarshaled(InputStream, Class...) - Method in interface org.refcodes.web.MediaTypeFactory
fromMarshaled(InputStream, Class, DocumentOptions) - Method in interface org.refcodes.web.MediaTypeFactory
fromMarshaled(InputStream, Class) - Method in interface org.refcodes.web.MediaTypeFactory
fromMarshaled(InputStream, DocumentOptions, Class...) - Method in class org.refcodes.web.HtmlMediaTypeFactory
fromMarshaled(InputStream, DocumentOptions, Class...) - Method in interface org.refcodes.web.MediaTypeFactory
fromMarshaled(InputStream, DocumentOptions, Class...) - Method in class org.refcodes.web.XmlMediaTypeFactory
fromName(String) - Static method in enum class org.refcodes.web.AuthType
Returns that AuthType represented by the given name.
fromName(String) - Static method in enum class org.refcodes.web.GrantType
Returns that GrantType represented by the given name.
fromName(String) - Static method in enum class org.refcodes.web.TokenType
Returns that TokenType represented by the given name.
fromPath(String) - Static method in enum class org.refcodes.web.OauthField
Resolves the OauthField from the HttpBodyTable path.
fromString(String) - Static method in enum class org.refcodes.web.LinkRelation
Determine the LinkRelation represented by the given name.
fromTopLevelType(TopLevelType) - Static method in enum class org.refcodes.web.MediaType
Returns all herein defined MimeType elements belonging to the given TopLevelType.
fromUnmarshaled(UN) - Method in interface org.refcodes.web.MediaTypeFactory
fromUnmarshaled(UN, DocumentOptions) - Method in interface org.refcodes.web.MediaTypeFactory
fromUrl(String) - Method in class org.refcodes.web.FormFields
Extracts the HTTP Query-String from the provided URL by identifying the first question mark ("?")
fromUrl(String) - Method in class org.refcodes.web.Url
Uses the given String to set the Url's state.
fromUrl(String) - Method in class org.refcodes.web.UrlBuilder
Uses the given String to set the Url's state.
fromURL(URL) - Method in class org.refcodes.web.Url
 
fromURL(URL) - Method in class org.refcodes.web.UrlBuilder
Uses the given URL to set the Url's state.
fromUrlQueryString(String) - Method in class org.refcodes.web.FormFields
Processes the HTTP Query-String and retrieves the therein defined Form-Fields and adds them to the FormFields instance.

G

GATEWAY_TIMEOUT - Enum constant in enum class org.refcodes.web.HttpStatusCode
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
GatewayTimeoutException - Exception Class in org.refcodes.web
The Class GatewayTimeoutException.
GatewayTimeoutException(String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(String, String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(String, Throwable) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(String, Throwable, String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Throwable) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Throwable, String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Url, String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Url, String, String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Url, Throwable) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GatewayTimeoutException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.GatewayTimeoutException
Instantiates the class GatewayTimeoutException.
GEOFEED - Enum constant in enum class org.refcodes.web.LinkRelation
 
get(Object) - Method in class org.refcodes.web.AbstractHeaderFields
get(HeaderField) - Method in interface org.refcodes.web.HeaderFields
Gets the values for the according Header-Field.
GET - Enum constant in enum class org.refcodes.web.HttpMethod
 
getAcceptCharsets() - Method in interface org.refcodes.web.HeaderFields
Gets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET. "...
getAcceptEncodings() - Method in interface org.refcodes.web.HeaderFields
Gets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
getAcceptLanguages() - Method in interface org.refcodes.web.HeaderFields
Gets the the Content-Encoding entity-Header-Field HeaderField.ACCEPT_LANGUAGE:
getAcceptTypes() - Method in interface org.refcodes.web.HeaderFields
Gets the Accept request-Header-Field HeaderField.ACCEPT: "...
getAccessToken() - Method in class org.refcodes.web.OauthToken
Returns the access token.
getAllCookies() - Method in class org.refcodes.web.AbstractHeaderFields
Retrieves an array of cookies sent by the client stored in this RequestHeaderFields instance.
getAllCookies() - Method in interface org.refcodes.web.HeaderFields
Retrieves an array of cookies sent by the client stored in this RequestHeaderFields instance.
getAllowMethods() - Method in interface org.refcodes.web.HeaderFields
Gets the Allow entity-Header-Field HeaderField.ALLOW: "...
getAuthenticate() - Method in interface org.refcodes.web.HeaderFields
Gets the WWW-Authenticate Response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
getAuthorization() - Method in interface org.refcodes.web.HeaderFields
Gets the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
getAuthType() - Method in interface org.refcodes.web.AuthTypeAccessor
Retrieves the AuthType from the Authorization-Type property (or null if there are none such credentials).
getAuthType() - Method in class org.refcodes.web.BasicAuthCredentials
Retrieves the AuthType from the Authorization-Type property (or null if there are none such credentials).
getAuthType() - Method in class org.refcodes.web.BearerAuthCredentials
Retrieves the AuthType from the Authorization-Type property (or null if there are none such credentials).
getBaseLocator() - Method in interface org.refcodes.web.BaseLocatorAccessor
Retrieves the base locator from the base locator property.
getBaseUrl() - Method in interface org.refcodes.web.BaseUrlAccessor
Retrieves the base URL (protocol, host, port, locator) from the base URL (protocol, host, port, locator) property.
getBasicAuth() - Method in interface org.refcodes.web.HeaderFields
Retrieves the WWW-Authenticate field for Basic-Authentication.
getBasicAuthCredentials() - Method in interface org.refcodes.web.BasicAuthCredentialsAccessor
Retrieves the BasicAuthCredentials from the Basic-Authentication credentials property (or null if there are none such credentials).
getBasicAuthCredentials() - Method in class org.refcodes.web.BasicAuthRequest
Retrieves the BasicAuthCredentials from the Basic-Authentication credentials property (or null if there are none such credentials).
getBasicAuthCredentials() - Method in interface org.refcodes.web.HeaderFields
Retrieves the BasicAuthCredentials from the request (or null if there are none such credentials).
getBearerAuthCredentials() - Method in interface org.refcodes.web.BearerAuthCredentialsAccessor
Retrieves the BearerAuthCredentials from the bearer auth credentials property (or null if there are none such credentials).
getBearerAuthCredentials() - Method in interface org.refcodes.web.HeaderFields
Retrieves the BearerAuthCredentials from the request (or null if there are none such credentials).
getCharset() - Method in class org.refcodes.web.ContentTypeParameters
Returns the configured character set parameter.
getCharsetOr(String) - Method in class org.refcodes.web.ContentTypeParameters
Returns the configured character set parameter or the given default value if no character set parameter is present.
getContentEncoding() - Method in interface org.refcodes.web.HeaderFields
Gets the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
getContentLength() - Method in interface org.refcodes.web.HeaderFields
Gets the Content-Length request-Header-Field HeaderField.CONTENT_LENGTH: "...
getContentType() - Method in interface org.refcodes.web.ContentTypeAccessor
Retrieves the Content-Type from the Content-Type property.
getContentType() - Method in interface org.refcodes.web.HeaderFields
Gets the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE: "...
getCookieFieldName() - Method in class org.refcodes.web.AbstractHeaderFields
The Header-Field name for the Cookie elements.
getCookieFieldName() - Method in class org.refcodes.web.RequestHeaderFields
The Header-Field name for the Cookie elements.
getCookieFieldName() - Method in class org.refcodes.web.ResponseHeaderFields
The Header-Field name for the Cookie elements.
getCookies(String) - Method in interface org.refcodes.web.HeaderFields
Retrieves an individual cookie sent by the client stored in this RequestHeaderFields instance.
getDescription() - Method in enum class org.refcodes.web.ContentTypeParametersOntology
getDirAt(int) - Method in class org.refcodes.web.HttpBodyTable
getDirAt(String, int) - Method in class org.refcodes.web.HttpBodyTable
getDomain() - Method in class org.refcodes.web.ResponseCookie
getExpiresDate() - Method in class org.refcodes.web.ResponseCookie
Returns the expiration date of this cookie.
getExpiresIn() - Method in class org.refcodes.web.OauthToken
Returns the time in seconds till the access token (OauthToken.getAccessToken()) expires.
getFactoryMediaTypes() - Method in interface org.refcodes.web.MediaTypeFactoryLookup
Returns the currently supported MimeTypes as of the MediaTypeFactory instances being added and in the order of them being added.
getFirst(Enum) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.getFirst(String) though using the provided enumeration's Enum.toString() method to determine the key.
getFirst(String) - Method in interface org.refcodes.web.HttpFields
Returns the first Header-Field value in the list of values associated with the given Header-Field.
getFirst(HeaderField) - Method in interface org.refcodes.web.HeaderFields
Gets the first value of the according Header-Field.
getFirstCookie(String) - Method in interface org.refcodes.web.HeaderFields
Same as HeaderFields.getAllCookies() though just returning the first cookie.
getFormFields() - Method in interface org.refcodes.web.FormFieldsAccessor
Retrieves the request Form-Fields from the request Form-Fields property.
getFragment() - Method in interface org.refcodes.web.FragmentAccessor
Retrieves the fragment from the fragment property.
getFragment() - Method in class org.refcodes.web.Url
Retrieves the fragment from the fragment property.
getGrantType() - Method in class org.refcodes.web.OauthToken
Returns the GrantType used by this token.
getHeaderField() - Method in interface org.refcodes.web.HeaderFieldAccessor
Retrieves the HeaderField from the HeaderField property.
getHeaderField() - Method in enum class org.refcodes.web.OauthField
Retrieves the HeaderField from the HeaderField property.
getHeaderFields() - Method in class org.refcodes.web.AbstractHttpRequest
Retrieves the Header-Fields from the Header-Fields property.
getHeaderFields() - Method in class org.refcodes.web.AbstractHttpResponse
Retrieves the Header-Fields from the Header-Fields property.
getHeaderFields() - Method in interface org.refcodes.web.HeaderFieldsAccessor
Retrieves the Header-Fields from the Header-Fields property.
getHost() - Method in interface org.refcodes.web.HeaderFields
Gets the Host request-Header-Field HeaderField.HOST: "...
getHost() - Method in interface org.refcodes.web.HostAccessor
Retrieves the host from the host property.
getHost() - Method in class org.refcodes.web.Url
Retrieves the host from the host property.
getHttpBody() - Method in interface org.refcodes.web.HttpBodyAccessor
Retrieves the HTTP body from the HTTP body property.
getHttpBody() - Method in class org.refcodes.web.HttpClientResponse
Retrieves the HTTP body from the HTTP body property.
getHttpBody() - Method in class org.refcodes.web.HttpServerRequest
Retrieves the HTTP body from the HTTP body property.
getHttpInputStream() - Method in class org.refcodes.web.HttpClientResponse
Retrieves the InputStream from the HTTP InputStream property.
getHttpInputStream() - Method in interface org.refcodes.web.HttpInputStreamAccessor
Retrieves the InputStream from the HTTP InputStream property.
getHttpInputStream() - Method in class org.refcodes.web.HttpServerRequest
Retrieves the InputStream from the HTTP InputStream property.
getHttpMediaType() - Method in interface org.refcodes.web.HttpMediaTypeAccessor
Retrieves the HTTP Media-Type from the HTTP Media-Type property.
getHttpMethod() - Method in class org.refcodes.web.AbstractHttpRequest
Retrieves the HTTP-Method from the HTTP-Method property.
getHttpMethod() - Method in class org.refcodes.web.BasicAuthRequest
Retrieves the HTTP-Method from the HTTP-Method property.
getHttpMethod() - Method in interface org.refcodes.web.HttpMethodAccessor
Retrieves the HTTP-Method from the HTTP-Method property.
getHttpStatusCode() - Method in class org.refcodes.web.AbstractHttpResponse
Retrieves the HTTP Status-Code from the HTTP Status-Code property.
getHttpStatusCode() - Method in interface org.refcodes.web.HttpStatusCodeAccessor
Retrieves the HTTP Status-Code from the HTTP Status-Code property.
getHttpStatusCode() - Method in exception class org.refcodes.web.HttpStatusException
Retrieves the HTTP Status-Code from the HTTP Status-Code property.
getHttpSuccessCode() - Method in interface org.refcodes.web.HttpSuccessCodeAccessor
Retrieves the HTTP success code from the HTTP success code property.
getIdentity() - Method in class org.refcodes.web.BasicAuthCredentials
getIdentity() - Method in class org.refcodes.web.BasicCredentials
getIdentity() - Method in class org.refcodes.web.Url
getIpAddress() - Method in class org.refcodes.web.Url
getKey() - Method in enum class org.refcodes.web.CookieAttribute
getLoadBalancingStrategy() - Method in interface org.refcodes.web.LoadBalancingStrategyAccessor
Retrieves the load balancing strategy from the load balancing strategy property.
getLocalAddress() - Method in interface org.refcodes.web.LocalAddressAccessor
Retrieves the local address from the local address property.
getLocation() - Method in class org.refcodes.web.ResponseHeaderFields
Gets the Location Response-Header-Field HeaderField.LOCATION: "...
getMaxAge() - Method in class org.refcodes.web.ResponseCookie
Returns the Max-Age (seconds) for this cookie.
getMediaSubType() - Method in class org.refcodes.web.ContentType
Returns the sub-type part of the MimeType.
getMediaSubType() - Method in enum class org.refcodes.web.MediaType
Returns the sub-type part of the MediaType element.
getMediaSubType() - Method in interface org.refcodes.web.MimeType
Returns the sub-type part of the MimeType.
getMediaType() - Method in interface org.refcodes.web.MediaTypeAccessor
Retrieves the Media-Type from the Media-Type property.
getMediaTypes() - Method in class org.refcodes.web.FormMediaTypeFactory
Retrieves the Media-Types from the Media-Types property.
getMediaTypes() - Method in class org.refcodes.web.HtmlMediaTypeFactory
Retrieves the Media-Types from the Media-Types property.
getMediaTypes() - Method in class org.refcodes.web.JsonMediaTypeFactory
Retrieves the Media-Types from the Media-Types property.
getMediaTypes() - Method in interface org.refcodes.web.MediaTypesAccessor
Retrieves the Media-Types from the Media-Types property.
getMediaTypes() - Method in class org.refcodes.web.TextMediaTypeFactory
Retrieves the Media-Types from the Media-Types property.
getMediaTypes() - Method in class org.refcodes.web.XmlMediaTypeFactory
Retrieves the Media-Types from the Media-Types property.
getMediaTypes() - Method in class org.refcodes.web.YamlMediaTypeFactory
Retrieves the Media-Types from the Media-Types property.
getName() - Method in enum class org.refcodes.web.AuthType
Gets the name.
getName() - Method in enum class org.refcodes.web.ContentEncoding
Gets the name.
getName() - Method in enum class org.refcodes.web.ContentTypeParametersOntology
getName() - Method in enum class org.refcodes.web.HeaderField
getName() - Method in enum class org.refcodes.web.LinkRelation
getName() - Method in interface org.refcodes.web.MimeType
Returns the canonical name of the MimeType.
getName() - Method in enum class org.refcodes.web.OauthField
Returns the field's name, be it a HeaderFields or a FormFields entry.
getName() - Method in enum class org.refcodes.web.TokenType
Gets the name.
getName() - Method in enum class org.refcodes.web.TopLevelType
Returns the canonical name of the TopLevelType.
getNotBeforePolicy() - Method in class org.refcodes.web.OauthToken
Returns the not-before-policy.
getOauthToken() - Method in interface org.refcodes.web.OauthTokenAccessor
Retrieves the OAuth token from the OAuth token property
getParameter(Enum) - Method in class org.refcodes.web.ContentType
Retrieves the parameter associated with the given key.
getParameter(Enum, Class) - Method in class org.refcodes.web.ContentType
Retrieves the parameter associated with the given key and converts it to the requested type.
getParameter(String) - Method in class org.refcodes.web.ContentType
Retrieves the parameter associated with the given key.
getParameter(Concept) - Method in class org.refcodes.web.ContentType
Retrieves the parameter associated with the given Concept.
getParameterOr(Enum, Class, T) - Method in class org.refcodes.web.ContentType
Retrieves the parameter associated with the given key, converts it to the requested type or returns the provided fallback value.
getParameterOr(Enum, Object) - Method in class org.refcodes.web.ContentType
Retrieves the parameter associated with the given key or returns the provided fallback value.
getParameterOr(Concept, T) - Method in class org.refcodes.web.ContentType
Retrieves the parameter associated with the given Concept or returns the provided fallback value.
getParameters() - Method in class org.refcodes.web.ContentType
getPath() - Method in enum class org.refcodes.web.OauthField
getPath() - Method in class org.refcodes.web.ResponseCookie
getPath() - Method in class org.refcodes.web.Url
getPatternArguments() - Method in exception class org.refcodes.web.HttpStatusException
getPort() - Method in class org.refcodes.web.Url
getQuality() - Method in class org.refcodes.web.ContentTypeParameters
Returns the configured quality parameter.
getQualityOr(double) - Method in class org.refcodes.web.ContentTypeParameters
Returns the configured quality parameter or the given default value if no quality parameter is present.
getQueryFields() - Method in interface org.refcodes.web.QueryFieldsAccessor
Retrieves the request Query-Fields from the request Query-Fields property.
getQueryFields() - Method in class org.refcodes.web.Url
Retrieves the request Query-Fields from the request Query-Fields property.
getRealm() - Method in interface org.refcodes.web.RealmAccessor
Retrieves the realm from the realm property.
getRedirectDepth() - Method in class org.refcodes.web.HttpClientRequest
Retrieves the redirect depth from the redirect depth property.
getRedirectDepth() - Method in interface org.refcodes.web.RedirectDepthAccessor
Retrieves the redirect depth from the redirect depth property.
getRefreshExpiresIn() - Method in class org.refcodes.web.OauthToken
Returns the time in seconds till the refresh token (OauthToken.getRefreshToken()) expires.
getRefreshToken() - Method in class org.refcodes.web.OauthToken
Returns the refresh token.
getRemoteAddress() - Method in interface org.refcodes.web.RemoteAddressAccessor
Retrieves the remote address from the remote address property.
getRequest() - Method in class org.refcodes.web.HttpClientRequest
Retrieves the request from the request property.
getRequest() - Method in class org.refcodes.web.HttpServerRequest
Retrieves the HttpBodyTable representing the request body.
getRequest(Class) - Method in class org.refcodes.web.HttpServerRequest
This method's implementation supports the HttpBodyTable to unmarshal an HTTP Request-Body into an HttpBodyTable when providing the HttpBodyTable as request type.
getRequestHeaderFields() - Method in interface org.refcodes.web.RequestHeaderFieldsAccessor
Retrieves the request Header-Fields from the request Header-Fields property.
getRequestId() - Method in interface org.refcodes.web.HeaderFields
Gets the (interprocess) Request-Correlation TID field HeaderField.REQUEST_ID: A Request-Correlation TID is an TID to uniquely identify an entity (request) across multiple systems.
getResponse() - Method in class org.refcodes.web.HttpClientResponse
Retrieves the HttpBodyTable representing the response body.
getResponse() - Method in class org.refcodes.web.HttpServerResponse
Retrieves the response from the response property.
getResponse(Class) - Method in class org.refcodes.web.HttpClientResponse
This method's implementation supports the HttpBodyTable to unmarshal an HTTP Response-Body into an HttpBodyTable when providing the HttpBodyTable as response type.
getResponseHeaderFields() - Method in interface org.refcodes.web.ResponseHeaderFieldsAccessor
Retrieves the response Header-Fields from the response Header-Fields property.
getScheme() - Method in interface org.refcodes.web.SchemeAccessor
Retrieves the UrlScheme from the URL scheme.
getScheme() - Method in class org.refcodes.web.Url
Retrieves the UrlScheme from the URL scheme.
getScope() - Method in class org.refcodes.web.OauthToken
Returns the OAuth scope.
getSecret() - Method in class org.refcodes.web.BasicAuthCredentials
getSecret() - Method in class org.refcodes.web.BasicCredentials
getSecret() - Method in class org.refcodes.web.Url
getSessionId() - Method in interface org.refcodes.web.HeaderFields
Gets the (interprocess) Session-Correlation TID field HeaderField.SESSION_ID: A Session-Correlation TID is an TID to uniquely identify an entity (session) across multiple systems.
getSessionState() - Method in class org.refcodes.web.OauthToken
Returns the session state.
getStatusAlias() - Method in class org.refcodes.web.HttpBodyTable
Retrieves the public path's ("status/alias") status alias.
getStatusCode() - Method in class org.refcodes.web.HttpBodyTable
Retrieves the public path's ("status/code") status code.
getStatusCode() - Method in enum class org.refcodes.web.HttpStatusCode
getStatusCode() - Method in enum class org.refcodes.web.HttpSuccessCode
getStatusException() - Method in class org.refcodes.web.HttpBodyTable
Retrieves the public path's ("status/exception") status exception.
getStatusMessage() - Method in class org.refcodes.web.HttpBodyTable
Retrieves the public path's ("status/aMessage") status aMessage.
getStatusTimeStamp() - Method in class org.refcodes.web.HttpBodyTable
Retrieves the public path's ("status/Time-Stamp") status Time-Stamp.
getToken() - Method in class org.refcodes.web.BearerAuthCredentials
getTokenType() - Method in class org.refcodes.web.OauthToken
Returns the token type.
getTopLevelType() - Method in class org.refcodes.web.ContentType
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type property.
getTopLevelType() - Method in enum class org.refcodes.web.MediaType
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type property.
getTopLevelType() - Method in interface org.refcodes.web.MimeType
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type property.
getTopLevelType() - Method in interface org.refcodes.web.TopLevelTypeAccessor
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type property.
getTopLevelType(MimeType) - Static method in interface org.refcodes.web.MimeType
Convenience method to extract the top level type from a media type.
getType() - Method in enum class org.refcodes.web.ContentTypeParametersOntology
getUnknownAcceptTypes() - Method in interface org.refcodes.web.HeaderFields
Gets the unresolvable (unknown) Accept request-Header-Field HeaderField.ACCEPT.
getUnknownContentTypes() - Method in interface org.refcodes.web.HeaderFields
Gets the unresolvable (unknown) Content-Type request-Header-Field HeaderField.CONTENT_TYPE.
getUrl() - Method in class org.refcodes.web.AbstractHttpRequest
Retrieves the Url from the Url property.
getUrl() - Method in class org.refcodes.web.BasicAuthRequest
Retrieves the Url from the Url property.
getUrl() - Method in class org.refcodes.web.HttpClientResponse
Retrieves the Url from the Url property.
getUrl() - Method in exception class org.refcodes.web.HttpStatusException
Retrieves the Url from the Url property.
getUrl() - Method in interface org.refcodes.web.UrlAccessor
Retrieves the Url from the Url property.
getUserAgent() - Method in interface org.refcodes.web.HeaderFields
Gets the User-Agent request-Header-Field HeaderField.USER_AGENT: "...
getUserAgent() - Method in interface org.refcodes.web.UserAgentAccessor
Retrieves the user agent from the user agent property.
getValue() - Method in enum class org.refcodes.web.GrantType
Returns the value representing the given GrantType.
getVersion() - Method in class org.refcodes.web.ResponseCookie
Returns the version this cookie.
getVirtualHost() - Method in interface org.refcodes.web.VirtualHostAccessor
Retrieves the virtual host from the virtual host property.
GLOSSARY - Enum constant in enum class org.refcodes.web.LinkRelation
 
GONE - Enum constant in enum class org.refcodes.web.HttpStatusCode
410 Gone (HTTP/1.1 - RFC 2616)
GoneException - Exception Class in org.refcodes.web
The Class GoneException.
GoneException(String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(String, String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(String, Throwable) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(String, Throwable, String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Throwable) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Throwable, String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Url, String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Url, String, String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Url, Throwable) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GoneException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.GoneException
Instantiates the class GoneException.
GRANT_TYPE - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth, it must be set to GrantType.AUTHORIZATION_CODE: "... grant_type REQUIRED.
GRANT_TYPE - Enum constant in enum class org.refcodes.web.OauthField
Must be set to GrantType.AUTHORIZATION_CODE. "... grant_type REQUIRED.
GrantType - Enum Class in org.refcodes.web
The GrantType enumerations.
GZIP - Enum constant in enum class org.refcodes.web.ContentEncoding
 

H

HAPTICS - Enum constant in enum class org.refcodes.web.TopLevelType
 
HAPTICS_HJIF - Enum constant in enum class org.refcodes.web.MediaType
 
HAPTICS_HMPG - Enum constant in enum class org.refcodes.web.MediaType
 
HAPTICS_IVS - Enum constant in enum class org.refcodes.web.MediaType
 
HAPTICS_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
hasCharset() - Method in class org.refcodes.web.ContentTypeParameters
Determines whether a character set parameter is present.
hashCode() - Method in class org.refcodes.web.BasicAuthCredentials
hashCode() - Method in class org.refcodes.web.BearerAuthCredentials
hashCode() - Method in class org.refcodes.web.ContentType
Hash code based on media type identity and parameters.
hasHttpInterceptor(I) - Method in interface org.refcodes.web.HttpInterceptable
Tests whether the given HttpInterceptor instance has been added.
hasHttpInterceptor(HttpClientInterceptor) - Method in interface org.refcodes.web.HttpClientInterceptable
Tests whether the given HttpClientInterceptor instance has been added.
hasHttpInterceptor(HttpServerInterceptor) - Method in interface org.refcodes.web.HttpServerInterceptable
Tests whether the given HttpServerInterceptor instance has been added.
hasMediaTypeFactory(MimeType) - Method in interface org.refcodes.web.MediaTypeFactoryLookup
Determines whether there is a MediaTypeFactory for the given MimeType.
hasParameters() - Method in class org.refcodes.web.ContentType
Indicates whether parameters are present.
hasPostHttpInterceptor(I) - Method in interface org.refcodes.web.PostHttpInterceptable
Tests whether the given PostHttpInterceptor instance has been added.
hasPreHttpInterceptor(I) - Method in interface org.refcodes.web.PreHttpInterceptable
Tests whether the given PreHttpInterceptor instance has been added.
hasQuality() - Method in class org.refcodes.web.ContentTypeParameters
Determines whether a quality parameter is present.
hasStatusAlias() - Method in class org.refcodes.web.HttpBodyTable
Determines whether a public path's ("status/alias") status alias exists.
hasStatusCode() - Method in class org.refcodes.web.HttpBodyTable
Determines whether a public path's ("status/code") status code exists.
hasStatusException() - Method in class org.refcodes.web.HttpBodyTable
Determines whether a public path's ("status/exception") status exception exists.
hasStatusMessage() - Method in class org.refcodes.web.HttpBodyTable
Determines whether a public path's ("status/aMessage") status aMessage exists.
hasStatusTimeStamp() - Method in class org.refcodes.web.HttpBodyTable
Determines whether a public path's ("status/Time-Stamp") status Time-Stamp in milliseconds exists.
HEAD - Enum constant in enum class org.refcodes.web.HttpMethod
 
HeaderField - Enum Class in org.refcodes.web
The Enum HeaderField.
HeaderFieldAccessor - Interface in org.refcodes.web
Provides an accessor for a HeaderField property.
HeaderFieldAccessor.HeaderFieldBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a HeaderField property returning the builder for applying multiple build operations.
HeaderFieldAccessor.HeaderFieldMutator - Interface in org.refcodes.web
Provides a mutator for a HeaderField property.
HeaderFieldAccessor.HeaderFieldProperty - Interface in org.refcodes.web
Provides a HeaderField property.
HeaderFields<C,B> - Interface in org.refcodes.web
The HeaderFields reflect the structure of a HTTP header and may be used to represent a HTTP header.
HeaderFieldsAccessor<T> - Interface in org.refcodes.web
Provides an accessor for an Header-Fields property.
HeaderFieldsAccessor.HeaderFieldsBuilder<T,B> - Interface in org.refcodes.web
Provides a mutator for an Header-Fields property.
HeaderFieldsAccessor.HeaderFieldsMutator<T> - Interface in org.refcodes.web
Provides a mutator for an Header-Fields property.
HeaderFieldsAccessor.HeaderFieldsProperty<T> - Interface in org.refcodes.web
Provides an Header-Fields property.
HELP - Enum constant in enum class org.refcodes.web.LinkRelation
 
HOST - Enum constant in enum class org.refcodes.web.HeaderField
 
HostAccessor - Interface in org.refcodes.web
Provides an accessor for a host property.
HostAccessor.HostBuilder<B> - Interface in org.refcodes.web
Provides a mutator for an host property.
HostAccessor.HostMutator - Interface in org.refcodes.web
Provides a mutator for a host property.
HostAccessor.HostProperty - Interface in org.refcodes.web
Provides a host property.
HOSTS - Enum constant in enum class org.refcodes.web.LinkRelation
 
HtmlMediaTypeFactory - Class in org.refcodes.web
Implements the MediaTypeFactory for Media-Type "application/YAML" ( MediaType.APPLICATION_YAML).
HtmlMediaTypeFactory() - Constructor for class org.refcodes.web.HtmlMediaTypeFactory
 
HTTP - Enum constant in enum class org.refcodes.web.Proxy
 
HTTP_VERSION_NOT_SUPPORTED - Enum constant in enum class org.refcodes.web.HttpStatusCode
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
HttpBodyAccessor - Interface in org.refcodes.web
Provides an accessor for a HTTP body property.
HttpBodyAccessor.HttpBodyBuilder<B> - Interface in org.refcodes.web
Provides a builder body for a HTTP body property returning the builder for applying multiple build operations.
HttpBodyAccessor.HttpBodyMutator - Interface in org.refcodes.web
Provides a mutator for a HTTP body property.
HttpBodyAccessor.HttpBodyProperty - Interface in org.refcodes.web
Provides a HTTP body property.
HttpBodyAccessor.HttpBodyProvider<EXC> - Interface in org.refcodes.web
A provider interface provides a "toSomething(?)"
HttpBodyTable - Class in org.refcodes.web
The HttpBodyTable type is a "dynamic" type in terms of it's structure being represented by paths'.
HttpBodyTable() - Constructor for class org.refcodes.web.HttpBodyTable
Create an empty HttpBodyTable instance using the public path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyTable(Object) - Constructor for class org.refcodes.web.HttpBodyTable
Create a HttpBodyTable instance containing the elements as of ImmutablePathTable.MutablePathTable.insert(Object) using the public path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyTable(Object, String) - Constructor for class org.refcodes.web.HttpBodyTable
Creates a HttpBodyTable instance containing the elements as of ImmutablePathTable.MutablePathTable.insert(Object) using the public path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyTable(String, Object) - Constructor for class org.refcodes.web.HttpBodyTable
Create a HttpBodyTable instance containing the elements as of ImmutablePathTable.MutablePathTable.insert(Object) using the public path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyTable(String, Object, String) - Constructor for class org.refcodes.web.HttpBodyTable
Creates a HttpBodyTable instance containing the elements as of ImmutablePathTable.MutablePathTable.insert(Object) using the public path delimiter "/" (Delimiter.PATH for the path declarations.
HttpClientContext - Interface in org.refcodes.web
This context describes all information required to open a client (HTTP or HTTPS).
HttpClientContext.Builder<B> - Interface in org.refcodes.web
Provides a builder for the HttpClientContext type.
HttpClientInterceptable - Interface in org.refcodes.web
The HttpClientInterceptable provides base functionality for working with HttpClientInterceptor instances using the PreHttpClientInterceptable as well as the PostHttpClientInterceptable definitions.
HttpClientInterceptor - Interface in org.refcodes.web
An HttpClientInterceptor definition for pre- as well as post-processing HttpClientRequest as well as HttpClientResponse instances.
HttpClientRequest - Class in org.refcodes.web
Defines a HttpClientRequest being the request as produced by the client.
HttpClientRequest(HttpMethod, Url, int, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientRequest
Instantiates a new http client request impl.
HttpClientRequest(HttpMethod, Url, Object, int, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientRequest
Instantiates a new http client request impl.
HttpClientRequest(HttpMethod, Url, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientRequest
Instantiates a new http client request impl.
HttpClientRequest(HttpMethod, Url, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientRequest
Instantiates a new http client request impl.
HttpClientRequest(HttpMethod, Url, RequestHeaderFields, Object, int, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientRequest
Instantiates the class HttpClientRequest.
HttpClientRequest(HttpMethod, Url, RequestHeaderFields, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientRequest
Instantiates a new http client request impl.
HttpClientResponse - Class in org.refcodes.web
Defines a HttpClientResponse being the response as consumed by the client.
HttpClientResponse(Url, HttpStatusCode, ResponseHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientResponse
Instantiates the class HttpClientResponse.
HttpClientResponse(Url, ResponseHeaderFields, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpClientResponse
Constructs a HttpClientResponse with all available attributes.
HttpException - Exception Class in org.refcodes.web
The Class HttpRuntimeException.
HttpException(String) - Constructor for exception class org.refcodes.web.HttpException
Instantiates the class HttpException.
HttpException(String, String) - Constructor for exception class org.refcodes.web.HttpException
Instantiates the class HttpException.
HttpException(String, Throwable) - Constructor for exception class org.refcodes.web.HttpException
Instantiates the class HttpException.
HttpException(String, Throwable, String) - Constructor for exception class org.refcodes.web.HttpException
Instantiates the class HttpException.
HttpException(Throwable) - Constructor for exception class org.refcodes.web.HttpException
Instantiates the class HttpException.
HttpException(Throwable, String) - Constructor for exception class org.refcodes.web.HttpException
Instantiates the class HttpException.
HttpFields<B> - Interface in org.refcodes.web
Various key/value "collections" we run across when we develop HTTP based applications may have more then one value for one key.
HttpInputStreamAccessor - Interface in org.refcodes.web
Provides an accessor for a HTTP InputStream body property.
HttpInputStreamAccessor.HttpInputStreamBuilder<B> - Interface in org.refcodes.web
Provides a builder body for a HTTP InputStream property returning the builder for applying multiple build operations.
HttpInputStreamAccessor.HttpInputStreamMutator - Interface in org.refcodes.web
Provides a mutator for a InputStream property.
HttpInputStreamAccessor.HttpInputStreamProperty - Interface in org.refcodes.web
Provides a HTTP InputStream property.
HttpInputStreamAccessor.HttpInputStreamProvider<EXC> - Interface in org.refcodes.web
A provider interface provides a "toSomething(?)"
HttpInterceptable<I> - Interface in org.refcodes.web
The HttpInterceptable provides base functionality for working with HttpInterceptor instances using the PreHttpInterceptable as well as the PostHttpInterceptable definitions.
HttpInterceptor<REQ,RES> - Interface in org.refcodes.web
An HttpInterceptor definition for pre- as well as post-processing HttpRequest as well as HttpResponse instances.
HttpMediaType - Interface in org.refcodes.web
The HttpMediaType converts an implementing instance's state into an HTTP media type as used in HTTP Header-Fields.
HttpMediaTypeAccessor - Interface in org.refcodes.web
Provides an accessor for a HTTP Media-Type property.
HttpMediaTypeAccessor.HttpMediaTypeBuilder<B> - Interface in org.refcodes.web
Provides a builder body for a HTTP Media-Type property returning the builder for applying multiple build operations.
HttpMediaTypeAccessor.HttpMediaTypeMutator - Interface in org.refcodes.web
Provides a mutator for a HTTP Media-Type property.
HttpMediaTypeAccessor.HttpMediaTypeProperty - Interface in org.refcodes.web
Provides a HTTP Media-Type property.
HttpMediaTypeAccessor.HttpMediaTypeProvider - Interface in org.refcodes.web
A provider interface provides a "toSomething(?)"
HttpMethod - Enum Class in org.refcodes.web
The Enum HttpMethod.
HttpMethodAccessor - Interface in org.refcodes.web
Provides an accessor for a HTTP-Method property.
HttpMethodAccessor.HttpMethodBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a HTTP-Method property returning the builder for applying multiple build operations.
HttpMethodAccessor.HttpMethodMutator - Interface in org.refcodes.web
Provides a mutator for a HTTP-Method property.
HttpMethodAccessor.HttpMethodProperty - Interface in org.refcodes.web
Provides a HTTP-Method property.
HTTPONLY - Enum constant in enum class org.refcodes.web.CookieAttribute
 
HttpRequest - Interface in org.refcodes.web
Defines a HTTP-Request, being the HttpMethod, the Header-Fields and the locator representing, though without the request body.
HttpRequestBuilder<B> - Interface in org.refcodes.web
The Interface HttpRequestBuilder.
HttpResponse - Interface in org.refcodes.web
Defines a HttpResponse being the response Header-Fields and the response body.
HttpResponseBuilder<B> - Interface in org.refcodes.web
The Interface HttpResponseBuilder.
HttpResponseException - Exception Class in org.refcodes.web
Thrown by a HTTP-Response handling system in case of some unexpected response.
HttpResponseException(HttpStatusCode, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, String, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, String, Throwable) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, String, Throwable, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Throwable) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Throwable, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Url, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Url, String, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Url, String, Throwable) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Url, Throwable) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HttpResponseException(HttpStatusCode, Url, Throwable, String) - Constructor for exception class org.refcodes.web.HttpResponseException
Instantiates the class HttpResponseException.
HTTPS - Enum constant in enum class org.refcodes.web.Proxy
 
HttpsConnectionRequestObservable<B> - Interface in org.refcodes.web
An observable which notifies the registered HttpsConnectionRequestObserver on incoming HTTPS requests.
HttpsConnectionRequestObserver - Interface in org.refcodes.web
An observer being notified by incoming HTTPS requests which might have been registered via HttpsConnectionRequestObservable.onConnectionRequest(HttpsConnectionRequestObserver) possibly using lambda syntax.
HttpServerContext - Interface in org.refcodes.web
This context describes all information required to open a server (HTTP or HTTPS) and bind a port.
HttpServerContext.Builder<B> - Interface in org.refcodes.web
Provides a builder for the HttpServerContext type.
HttpServerInterceptable - Interface in org.refcodes.web
The HttpServerInterceptable provides base functionality for working with HttpServerInterceptor instances using the PreHttpServerInterceptable as well as the PostHttpServerInterceptable definitions.
HttpServerInterceptor - Interface in org.refcodes.web
An HttpServerInterceptor definition for pre- as well as post-processing HttpServerRequest as well as HttpServerResponse instances.
HttpServerRequest - Class in org.refcodes.web
Defines a HttpServerRequest being the request as consumed by the server.
HttpServerRequest(HttpMethod, Url, RequestHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpServerRequest
Instantiates the class HttpServerRequest.
HttpServerResponse - Class in org.refcodes.web
Defines a HttpServerResponse as produced by the server.
HttpServerResponse(HttpStatusCode, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpServerResponse
Instantiates the class HttpServerResponse.
HttpServerResponse(MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpServerResponse
Instantiates a new http server response.
HttpServerResponse(ResponseHeaderFields, MediaTypeFactoryLookup) - Constructor for class org.refcodes.web.HttpServerResponse
Instantiates the class HttpServerResponse.
HttpStatusCode - Enum Class in org.refcodes.web
The org.apache.commons.httpclient.HttpStatus constants as enumeration.
HttpStatusCodeAccessor - Interface in org.refcodes.web
Provides access to a HTTP Status-Code property including all known HTTP HTTP Status-Codes (success as well as error codes) as of HttpStatusCode.
HttpStatusCodeAccessor.HttpStatusCodeBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a HTTP Status-Code property returning the builder for applying multiple build operations.
HttpStatusCodeAccessor.HttpStatusCodeMutator - Interface in org.refcodes.web
Extends the HttpStatusCodeAccessor with a setter method.
HttpStatusCodeAccessor.HttpStatusCodeProperty - Interface in org.refcodes.web
Extends the HttpStatusCodeAccessor with a setter method.
HttpStatusException - Exception Class in org.refcodes.web
Base HTTP exception, thrown in case of HTTP status code related exceptions (e.g. as of a HTTP response was of an erroneous status).
HttpStatusException(HttpStatusCode, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, String, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, String, Throwable) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, String, Throwable, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Throwable) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Throwable, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Url, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Url, String, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Url, String, Throwable) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Url, Throwable) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpStatusException(HttpStatusCode, Url, Throwable, String) - Constructor for exception class org.refcodes.web.HttpStatusException
Instantiates the class HttpStatusException.
HttpSuccessCode - Enum Class in org.refcodes.web
Only the Success 2xx codes as of (from) the HttpStatusCode enumeration.
HttpSuccessCodeAccessor - Interface in org.refcodes.web
Provides access to a HTTP success code property including just the 2xx HTTP success codes as of HttpSuccessCode excluding all HTTP error codes.
HttpSuccessCodeAccessor.HttpSuccessCodeBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a HTTP success code property returning the builder for applying multiple build operations.
HttpSuccessCodeAccessor.HttpSuccessCodeMutator - Interface in org.refcodes.web
Extends the HttpSuccessCodeAccessor with a setter method.
HttpSuccessCodeAccessor.HttpSuccessCodeProperty - Interface in org.refcodes.web
Extends the HttpSuccessCodeAccessor with a setter method.
HttpVersionNotSupportedException - Exception Class in org.refcodes.web
The Class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(String, String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(String, Throwable) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Throwable) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Throwable, String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Url, String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Url, String, String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Url, Throwable) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.HttpVersionNotSupportedException
Instantiates the class HttpVersionNotSupportedException.
HUB - Enum constant in enum class org.refcodes.web.LinkRelation
 

I

ICE_SERVER - Enum constant in enum class org.refcodes.web.LinkRelation
 
ICON - Enum constant in enum class org.refcodes.web.LinkRelation
 
IDENTITY - Enum constant in enum class org.refcodes.web.ContentEncoding
 
IMAGE - Enum constant in enum class org.refcodes.web.TopLevelType
 
IMAGE_ACES - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_APNG - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_AVCI - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_AVCS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_AVIF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_BMP - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_CGM - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_DICOM_RLE - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_DPX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_EMF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_FITS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_G3FAX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_GIF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_HEIC - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_HEIC_SEQUENCE - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_HEIF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_HEIF_SEQUENCE - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_HEJ2K - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_HSJ2 - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_IEF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_J2C - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JAII - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JAIS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JLS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JP2 - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JPEG - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JPH - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JPHC - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JPM - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JPX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXL - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXR - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXRA - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXRS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXSC - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXSI - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_JXSS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_KTX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_KTX2 - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_NAPLPS - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_PNG - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_PRS_BTIF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_PRS_PTI - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_PWG_RASTER - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_SVG_XML - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_T38 - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_TIFF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_TIFF_FX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_ADOBE_PHOTOSHOP - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_AIRZIP_ACCELERATOR_AZV - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_BLOCKFACT_FACTI - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_CLIP - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_CNS_INF2 - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_DECE_GRAPHIC - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_DJVU - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_DVB_SUBTITLE - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_DWG - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_DXF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_FASTBIDSHEET - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_FPX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_FST - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_FUJIXEROX_EDMICS_MMR - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_FUJIXEROX_EDMICS_RLC - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_GLOBALGRAPHICS_PGB - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_MICROSOFT_ICON - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_MIX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_MOZILLA_APNG - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_MS_MODI - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_NET_FPX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_PCO_B16 - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_RADIANCE - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_SEALED_PNG - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_SEALEDMEDIA_SOFTSEAL_GIF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_SEALEDMEDIA_SOFTSEAL_JPG - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_SVF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_TENCENT_TAP - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_VALVE_SOURCE_TEXTURE - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_XIFF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_VND_ZBRUSH_PCX - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_WEBP - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_WMF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_X_EMF - Enum constant in enum class org.refcodes.web.MediaType
 
IMAGE_X_WMF - Enum constant in enum class org.refcodes.web.MediaType
 
IMPLICIT - Enum constant in enum class org.refcodes.web.GrantType
Implicit "implicit" Grant (specification conforming grant).
INDEX - Enum constant in enum class org.refcodes.web.LinkRelation
 
initialize() - Method in enum class org.refcodes.web.Proxy
Initializes the proxy from the settings of the environment variables if non according proxy settings are found in the system properties.
initializeAll() - Static method in enum class org.refcodes.web.Proxy
Initializes the proxy for all proxy enumeration elements, e.g. calls Proxy.initialize() on each element in this enumeration.
INSUFFICIENT_SPACE_ON_RESOURCE - Enum constant in enum class org.refcodes.web.HttpStatusCode
419 Insufficient Space on Resource (WebDAV - draft-ietf-webdav-protocol-05?)
INSUFFICIENT_STORAGE - Enum constant in enum class org.refcodes.web.HttpStatusCode
507 Insufficient Storage (WebDAV - RFC 2518).
InsufficientSpaceOnResourceException - Exception Class in org.refcodes.web
The Class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(String, String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(String, Throwable) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(String, Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Throwable) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Url, String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Url, String, String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Url, Throwable) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientSpaceOnResourceException
Instantiates the class InsufficientSpaceOnResourceException.
InsufficientStorageException - Exception Class in org.refcodes.web
The Class InsufficientStorageException.
InsufficientStorageException(String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(String, String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(String, Throwable) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(String, Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Throwable) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Url, String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Url, String, String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Url, Throwable) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
InsufficientStorageException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.InsufficientStorageException
Instantiates the class InsufficientStorageException.
INTERNAL_CLIENT_ERROR - Enum constant in enum class org.refcodes.web.HttpStatusCode
Proprietary code and only used inside a REFCODES.ORG client not trespassing any networking border (the error is generated by the client for the client locally).
INTERNAL_SERVER_ERROR - Enum constant in enum class org.refcodes.web.HttpStatusCode
500 Server Error (HTTP/1.0 - RFC 1945)
InternalClientErrorException - Exception Class in org.refcodes.web
Proprietary code and only used inside a REFCODES.ORG client not trespassing any networking border (the error is generated by the client for the client locally).
InternalClientErrorException(String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(String, String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(String, Throwable) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(String, Throwable, String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Throwable) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Throwable, String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Url, String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Url, String, String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Url, Throwable) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalClientErrorException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.InternalClientErrorException
Instantiates the class InternalClientErrorException.
InternalServerErrorException - Exception Class in org.refcodes.web
The Class InternalServerErrorException.
InternalServerErrorException(String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(String, String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(String, Throwable) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(String, Throwable, String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Throwable) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Throwable, String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Url, String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Url, String, String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Url, Throwable) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
InternalServerErrorException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.InternalServerErrorException
Instantiates the class InternalServerErrorException.
INTERVALAFTER - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALBEFORE - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALCONTAINS - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALDISJOINT - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALDURING - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALEQUALS - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALFINISHEDBY - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALFINISHES - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALIN - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALMEETS - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALMETBY - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALOVERLAPPEDBY - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALOVERLAPS - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALSTARTEDBY - Enum constant in enum class org.refcodes.web.LinkRelation
 
INTERVALSTARTS - Enum constant in enum class org.refcodes.web.LinkRelation
 
isClientErrorStatus() - Method in enum class org.refcodes.web.HttpStatusCode
Determines whether the given HTTP Status-Code signals a client side error.
isCommaSeparatedHeaderField(String) - Static method in class org.refcodes.web.AbstractHeaderFields
Tests the given HTTP Header-Field name whether it holds a comma separated value.
isCompatibleMatch(MimeType) - Method in interface org.refcodes.web.MimeType
Determines whether the MimeType is compatible with the given accept MimeType.
isCompatibleMatch(MimeType, MimeType) - Static method in interface org.refcodes.web.MimeType
Determines whether the MimeType is a compatible with the given accept MimeType.
isErrorStatus() - Method in enum class org.refcodes.web.HttpStatusCode
Determines whether the given HTTP Status-Code signals a failure.
isHttpOnly() - Method in class org.refcodes.web.ResponseCookie
Returns true if we have an HTTP only cookie.
isRedirectStatus() - Method in enum class org.refcodes.web.HttpStatusCode
Determines whether the given HTTP Status-Code signals a redirect.
isSameMediaType(MimeType) - Method in interface org.refcodes.web.MimeType
Determines whether this MimeType represents the same media type as the provided MimeType, ignoring optional parameters.
isSameMediaType(MimeType, MimeType) - Static method in interface org.refcodes.web.MimeType
Determines whether the two given MimeType instances represent the same media type, ignoring optional parameters.
isSecure() - Method in class org.refcodes.web.ResponseCookie
Returns true if we have a secure HTTP cookie.
isServerErrorStatus() - Method in enum class org.refcodes.web.HttpStatusCode
Determines whether the given HTTP Status-Code signals a server side error.
isSuccessStatus() - Method in enum class org.refcodes.web.HttpStatusCode
Determines whether the given HTTP Status-Code signals a success.
isValid() - Method in class org.refcodes.web.OauthToken
isValid(String) - Method in interface org.refcodes.web.TokenCredentials
Validates the provided user-name and secret against this TokenCredentials user-name and secret.
isValid(String, String) - Method in class org.refcodes.web.BasicCredentials
Validates the provided user-name and secret against this BasicCredentials user-name and secret.
isValid(BasicCredentials) - Method in class org.refcodes.web.BasicCredentials
Validates the provided BasicCredentials against this BasicCredentials user-name and secret.
isValid(TokenCredentials) - Method in interface org.refcodes.web.TokenCredentials
Validates the provided TokenCredentials against this TokenCredentials user-name and secret.
isWildcardMatch(MimeType) - Method in interface org.refcodes.web.MimeType
Determines whether the MimeType is a wildcard match for the given accept MimeType.
isWildcardMatch(MimeType, MimeType) - Static method in interface org.refcodes.web.MimeType
Determines whether the MimeType is a wildcard match for the given accept MimeType.
isWildcardMediaSubType() - Method in enum class org.refcodes.web.MediaType
Indicates whether the MediaType.getMediaSubType() is the wildcard character *.
isWildcardMediaSubType() - Method in interface org.refcodes.web.MimeType
Indicates whether the MimeType.getMediaSubType() is the wildcard character *.
isWildcardMediaSubType(MimeType) - Static method in interface org.refcodes.web.MimeType
Convenience method to determine if the media type is a wildcard media subtype.
isWildcardMediaType() - Method in enum class org.refcodes.web.MediaType
Indicates whether the MediaType.getTopLevelType() is the wildcard character * as well as the MediaType.getMediaSubType() is the wildcard character *.
isWildcardMediaType() - Method in interface org.refcodes.web.MimeType
Indicates whether the MimeType.getTopLevelType() is the wildcard character * as well as the MimeType.getMediaSubType() is the wildcard character *.
isWildcardMediaType(MimeType) - Static method in interface org.refcodes.web.MimeType
Convenience method to determine if the media type is a wildcard media type.
isWildcardTopLevelType() - Method in enum class org.refcodes.web.TopLevelType
 
ITEM - Enum constant in enum class org.refcodes.web.LinkRelation
 

J

JsonMediaTypeFactory - Class in org.refcodes.web
Implements the MediaTypeFactory for Media-Type "application/json" ( MediaType.APPLICATION_JSON).
JsonMediaTypeFactory() - Constructor for class org.refcodes.web.JsonMediaTypeFactory
Constructs the JsonMediaTypeFactory.
JWT_BEARER - Enum constant in enum class org.refcodes.web.GrantType
Use JWT Bearer (JWT Bearer "urn:ietf:params:oauth:grant-type:jwt-bearer" Grant)

K

keySet() - Method in class org.refcodes.web.AbstractHeaderFields

L

LAST - Enum constant in enum class org.refcodes.web.LinkRelation
 
LAST_MODIFIED - Enum constant in enum class org.refcodes.web.HeaderField
 
LATEST_VERSION - Enum constant in enum class org.refcodes.web.LinkRelation
 
LENGTH_REQUIRED - Enum constant in enum class org.refcodes.web.HttpStatusCode
411 Length Required (HTTP/1.1 - RFC 2616)
LengthRequiredException - Exception Class in org.refcodes.web
The Class LengthRequiredException.
LengthRequiredException(String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(String, String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(String, Throwable) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(String, Throwable, String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Throwable) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Throwable, String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Url, String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Url, String, String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Url, Throwable) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
LengthRequiredException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.LengthRequiredException
Instantiates the class LengthRequiredException.
letAuthType(AuthType) - Method in interface org.refcodes.web.AuthTypeAccessor.AuthTypeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given AuthType (setter) as of AuthTypeAccessor.AuthTypeMutator.setAuthType(AuthType) and returns the very same value (getter).
letBaseLocator(String) - Method in interface org.refcodes.web.BaseLocatorAccessor.BaseLocatorProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of BaseLocatorAccessor.BaseLocatorMutator.setBaseLocator(String) and returns the very same value (getter).
letBaseUrl(String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs.
letBaseUrl(String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an URL) the given arguments, which is very useful for builder APIs.
letBaseUrl(String, String, int) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an URL) the given arguments, which is very useful for builder APIs.
letBaseUrl(String, String, int, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an URL) the given arguments, which is very useful for builder APIs.
letBaseUrl(String, String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an URL) the given arguments, which is very useful for builder APIs.
letBaseUrl(URL) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through the given arguments, which is very useful for builder APIs.
letBaseUrl(Scheme, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an Url) the given arguments, which is very useful for builder APIs.
letBaseUrl(Scheme, String, int) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an Url) the given arguments, which is very useful for builder APIs.
letBaseUrl(Scheme, String, int, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an URL) the given arguments, which is very useful for builder APIs.
letBaseUrl(Scheme, String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through (being produced to an Url) the given arguments, which is very useful for builder APIs.
letBaseUrl(Url) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs.
letBasicAuthCredentials(String, String) - Method in interface org.refcodes.web.BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty
This method stores and passes through the given arguments, which is very useful for builder APIs:Sets the BasicAuthCredentials from the user name and the secret for the Basic-Authentication credentials property.
letBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.web.BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty
This method stores and passes through the given argument, which is very useful for builder APIs:Sets the BasicAuthCredentials for the Basic-Authentication credentials property.
letBearerAuthCredentials(String) - Method in interface org.refcodes.web.BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty
Sets the BearerAuthCredentials from the token for the bearer auth credentials property.
letBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.web.BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty
Sets the BearerAuthCredentials for the bearer auth credentials property.
letContentType(ContentType) - Method in interface org.refcodes.web.ContentTypeAccessor.ContentTypeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ContentType (setter) as of ContentTypeAccessor.ContentTypeMutator.setContentType(ContentType) and returns the very same value (getter).
letFormFields(FormFields) - Method in interface org.refcodes.web.FormFieldsAccessor.FormFieldsProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given FormFields (setter) as of FormFieldsAccessor.FormFieldsMutator.setFormFields(FormFields) and returns the very same value (getter).
letFragment(String) - Method in interface org.refcodes.web.FragmentAccessor.FragmentProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of FragmentAccessor.FragmentMutator.setFragment(String) and returns the very same value (getter).
letHeaderField(HeaderField) - Method in interface org.refcodes.web.HeaderFieldAccessor.HeaderFieldProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given HeaderField (setter) as of HeaderFieldAccessor.HeaderFieldMutator.setHeaderField(HeaderField) and returns the very same value (getter).
letHeaderFields(T) - Method in interface org.refcodes.web.HeaderFieldsAccessor.HeaderFieldsProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of HeaderFieldsAccessor.HeaderFieldsMutator.setHeaderFields(HeaderFields) and returns the very same value (getter).
letHost(String) - Method in interface org.refcodes.web.HostAccessor.HostProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of HostAccessor.HostMutator.setHost(String) and returns the very same value (getter).
letHttpBody(String) - Method in interface org.refcodes.web.HttpBodyAccessor.HttpBodyProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of HttpBodyAccessor.HttpBodyMutator.setHttpBody(String) and returns the very same value (getter).
letHttpInputStream(InputStream) - Method in interface org.refcodes.web.HttpInputStreamAccessor.HttpInputStreamProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given InputStream (setter) as of HttpInputStreamAccessor.HttpInputStreamMutator.setHttpInputStream(InputStream) and returns the very same value (getter).
letHttpMediaType(String) - Method in interface org.refcodes.web.HttpMediaTypeAccessor.HttpMediaTypeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of HttpMediaTypeAccessor.HttpMediaTypeMutator.setHttpMediaType(String) and returns the very same value (getter).
letHttpMethod(HttpMethod) - Method in interface org.refcodes.web.HttpMethodAccessor.HttpMethodProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given HttpMethod (setter) as of HttpMethodAccessor.HttpMethodMutator.setHttpMethod(HttpMethod) and returns the very same value (getter).
letHttpStatusCode(HttpStatusCode) - Method in interface org.refcodes.web.HttpStatusCodeAccessor.HttpStatusCodeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given HttpStatusCode (setter) as of HttpStatusCodeAccessor.HttpStatusCodeMutator.setHttpStatusCode(HttpStatusCode) and returns the very same value (getter).
letHttpSuccessCode(HttpSuccessCode) - Method in interface org.refcodes.web.HttpSuccessCodeAccessor.HttpSuccessCodeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given HttpSuccessCode (setter) as of HttpSuccessCodeAccessor.HttpSuccessCodeMutator.setHttpSuccessCode(HttpSuccessCode) and returns the very same value (getter).
letLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.web.LoadBalancingStrategyAccessor.LoadBalancingStrategyProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given LoadBalancingStrategy (setter) as of LoadBalancingStrategyAccessor.LoadBalancingStrategyMutator.setLoadBalancingStrategy(LoadBalancingStrategy) and returns the very same value (getter).
letLocalAddress(InetSocketAddress) - Method in interface org.refcodes.web.LocalAddressAccessor.LocalAddressProperty
This method stores and passes through the given InetSocketAddress, which is very useful for builder APIs: Sets the given value (setter) as of LocalAddressAccessor.LocalAddressMutator.setLocalAddress(InetSocketAddress) and returns the very same value (getter).
letMediaType(MimeType) - Method in interface org.refcodes.web.MediaTypeAccessor.MediaTypeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given MimeType (setter) as of MediaTypeAccessor.MediaTypeMutator.setMediaType(MimeType) and returns the very same value (getter).
letMediaTypes(MimeType[]) - Method in interface org.refcodes.web.MediaTypesAccessor.MediaTypesProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given MimeType array (setter) as of MediaTypesAccessor.MediaTypesMutator.setMediaTypes(MimeType[]) and returns the very same value (getter).
letOauthToken(OauthToken) - Method in interface org.refcodes.web.OauthTokenAccessor.OauthTokenProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given OauthToken (setter) as of OauthTokenAccessor.OauthTokenMutator.setOauthToken(OauthToken) and returns the very same value (getter).
letProtocol(String) - Method in interface org.refcodes.web.SchemeAccessor.SchemeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of SchemeAccessor.SchemeMutator.setProtocol(String) and returns the very same value (getter).
letQueryFields(FormFields) - Method in interface org.refcodes.web.QueryFieldsAccessor.QueryFieldsProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given FormFields (setter) as of QueryFieldsAccessor.QueryFieldsMutator.setQueryFields(FormFields) and returns the very same value (getter).
letRealm(String) - Method in interface org.refcodes.web.RealmAccessor.RealmProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of RealmAccessor.RealmMutator.setRealm(String) and returns the very same value (getter).
letRedirectDepth(int) - Method in interface org.refcodes.web.RedirectDepthAccessor.RedirectDepthProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given integer (setter) as of RedirectDepthAccessor.RedirectDepthMutator.setRedirectDepth(int) and returns the very same value (getter).
letRemoteAddress(InetSocketAddress) - Method in interface org.refcodes.web.RemoteAddressAccessor.RemoteAddressProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given InetSocketAddress (setter) as of RemoteAddressAccessor.RemoteAddressMutator.setRemoteAddress(InetSocketAddress) and returns the very same value (getter).
letRequestHeaderFields(RequestHeaderFields) - Method in interface org.refcodes.web.RequestHeaderFieldsAccessor.RequestHeaderFieldsProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given RequestHeaderFields (setter) as of RequestHeaderFieldsAccessor.RequestHeaderFieldsMutator.setRequestHeaderFields(RequestHeaderFields) and returns the very same value (getter).
letResponseHeaderFields(ResponseHeaderFields) - Method in interface org.refcodes.web.ResponseHeaderFieldsAccessor.ResponseHeaderFieldsProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given ResponseHeaderFields (setter) as of ResponseHeaderFieldsAccessor.ResponseHeaderFieldsMutator.setResponseHeaderFields(ResponseHeaderFields) and returns the very same value (getter).
letScheme(Scheme) - Method in interface org.refcodes.web.SchemeAccessor.SchemeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Scheme (setter) as of SchemeAccessor.SchemeMutator.setScheme(Scheme) and returns the very same value (getter).
letTopLevelType(TopLevelType) - Method in interface org.refcodes.web.TopLevelTypeAccessor.TopLevelTypeProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given TopLevelType (setter) as of TopLevelTypeAccessor.TopLevelTypeMutator.setTopLevelType(TopLevelType) and returns the very same value (getter).
letUrl(Url) - Method in interface org.refcodes.web.UrlAccessor.UrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of UrlAccessor.UrlMutator.setUrl(Url) and returns the very same value (getter).
letUserAgent(String) - Method in interface org.refcodes.web.UserAgentAccessor.UserAgentProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of UserAgentAccessor.UserAgentMutator.setUserAgent(String) and returns the very same value (getter).
letVirtualHost(String) - Method in interface org.refcodes.web.VirtualHostAccessor.VirtualHostProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of VirtualHostAccessor.VirtualHostMutator.setVirtualHost(String) and returns the very same value (getter).
LICENSE - Enum constant in enum class org.refcodes.web.LinkRelation
 
LinkRelation - Enum Class in org.refcodes.web
Represents a link relation describing the semantic relationship between resources.
LINKSET - Enum constant in enum class org.refcodes.web.LinkRelation
 
LoadBalancingStrategy - Enum Class in org.refcodes.web
Some simple load balancing strategies.
LoadBalancingStrategyAccessor - Interface in org.refcodes.web
Provides access to a load balancing strategy property as of LoadBalancingStrategy.
LoadBalancingStrategyAccessor.LoadBalancingStrategyBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a load balancing strategy property returning the builder for applying multiple build operations.
LoadBalancingStrategyAccessor.LoadBalancingStrategyMutator - Interface in org.refcodes.web
Extends the LoadBalancingStrategyAccessor with a setter method.
LoadBalancingStrategyAccessor.LoadBalancingStrategyProperty - Interface in org.refcodes.web
Extends the LoadBalancingStrategyAccessor with a setter method.
LocalAddressAccessor - Interface in org.refcodes.web
Provides an accessor for a local address property.
LocalAddressAccessor.LocalAddressBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a local address property returning the builder for applying multiple build operations.
LocalAddressAccessor.LocalAddressMutator - Interface in org.refcodes.web
Provides a mutator for a local address property.
LocalAddressAccessor.LocalAddressProperty - Interface in org.refcodes.web
Provides a local address property.
LOCATION - Enum constant in enum class org.refcodes.web.HeaderField
"...
LOCKED - Enum constant in enum class org.refcodes.web.HttpStatusCode
423 Locked (WebDAV - RFC 2518).
LockedException - Exception Class in org.refcodes.web
The Class LockedException.
LockedException(String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(String, String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(String, Throwable) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Throwable) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Throwable, String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Url, String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Url, String, String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Url, Throwable) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LockedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.LockedException
Instantiates the class LockedException.
LRDD - Enum constant in enum class org.refcodes.web.LinkRelation
 

M

MAC - Enum constant in enum class org.refcodes.web.TokenType
Use MAC Tokens in HTTP requests to access OAuth 2.0 protected resources.
MANIFEST - Enum constant in enum class org.refcodes.web.LinkRelation
 
MAP_SELECTOR - Static variable in interface org.refcodes.web.MediaTypeFactory
 
MASK_ICON - Enum constant in enum class org.refcodes.web.LinkRelation
 
MAX_AGE - Enum constant in enum class org.refcodes.web.CookieAttribute
Internet Explorer (ie6, ie7, and ie8) does not support "MAX-AGE" , while (mostly) all browsers support CookieAttribute.EXPIRES.
ME - Enum constant in enum class org.refcodes.web.LinkRelation
 
MEDIA_FEED - Enum constant in enum class org.refcodes.web.LinkRelation
 
MediaType - Enum Class in org.refcodes.web
Represents a media type describing the format of data exchanged between components, systems, or protocols.
MediaTypeAccessor - Interface in org.refcodes.web
Provides an accessor for a Media-Type property.
MediaTypeAccessor.MediaTypeBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a Media-Type property returning the builder for applying multiple build operations.
MediaTypeAccessor.MediaTypeMutator - Interface in org.refcodes.web
Provides a mutator for a Media-Type property.
MediaTypeAccessor.MediaTypeProperty - Interface in org.refcodes.web
Provides a Media-Type property.
MediaTypeFactory - Interface in org.refcodes.web
The MediaTypeFactory creates instances from an HTTP body and creates an HTTP body from given instances according to the MimeType (as of MediaTypesAccessor.getMediaTypes()) for which the MediaTypeFactory is responsible.
MediaTypeFactoryLookup - Interface in org.refcodes.web
The Interface MediaTypeFactoryLookup.
MediaTypeFactoryLookup.MutableMediaTypeFactoryLookup - Interface in org.refcodes.web
MediaTypesAccessor - Interface in org.refcodes.web
Provides an accessor for a Media-Types property.
MediaTypesAccessor.MediaTypesBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a Media-Types property returning the builder for applying multiple build operations.
MediaTypesAccessor.MediaTypesMutator - Interface in org.refcodes.web
Provides a mutator for a Media-Types property.
MediaTypesAccessor.MediaTypesProperty - Interface in org.refcodes.web
Provides a Media-Types property.
MEMENTO - Enum constant in enum class org.refcodes.web.LinkRelation
 
MESSAGE - Enum constant in enum class org.refcodes.web.TopLevelType
 
MESSAGE_BHTTP - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_CPIM - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_DELIVERY_STATUS - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_DISPOSITION_NOTIFICATION - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_EXTERNAL_BODY - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_FEEDBACK_REPORT - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_GLOBAL - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_GLOBAL_DELIVERY_STATUS - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_GLOBAL_DISPOSITION_NOTIFICATION - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_GLOBAL_HEADERS - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_HTTP - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_IMDN_XML - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_MLS - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_NEWS - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_OHTTP_CHUNKED_REQ - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_OHTTP_CHUNKED_RES - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_OHTTP_REQ - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_OHTTP_RES - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_PARTIAL - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_RFC822 - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_S_HTTP - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_SIP - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_SIPFRAG - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_TRACKING_STATUS - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_VND_SI_SIMP - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_VND_WFA_WSC - Enum constant in enum class org.refcodes.web.MediaType
 
MESSAGE_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
METHOD_FAILURE - Enum constant in enum class org.refcodes.web.HttpStatusCode
420 Method Failure (WebDAV - draft-ietf-webdav-protocol-05?).
METHOD_NOT_ALLOWED - Enum constant in enum class org.refcodes.web.HttpStatusCode
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
MethodFailureException - Exception Class in org.refcodes.web
The Class MethodFailureException.
MethodFailureException(String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(String, String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(String, Throwable) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(String, Throwable, String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Throwable) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Throwable, String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Url, String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Url, String, String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Url, Throwable) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodFailureException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.MethodFailureException
Instantiates the class MethodFailureException.
MethodNotAllowedException - Exception Class in org.refcodes.web
The Class MethodNotAllowedException.
MethodNotAllowedException(String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(String, String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(String, Throwable) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Throwable) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Throwable, String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Url, String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Url, String, String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Url, Throwable) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MethodNotAllowedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.MethodNotAllowedException
Instantiates the class MethodNotAllowedException.
MICROPUB - Enum constant in enum class org.refcodes.web.LinkRelation
 
MimeType - Interface in org.refcodes.web
Represents a media type describing the format of data exchanged between components, systems, or protocols.
MODEL - Enum constant in enum class org.refcodes.web.TopLevelType
 
MODEL_3MF - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_E57 - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_GLTF_BINARY - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_GLTF_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_IGES - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_JT - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_MESH - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_MTL - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_OBJ - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_PRC - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_STEP - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_STEP_XML - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_STEP_XML_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_STEP_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_STL - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_U3D - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_BARY - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_CLD - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_COLLADA_XML - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_DWF - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_FLATLAND_3DML - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_GDL - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_GS_GDL - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_GTW - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_MOML_XML - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_MTS - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_OPENGEX - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_PARASOLID_TRANSMIT_BINARY - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_PARASOLID_TRANSMIT_TEXT - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_PYTHA_PYOX - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_ROSETTE_ANNOTATED_DATA_MODEL - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_SAP_VDS - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_USDA - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_USDZ_ZIP - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_VALVE_SOURCE_COMPILED_MAP - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VND_VTU - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_VRML - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_X3D_FASTINFOSET - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_X3D_VRML - Enum constant in enum class org.refcodes.web.MediaType
 
MODEL_X3D_XML - Enum constant in enum class org.refcodes.web.MediaType
 
MODULEPRELOAD - Enum constant in enum class org.refcodes.web.LinkRelation
 
MONITOR - Enum constant in enum class org.refcodes.web.LinkRelation
 
MONITOR_GROUP - Enum constant in enum class org.refcodes.web.LinkRelation
 
MOVED_PERMANENTLY - Enum constant in enum class org.refcodes.web.HttpStatusCode
301 Moved Permanently (HTTP/1.0 - RFC 1945)
MOVED_TEMPORARILY - Enum constant in enum class org.refcodes.web.HttpStatusCode
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
MovedPermanentlyException - Exception Class in org.refcodes.web
The Class MovedPermanentlyException.
MovedPermanentlyException(String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(String, String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(String, Throwable) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(String, Throwable, String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Throwable) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Throwable, String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Url, String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Url, String, String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Url, Throwable) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedPermanentlyException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.MovedPermanentlyException
Instantiates the class MovedPermanentlyException.
MovedTemporarilyException - Exception Class in org.refcodes.web
The Class MovedTemporarilyException.
MovedTemporarilyException(String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(String, String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(String, Throwable) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(String, Throwable, String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Throwable) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Throwable, String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Url, String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Url, String, String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Url, Throwable) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MovedTemporarilyException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.MovedTemporarilyException
Instantiates the class MovedTemporarilyException.
MULTI_STATUS - Enum constant in enum class org.refcodes.web.HttpStatusCode
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
MULTI_STATUS - Enum constant in enum class org.refcodes.web.HttpSuccessCode
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
MULTIPART - Enum constant in enum class org.refcodes.web.TopLevelType
 
MULTIPART_ALTERNATIVE - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_APPLEDOUBLE - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_BYTERANGES - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_DIGEST - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_ENCRYPTED - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_FORM_DATA - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_HEADER_SET - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_MIXED - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_MULTILINGUAL - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_PARALLEL - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_RELATED - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_REPORT - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_SIGNED - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_VND_BINT_MED_PLUS - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_VOICE_MESSAGE - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPART_X_MIXED_REPLACE - Enum constant in enum class org.refcodes.web.MediaType
 
MULTIPLE_CHOICES - Enum constant in enum class org.refcodes.web.HttpStatusCode
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
MultipleChoicesException - Exception Class in org.refcodes.web
The Class MultipleChoicesException.
MultipleChoicesException(String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(String, String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(String, Throwable) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(String, Throwable, String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Throwable) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Throwable, String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Url, String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Url, String, String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Url, Throwable) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultipleChoicesException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.MultipleChoicesException
Instantiates the class MultipleChoicesException.
MultiStatusException - Exception Class in org.refcodes.web
The Class MultiStatusException.
MultiStatusException(String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(String, String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(String, Throwable) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(String, Throwable, String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Throwable) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Throwable, String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Url, String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Url, String, String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Url, Throwable) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.
MultiStatusException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.MultiStatusException
Instantiates the class MultiStatusException.

N

negotiate(List, List) - Static method in interface org.refcodes.web.MimeType
Determines the response media type based on the client's accepted media types and the media types supported by the server.
NEXT - Enum constant in enum class org.refcodes.web.LinkRelation
 
NEXT_ARCHIVE - Enum constant in enum class org.refcodes.web.LinkRelation
 
NO_CONTENT - Enum constant in enum class org.refcodes.web.HttpStatusCode
204 No Content (HTTP/1.0 - RFC 1945)
NO_CONTENT - Enum constant in enum class org.refcodes.web.HttpSuccessCode
204 No Content (HTTP/1.0 - RFC 1945)
NoContentException - Exception Class in org.refcodes.web
The Class NoContentException.
NoContentException(String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(String, String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(String, Throwable) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(String, Throwable, String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Throwable) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Throwable, String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Url, String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Url, String, String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Url, Throwable) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NoContentException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.NoContentException
Instantiates the class NoContentException.
NOFOLLOW - Enum constant in enum class org.refcodes.web.LinkRelation
 
NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class org.refcodes.web.HttpStatusCode
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
NON_AUTHORITATIVE_INFORMATION - Enum constant in enum class org.refcodes.web.HttpSuccessCode
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
NonAuthoritativeInformationException - Exception Class in org.refcodes.web
The Class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(String, String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(String, Throwable) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(String, Throwable, String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Throwable) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Throwable, String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Url, String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Url, String, String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Url, Throwable) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.NonAuthoritativeInformationException
Instantiates the class NonAuthoritativeInformationException.
NONE - Enum constant in enum class org.refcodes.web.LoadBalancingStrategy
No strategy is used.
NONE - Enum constant in enum class org.refcodes.web.TopLevelType
 
NOOPENER - Enum constant in enum class org.refcodes.web.LinkRelation
 
NOREFERRER - Enum constant in enum class org.refcodes.web.LinkRelation
 
NOT_ACCEPTABLE - Enum constant in enum class org.refcodes.web.HttpStatusCode
406 Not Acceptable (HTTP/1.1 - RFC 2616)
NOT_BEFORE_POLICY - Enum constant in enum class org.refcodes.web.HeaderField
Probably legacy, encountered upon using KeyCloak with OAuth.
NOT_BEFORE_POLICY - Enum constant in enum class org.refcodes.web.OauthField
Probably legacy, encountered upon using KeyCloak.
NOT_FOUND - Enum constant in enum class org.refcodes.web.HttpStatusCode
404 Not Found (HTTP/1.0 - RFC 1945)
NOT_IMPLEMENTED - Enum constant in enum class org.refcodes.web.HttpStatusCode
501 Not Implemented (HTTP/1.0 - RFC 1945)
NOT_MODIFIED - Enum constant in enum class org.refcodes.web.HttpStatusCode
304 Not Modified (HTTP/1.0 - RFC 1945)
NotAcceptableException - Exception Class in org.refcodes.web
The Class NotAcceptableException.
NotAcceptableException(String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(String, String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(String, Throwable) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(String, Throwable, String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Throwable) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Throwable, String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Url, String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Url, String, String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Url, Throwable) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotAcceptableException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.NotAcceptableException
Instantiates the class NotAcceptableException.
NotFoundException - Exception Class in org.refcodes.web
The Class NotFoundException.
NotFoundException(String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(String, String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(String, Throwable) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(String, Throwable, String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Throwable) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Throwable, String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Url, String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Url, String, String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Url, Throwable) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotFoundException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.NotFoundException
Instantiates the class NotFoundException.
NotImplementedException - Exception Class in org.refcodes.web
The Class NotImplementedException.
NotImplementedException(String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(String, String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(String, Throwable) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Throwable) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Throwable, String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Url, String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Url, String, String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Url, Throwable) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotImplementedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.NotImplementedException
Instantiates the class NotImplementedException.
NotModifiedException - Exception Class in org.refcodes.web
The Class NotModifiedException.
NotModifiedException(String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(String, String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(String, Throwable) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Throwable) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Throwable, String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Url, String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Url, String, String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Url, Throwable) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.
NotModifiedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.NotModifiedException
Instantiates the class NotModifiedException.

O

OauthField - Enum Class in org.refcodes.web
The Enum OauthField.
OauthToken - Class in org.refcodes.web
An OAuth-Token contains all relevant information to access a protected resource and refresh the the access token.
OauthToken(String, String, String, Integer, String) - Constructor for class org.refcodes.web.OauthToken
Creates a new instance of the OauthToken with the current time being stored for determining validity of the access token via OauthToken.isValid() as of OauthToken.getExpiresIn().
OauthToken(String, String, String, String, Integer, Integer, String, String) - Constructor for class org.refcodes.web.OauthToken
Creates a new instance of the OauthToken with the current time being stored for determining validity of the access token via OauthToken.isValid() as of OauthToken.getExpiresIn().
OauthToken(String, String, String, String, String, Integer, Integer, String, String) - Constructor for class org.refcodes.web.OauthToken
Creates a new instance of the OauthToken with the current time being stored for determining validity of the access token via OauthToken.isValid() as of OauthToken.getExpiresIn().
OauthToken(String, String, String, GrantType, String, Integer, Integer, String, String) - Constructor for class org.refcodes.web.OauthToken
Creates a new instance of the OauthToken with the current time being stored for determining validity of the access token via OauthToken.isValid() as of OauthToken.getExpiresIn().
OauthToken(String, String, String, GrantType, String, String, Integer, Integer, String, String) - Constructor for class org.refcodes.web.OauthToken
Creates a new instance of the OauthToken with the current time being stored for determining validity of the access token via OauthToken.isValid() as of OauthToken.getExpiresIn().
OauthToken(HttpBodyTable) - Constructor for class org.refcodes.web.OauthToken
Creates a new instance of the OauthToken with the current time being stored for determining validity of the access token via OauthToken.isValid() as of OauthToken.getExpiresIn().
OauthToken(OauthToken) - Constructor for class org.refcodes.web.OauthToken
Creates a new instance of the OauthToken with the current time being stored for determining validity of the access token via OauthToken.isValid() as of OauthToken.getExpiresIn().
OauthTokenAccessor - Interface in org.refcodes.web
Provides an accessor for a OAuth token property.
OauthTokenAccessor.OauthTokenBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a OAuth token property returning the builder for applying multiple build operations.
OauthTokenAccessor.OauthTokenMutator - Interface in org.refcodes.web
Provides a mutator for a OAuth token property.
OauthTokenAccessor.OauthTokenProperty - Interface in org.refcodes.web
Provides a OAuth token property.
OK - Enum constant in enum class org.refcodes.web.HttpStatusCode
200 OK (HTTP/1.0 - RFC 1945)
OK - Enum constant in enum class org.refcodes.web.HttpSuccessCode
200 OK (HTTP/1.0 - RFC 1945)
onBasicAuthRequest(InetSocketAddress, InetSocketAddress, HttpMethod, String, BasicAuthCredentials, String) - Method in interface org.refcodes.web.BasicAuthObserver
Invoked upon an incoming HTTP Basic-Authentication requests.
onBasicAuthRequest(BasicAuthObserver) - Method in interface org.refcodes.web.BasicAuthObservable
Registers the BasicAuthObserver to handle incoming HTTP basic authentication requests.
onConnectionRequest(HttpsConnectionRequestObserver) - Method in interface org.refcodes.web.HttpsConnectionRequestObservable
Registers the HttpsConnectionRequestObserver to handle incoming HTTPS requests, possibly using lambda syntax.
onHttpsConnectionRequest(InetSocketAddress, InetSocketAddress, SSLParameters) - Method in interface org.refcodes.web.HttpsConnectionRequestObserver
Invoked upon an incoming HTTPS request.
OPENER - Enum constant in enum class org.refcodes.web.LinkRelation
 
OPENID2_LOCAL_ID - Enum constant in enum class org.refcodes.web.LinkRelation
 
OPENID2_PROVIDER - Enum constant in enum class org.refcodes.web.LinkRelation
 
OPTIONS - Enum constant in enum class org.refcodes.web.HttpMethod
 
org.refcodes.web - module org.refcodes.web
 
org.refcodes.web - package org.refcodes.web
Use the types and definitions of this artifact when you are tired of defining your own networking based basics, your own HTTP-status-code enumerations (HttpStatusCode or exceptions representing erroneous HTTP state, or if you are tired of cookie handling, Header-Field processing ... and so on:
ORIGINAL - Enum constant in enum class org.refcodes.web.LinkRelation
 

P

P3PV1 - Enum constant in enum class org.refcodes.web.LinkRelation
 
PARENT - Enum constant in enum class org.refcodes.web.LinkRelation
 
parseHttpContentType(String) - Static method in class org.refcodes.web.ContentType
Retrieves the ContentType representing the provided HTTP content-type (ignoring the case).
parseHttpMediaType(String) - Static method in interface org.refcodes.web.MimeType
Retrieves the MimeType representing the provided HTTP Media-Type (ignoring the case).
PARTIAL_CONTENT - Enum constant in enum class org.refcodes.web.HttpStatusCode
206 Partial Content (HTTP/1.1 - RFC 2616)
PARTIAL_CONTENT - Enum constant in enum class org.refcodes.web.HttpSuccessCode
206 Partial Content (HTTP/1.1 - RFC 2616)
PartialContentException - Exception Class in org.refcodes.web
The Class PartialContentException.
PartialContentException(String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(String, String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(String, Throwable) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(String, Throwable, String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Throwable) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Throwable, String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Url, String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Url, String, String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Url, Throwable) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PartialContentException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.PartialContentException
Instantiates the class PartialContentException.
PASSWORD - Enum constant in enum class org.refcodes.web.GrantType
Resource Owner Password "password" Grant (specification conforming grant).
PASSWORD - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...
PASSWORD - Enum constant in enum class org.refcodes.web.OauthField
"...
PATCH - Enum constant in enum class org.refcodes.web.HttpMethod
 
PATH - Enum constant in enum class org.refcodes.web.CookieAttribute
 
PAYMENT - Enum constant in enum class org.refcodes.web.LinkRelation
 
PAYMENT_REQUIRED - Enum constant in enum class org.refcodes.web.HttpStatusCode
402 Payment Required (HTTP/1.1 - RFC 2616)
PaymentRequiredException - Exception Class in org.refcodes.web
The Class PaymentRequiredException.
PaymentRequiredException(String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(String, String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(String, Throwable) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(String, Throwable, String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Throwable) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Throwable, String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Url, String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Url, String, String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Url, Throwable) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PaymentRequiredException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.PaymentRequiredException
Instantiates the class PaymentRequiredException.
PERMANENT_REDIRECT - Enum constant in enum class org.refcodes.web.HttpStatusCode
308 Permanent Redirect (HTTP/1.1 - RFC 7538)
PermanentRedirectException - Exception Class in org.refcodes.web
The Class PermanentRedirectException.
PermanentRedirectException(String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(String, String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(String, Throwable) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(String, Throwable, String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Throwable) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Throwable, String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Url, String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Url, String, String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Url, Throwable) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PermanentRedirectException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.PermanentRedirectException
Instantiates the class PermanentRedirectException.
PINGBACK - Enum constant in enum class org.refcodes.web.LinkRelation
 
POST - Enum constant in enum class org.refcodes.web.HttpMethod
 
PostHttpClientInterceptable - Interface in org.refcodes.web
PostHttpClientInterceptor - Interface in org.refcodes.web
An PostHttpClientInterceptor definition for post-processing HttpClientRequest as well as HttpClientResponse instances.
PostHttpInterceptable<I> - Interface in org.refcodes.web
The PostHttpInterceptable provides base functionality for working with PostHttpInterceptor instances.
PostHttpInterceptor<REQ,RES> - Interface in org.refcodes.web
An PostHttpInterceptor definition for post-processing HttpRequest as well as HttpResponse instances.
PostHttpServerInterceptable - Interface in org.refcodes.web
PostHttpServerInterceptor - Interface in org.refcodes.web
An PostHttpServerInterceptor definition for post-processing HttpServerRequest as well as HttpServerResponse instances.
postIntercept(HttpClientRequest, HttpClientResponse) - Method in interface org.refcodes.web.PostHttpClientInterceptor
Invoked to post-process a HttpClientRequest alongside a HttpClientResponse.
postIntercept(HttpServerRequest, HttpServerResponse) - Method in interface org.refcodes.web.PostHttpServerInterceptor
Invoked to post-process a HttpServerRequest alongside a HttpServerResponse.
postIntercept(REQ, RES) - Method in interface org.refcodes.web.PostHttpInterceptor
Invoked to post-process a HttpRequest alongside a HttpResponse.
PRECONDITION_FAILED - Enum constant in enum class org.refcodes.web.HttpStatusCode
412 Precondition Failed (HTTP/1.1 - RFC 2616)
PreconditionFailedException - Exception Class in org.refcodes.web
The Class PreconditionFailedException.
PreconditionFailedException(String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(String, String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(String, Throwable) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Throwable) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Throwable, String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Url, String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Url, String, String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Url, Throwable) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PreconditionFailedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.PreconditionFailedException
Instantiates the class PreconditionFailedException.
PRECONNECT - Enum constant in enum class org.refcodes.web.LinkRelation
 
PREDECESSOR_VERSION - Enum constant in enum class org.refcodes.web.LinkRelation
 
PREFETCH - Enum constant in enum class org.refcodes.web.LinkRelation
 
PreHttpClientInterceptable - Interface in org.refcodes.web
PreHttpClientInterceptor - Interface in org.refcodes.web
An PreHttpClientInterceptor definition for pre-processing HttpClientRequest as well as HttpClientResponse instances.
PreHttpInterceptable<I> - Interface in org.refcodes.web
The PreHttpInterceptable provides base functionality for working with PreHttpInterceptor instances.
PreHttpInterceptor<REQ,RES> - Interface in org.refcodes.web
An PreHttpInterceptor definition for pre-processing HttpRequest as well as HttpResponse instances.
PreHttpServerInterceptable - Interface in org.refcodes.web
PreHttpServerInterceptor - Interface in org.refcodes.web
An PreHttpServerInterceptor definition for pre-processing HttpServerRequest as well as HttpServerResponse instances.
preIntercept(HttpClientRequest, HttpClientResponse) - Method in interface org.refcodes.web.PreHttpClientInterceptor
Invoked to pre-process a HttpClientRequest alongside a HttpClientResponse.
preIntercept(HttpServerRequest, HttpServerResponse) - Method in interface org.refcodes.web.PreHttpServerInterceptor
Invoked to pre-process a HttpServerRequest alongside a HttpServerResponse.
preIntercept(REQ, RES) - Method in interface org.refcodes.web.PreHttpInterceptor
Invoked to pre-process a HttpRequest alongside a HttpResponse.
PRELOAD - Enum constant in enum class org.refcodes.web.LinkRelation
 
PRERENDER - Enum constant in enum class org.refcodes.web.LinkRelation
 
PREV - Enum constant in enum class org.refcodes.web.LinkRelation
 
PREV_ARCHIVE - Enum constant in enum class org.refcodes.web.LinkRelation
 
PREVIEW - Enum constant in enum class org.refcodes.web.LinkRelation
 
PREVIOUS - Enum constant in enum class org.refcodes.web.LinkRelation
 
PRIVACY_POLICY - Enum constant in enum class org.refcodes.web.LinkRelation
 
PROCESSING - Enum constant in enum class org.refcodes.web.HttpStatusCode
102 Processing (WebDAV - RFC 2518).
PROFILE - Enum constant in enum class org.refcodes.web.LinkRelation
 
Proxy - Enum Class in org.refcodes.web
The Enum Proxy.
PROXY_AUTHENTICATION_REQUIRED - Enum constant in enum class org.refcodes.web.HttpStatusCode
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
ProxyAuthenticationRequiredException - Exception Class in org.refcodes.web
The Class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(String, String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(String, Throwable) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(String, Throwable, String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Throwable) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Throwable, String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Url, String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Url, String, String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Url, Throwable) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.ProxyAuthenticationRequiredException
Instantiates the class ProxyAuthenticationRequiredException.
PUBLICATION - Enum constant in enum class org.refcodes.web.LinkRelation
 
put(Enum, String) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.put(String, String) though using the provided enumeration's Enum.toString() method to determine the key.
put(Enum, String...) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.put(String, String...) though using the provided enumeration's Enum.toString() method to determine the key.
put(String, String) - Method in interface org.refcodes.web.HttpFields
Sets a single value for the Header-Field (key).
put(String, String...) - Method in interface org.refcodes.web.HttpFields
Performs a #set(String, String) on multiple values.
put(String, List) - Method in class org.refcodes.web.AbstractHeaderFields
put(HeaderField, String) - Method in interface org.refcodes.web.HeaderFields
Puts (replaces) the currently set Header-Field values with the provided one.
put(HeaderField, String...) - Method in interface org.refcodes.web.HeaderFields
Puts (replaces) the currently set Header-Field values with the provided ones.
put(HeaderField, List) - Method in interface org.refcodes.web.HeaderFields
Puts (replaces) the currently set Header-Field values with the provided ones.
PUT - Enum constant in enum class org.refcodes.web.HttpMethod
 
putAcceptCharsets(String...) - Method in interface org.refcodes.web.HeaderFields
Sets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET. "...
putAcceptCharsets(List) - Method in interface org.refcodes.web.HeaderFields
Sets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET. "...
putAcceptEncodings(List) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
putAcceptEncodings(ContentEncoding...) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
putAcceptLanguages(List) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.ACCEPT_LANGUAGE:
putAcceptLanguages(Locale...) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.ACCEPT_LANGUAGE:
putAcceptTypes(List) - Method in interface org.refcodes.web.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
putAcceptTypes(HttpMediaType...) - Method in interface org.refcodes.web.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
putAll(Map) - Method in class org.refcodes.web.AbstractHeaderFields
putAllowMethods(List) - Method in interface org.refcodes.web.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
putAllowMethods(HttpMethod...) - Method in interface org.refcodes.web.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
putAuthenticate(String) - Method in interface org.refcodes.web.HeaderFields
Sets the WWW-Authenticate Response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
putAuthorization(String) - Method in interface org.refcodes.web.HeaderFields
Sets the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
putAuthorization(String, String) - Method in interface org.refcodes.web.HeaderFields
Sets the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
putAuthorization(AuthType, String) - Method in interface org.refcodes.web.HeaderFields
Sets the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
putBasicAuthCredentials(String, String) - Method in interface org.refcodes.web.HeaderFields
Sets the BasicAuthCredentials from the user name and the secret for the Basic-Authentication credentials property.
putBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.web.HeaderFields
Sets the BasicAuthCredentials (user name and secret) for HTTP Basic-Authentication.
putBasicAuthRequired(String) - Method in interface org.refcodes.web.HeaderFields
Sets the WWW-Authenticate field for Basic-Authentication with the given realm.
putBearerAuthCredentials(String) - Method in interface org.refcodes.web.HeaderFields
Sets the BearerAuthCredentials from the token for the bearer auth credentials property.
putBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.web.HeaderFields
Sets the BearerAuthCredentials (token) for HTTP bearer authentication.
putContentEncoding(ContentEncoding) - Method in interface org.refcodes.web.HeaderFields
Sets the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
putContentLength(Integer) - Method in interface org.refcodes.web.HeaderFields
Sets the Content-Length request-Header-Field HeaderField.CONTENT_LENGTH: "...
putContentType(HttpMediaType) - Method in interface org.refcodes.web.HeaderFields
Sets the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE.
putDirAt(int, Object) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(Object[], int, Object) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(Object[], int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(Object, int, Object) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(Object, int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(String[], int, Object) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(String[], int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(String, int, Object) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(String, int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(Collection, int, Object) - Method in class org.refcodes.web.HttpBodyTable
putDirAt(Collection, int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
putHost(String) - Method in interface org.refcodes.web.HeaderFields
Sets the Host request-Header-Field HeaderField.HOST: "...
putLocation(String) - Method in class org.refcodes.web.ResponseHeaderFields
Sets the Location Response-Header-Field HeaderField.LOCATION: "...
putRequestId(String) - Method in interface org.refcodes.web.HeaderFields
Sets the (interprocess) Request-Correlation TID field HeaderField.REQUEST_ID: A Request-Correlation TID is an TID to uniquely identify an entity (request) across multiple systems.
putSessionId(String) - Method in interface org.refcodes.web.HeaderFields
Sets the (interprocess) Session-Correlation TID field HeaderField.SESSION_ID: A Session-Correlation TID is an TID to uniquely identify an entity (session) across multiple systems.
putStatusAlias(String) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/alias") status alias.
putStatusAlias(HttpStatusCode) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/alias") status alias.
putStatusCode(int) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/code") status code.
putStatusCode(HttpStatusCode) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/code") status code.
putStatusException(Class) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/exception") status exception.
putStatusException(Exception) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/exception") status exception.
putStatusMessage(String) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/aMessage") status aMessage.
putStatusTimeStamp() - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/Time-Stamp") status Time-Stamp to the current time in milliseconds as of System.currentTimeMillis()
putStatusTimeStamp(long) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/Time-Stamp") status Time-Stamp in milliseconds.
putUserAgent(String) - Method in interface org.refcodes.web.HeaderFields
Sets the User-Agent request-Header-Field HeaderField.USER_AGENT: "...

Q

QUALITY - Enum constant in enum class org.refcodes.web.ContentTypeParametersOntology
 
qualityOf() - Method in class org.refcodes.web.ContentType
Returns the configured quality parameter or 1.0 if none is present.
qualityOfOr(Double) - Method in class org.refcodes.web.ContentType
Returns the configured quality parameter or the given default value if no quality parameter is present.
query(Object...) - Method in class org.refcodes.web.HttpBodyTable
query(String) - Method in class org.refcodes.web.HttpBodyTable
query(String...) - Method in class org.refcodes.web.HttpBodyTable
query(Collection) - Method in class org.refcodes.web.HttpBodyTable
query(Pattern) - Method in class org.refcodes.web.HttpBodyTable
queryBetween(Object[], Object[], Object[]) - Method in class org.refcodes.web.HttpBodyTable
queryBetween(Object, Object, Object) - Method in class org.refcodes.web.HttpBodyTable
queryBetween(String[], String[], String[]) - Method in class org.refcodes.web.HttpBodyTable
queryBetween(String, String, String) - Method in class org.refcodes.web.HttpBodyTable
queryBetween(String, Pattern, String) - Method in class org.refcodes.web.HttpBodyTable
queryBetween(Collection, Collection, Collection) - Method in class org.refcodes.web.HttpBodyTable
QueryFieldsAccessor - Interface in org.refcodes.web
Provides an accessor for a request Query-Fields property.
QueryFieldsAccessor.QueryFieldsBuilder<B> - Interface in org.refcodes.web
Provides a mutator for a request Query-Fields property.
QueryFieldsAccessor.QueryFieldsMutator - Interface in org.refcodes.web
Provides a mutator for a request Query-Fields property.
QueryFieldsAccessor.QueryFieldsProperty - Interface in org.refcodes.web
Provides a request Query-Fields property.
queryFrom(Object[], Object[]) - Method in class org.refcodes.web.HttpBodyTable
queryFrom(Object, Object) - Method in class org.refcodes.web.HttpBodyTable
queryFrom(String[], String[]) - Method in class org.refcodes.web.HttpBodyTable
queryFrom(String, String) - Method in class org.refcodes.web.HttpBodyTable
queryFrom(Collection, Collection) - Method in class org.refcodes.web.HttpBodyTable
queryFrom(Pattern, String) - Method in class org.refcodes.web.HttpBodyTable
queryTo(Object[], String) - Method in class org.refcodes.web.HttpBodyTable
queryTo(Object, String) - Method in class org.refcodes.web.HttpBodyTable
queryTo(String[], String) - Method in class org.refcodes.web.HttpBodyTable
queryTo(String, String) - Method in class org.refcodes.web.HttpBodyTable
queryTo(Collection, String) - Method in class org.refcodes.web.HttpBodyTable
queryTo(Pattern, String) - Method in class org.refcodes.web.HttpBodyTable

R

RANDOM - Enum constant in enum class org.refcodes.web.LoadBalancingStrategy
An server for a request is chosen at random from a list of applicable servers.
RANDOM_STICKY - Enum constant in enum class org.refcodes.web.LoadBalancingStrategy
Some custom strategy is being used.
RDAP_ACTIVE - Enum constant in enum class org.refcodes.web.LinkRelation
 
RDAP_BOTTOM - Enum constant in enum class org.refcodes.web.LinkRelation
 
RDAP_DOWN - Enum constant in enum class org.refcodes.web.LinkRelation
 
RDAP_TOP - Enum constant in enum class org.refcodes.web.LinkRelation
 
RDAP_UP - Enum constant in enum class org.refcodes.web.LinkRelation
 
RealmAccessor - Interface in org.refcodes.web
Provides an accessor for a realm property.
RealmAccessor.RealmBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a realm property returning the builder for applying multiple build operations.
RealmAccessor.RealmMutator - Interface in org.refcodes.web
Provides a mutator for a realm property.
RealmAccessor.RealmProperty - Interface in org.refcodes.web
Provides a realm property.
REAUTHENTICATION_REQUIRED - Enum constant in enum class org.refcodes.web.HttpStatusCode
418 Unprocessable Entity (WebDAV drafts?)
ReauthenticationRequiredException - Exception Class in org.refcodes.web
The Class ReauthenticationRequiredException.
ReauthenticationRequiredException(String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(String, String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(String, Throwable) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(String, Throwable, String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Throwable) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Throwable, String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Url, String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Url, String, String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Url, Throwable) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
ReauthenticationRequiredException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.ReauthenticationRequiredException
Instantiates the class ReauthenticationRequiredException.
REDIRECT_URI - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...
REDIRECT_URI - Enum constant in enum class org.refcodes.web.OauthField
"...
RedirectDepthAccessor - Interface in org.refcodes.web
Provides an accessor for a redirect depth property.
RedirectDepthAccessor.RedirectDepthBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a redirect depth property returning the builder for applying multiple build operations.
RedirectDepthAccessor.RedirectDepthMutator - Interface in org.refcodes.web
Provides a mutator for a redirect depth property.
RedirectDepthAccessor.RedirectDepthProperty - Interface in org.refcodes.web
Provides a redirect depth property.
REFRESH_EXPIRES_IN - Enum constant in enum class org.refcodes.web.HeaderField
Probably legacy, encountered upon using KeyCloak with OAuth.
REFRESH_EXPIRES_IN - Enum constant in enum class org.refcodes.web.OauthField
Probably legacy, encountered upon using KeyCloak.
REFRESH_TOKEN - Enum constant in enum class org.refcodes.web.GrantType
Use Refresh Tokens (specification conforming grant).
REFRESH_TOKEN - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...
REFRESH_TOKEN - Enum constant in enum class org.refcodes.web.OauthField
"...
RELATED - Enum constant in enum class org.refcodes.web.LinkRelation
 
RemoteAddressAccessor - Interface in org.refcodes.web
Provides an accessor for a remote address property.
RemoteAddressAccessor.RemoteAddressBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a remote address property returning the builder for applying multiple build operations.
RemoteAddressAccessor.RemoteAddressMutator - Interface in org.refcodes.web
Provides a mutator for a remote address property.
RemoteAddressAccessor.RemoteAddressProperty - Interface in org.refcodes.web
Provides a remote address property.
remove(HeaderField) - Method in interface org.refcodes.web.HeaderFields
Removes the values from the given Header-Field.
removeAcceptCharsets() - Method in interface org.refcodes.web.HeaderFields
Removes the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET. "...
removeAcceptEncodings() - Method in interface org.refcodes.web.HeaderFields
Removes the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
removeAcceptLanguages() - Method in interface org.refcodes.web.HeaderFields
Removes the the Content-Encoding entity-Header-Field HeaderField.ACCEPT_LANGUAGE: "...
removeAcceptTypes() - Method in interface org.refcodes.web.HeaderFields
Removes the Accept request-Header-Field HeaderField.ACCEPT: "...
removeAll(Object) - Method in class org.refcodes.web.HttpBodyTable
removeAll(Object...) - Method in class org.refcodes.web.HttpBodyTable
removeAll(String) - Method in class org.refcodes.web.HttpBodyTable
removeAll(String...) - Method in class org.refcodes.web.HttpBodyTable
removeAll(Collection) - Method in class org.refcodes.web.HttpBodyTable
removeAll(Pattern) - Method in class org.refcodes.web.HttpBodyTable
removeAllowMethods() - Method in interface org.refcodes.web.HeaderFields
Removes the Allow entity-Header-Field HeaderField.ALLOW: "...
removeAuthenticate() - Method in interface org.refcodes.web.HeaderFields
Removes the WWW-Authenticate Response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
removeAuthorization() - Method in interface org.refcodes.web.HeaderFields
Removes the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
removeBasicAuthCredentials() - Method in interface org.refcodes.web.HeaderFields
Removes the BasicAuthCredentials (user name and secret) for HTTP Basic-Authentication.
removeBasicAuthenticate() - Method in interface org.refcodes.web.HeaderFields
Removes the WWW-Authenticate field for Basic-Authentication.
removeBearerAuthCredentials() - Method in interface org.refcodes.web.HeaderFields
Removes the BearerAuthCredentials (token) for HTTP bearer authentication.
removeContentEncoding() - Method in interface org.refcodes.web.HeaderFields
Removes the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
removeContentLength() - Method in interface org.refcodes.web.HeaderFields
Removes he Content-Length request-Header-Field HeaderField.CONTENT_LENGTH : "...
removeContentType() - Method in interface org.refcodes.web.HeaderFields
Removes the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE. : "...
removeDirAt(int) - Method in class org.refcodes.web.HttpBodyTable
removeDirAt(Object[], int) - Method in class org.refcodes.web.HttpBodyTable
removeDirAt(Object, int) - Method in class org.refcodes.web.HttpBodyTable
removeDirAt(String[], int) - Method in class org.refcodes.web.HttpBodyTable
removeDirAt(String, int) - Method in class org.refcodes.web.HttpBodyTable
removeFrom(Object) - Method in class org.refcodes.web.HttpBodyTable
removeFrom(Object...) - Method in class org.refcodes.web.HttpBodyTable
removeFrom(String) - Method in class org.refcodes.web.HttpBodyTable
removeFrom(String...) - Method in class org.refcodes.web.HttpBodyTable
removeHost() - Method in interface org.refcodes.web.HeaderFields
Removes the Host request-Header-Field HeaderField.HOST: "...
removeHttpInterceptor(I) - Method in interface org.refcodes.web.HttpInterceptable
Removes the HttpInterceptor instance.
removeHttpInterceptor(HttpClientInterceptor) - Method in interface org.refcodes.web.HttpClientInterceptable
Removes the HttpClientInterceptor instance.
removeHttpInterceptor(HttpServerInterceptor) - Method in interface org.refcodes.web.HttpServerInterceptable
Removes the HttpServerInterceptor instance.
removeLocation() - Method in class org.refcodes.web.ResponseHeaderFields
Removes the Location Response-Header-Field HeaderField.LOCATION: "...
removePaths(String...) - Method in class org.refcodes.web.HttpBodyTable
removePaths(Collection) - Method in class org.refcodes.web.HttpBodyTable
removePostHttpInterceptor(I) - Method in interface org.refcodes.web.PostHttpInterceptable
Removes the PostHttpInterceptor instance.
removePreHttpInterceptor(I) - Method in interface org.refcodes.web.PreHttpInterceptable
Removes the PreHttpInterceptor instance.
removeRequestId() - Method in interface org.refcodes.web.HeaderFields
Removes the (interprocess) Request-Correlation TID field HeaderField.REQUEST_ID: A Request-Correlation TID is an TID to uniquely identify an entity (request) across multiple systems.
removeSessionId() - Method in interface org.refcodes.web.HeaderFields
Removes the (interprocess) Session-Correlation TID field HeaderField.SESSION_ID: A Session-Correlation TID is an TID to uniquely identify an entity (session) across multiple systems.
removeUserAgent() - Method in interface org.refcodes.web.HeaderFields
Removes he User-Agent request-Header-Field HeaderField.USER_AGENT : "...
REPLIES - Enum constant in enum class org.refcodes.web.LinkRelation
 
REQUEST_ID - Enum constant in enum class org.refcodes.web.HeaderField
 
REQUEST_TIMEOUT - Enum constant in enum class org.refcodes.web.HttpStatusCode
408 Request Timeout (HTTP/1.1 - RFC 2616)
REQUEST_TOO_LONG - Enum constant in enum class org.refcodes.web.HttpStatusCode
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
REQUEST_URI_TOO_LONG - Enum constant in enum class org.refcodes.web.HttpStatusCode
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
RequestCookie - Class in org.refcodes.web
The RequestCookie represents a request cookies: We use URL encoding / decoding for the cookie value (regarding RequestCookie.fromHttpCookie(String) and RequestCookie.toHttpCookie()) to make life easier and not fall into the trap of unescaped values.
RequestCookie() - Constructor for class org.refcodes.web.RequestCookie
Constructs a RequestCookie.
RequestCookie(String) - Constructor for class org.refcodes.web.RequestCookie
Constructs a RequestCookie.
RequestCookie(String, String) - Constructor for class org.refcodes.web.RequestCookie
Constructs a RequestCookie with the given cookie name and value.
REQUESTED_RANGE_NOT_SATISFIABLE - Enum constant in enum class org.refcodes.web.HttpStatusCode
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
RequestedRangeNotSatisfiableException - Exception Class in org.refcodes.web
The Class RequestedRangeNotSatisfiableException.
RequestedRangeNotSatisfiableException(String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(String, String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(String, Throwable) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Throwable) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Throwable, String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Url, String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Url, String, String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Url, Throwable) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestedRangeNotSatisfiableException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.RequestedRangeNotSatisfiableException
RequestHeaderFields - Class in org.refcodes.web
The RequestHeaderFields reflect the structure of a HTTP-Header and may be used to represent a HTTP-Header.
RequestHeaderFields() - Constructor for class org.refcodes.web.RequestHeaderFields
Instantiates a new request Header-Fields impl.
RequestHeaderFields(Map) - Constructor for class org.refcodes.web.RequestHeaderFields
Instantiates the class RequestHeaderFields.
RequestHeaderFieldsAccessor - Interface in org.refcodes.web
Provides an accessor for an request Header-Fields property.
RequestHeaderFieldsAccessor.RequestHeaderFieldsBuilder<B> - Interface in org.refcodes.web
Provides a mutator for an request Header-Fields property.
RequestHeaderFieldsAccessor.RequestHeaderFieldsMutator - Interface in org.refcodes.web
Provides a mutator for an request Header-Fields property.
RequestHeaderFieldsAccessor.RequestHeaderFieldsProperty - Interface in org.refcodes.web
Provides an request Header-Fields property.
RequestTimeoutException - Exception Class in org.refcodes.web
The Class RequestTimeoutException.
RequestTimeoutException(String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(String, String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(String, Throwable) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Throwable) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Throwable, String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Url, String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Url, String, String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Url, Throwable) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTimeoutException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.RequestTimeoutException
Instantiates the class RequestTimeoutException.
RequestTooLongException - Exception Class in org.refcodes.web
The Class RequestTooLongException.
RequestTooLongException(String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(String, String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(String, Throwable) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Throwable) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Throwable, String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Url, String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Url, String, String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Url, Throwable) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestTooLongException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.RequestTooLongException
Instantiates the class RequestTooLongException.
RequestUriTooLongException - Exception Class in org.refcodes.web
The Class RequestUriTooLongException.
RequestUriTooLongException(String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(String, String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(String, Throwable) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Throwable) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Throwable, String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Url, String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Url, String, String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Url, Throwable) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RequestUriTooLongException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.RequestUriTooLongException
Instantiates the class RequestUriTooLongException.
RESET_CONTENT - Enum constant in enum class org.refcodes.web.HttpStatusCode
205 Reset Content (HTTP/1.1 - RFC 2616)
RESET_CONTENT - Enum constant in enum class org.refcodes.web.HttpSuccessCode
205 Reset Content (HTTP/1.1 - RFC 2616)
ResetContentException - Exception Class in org.refcodes.web
The Class ResetContentException.
ResetContentException(String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(String, String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(String, Throwable) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(String, Throwable, String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Throwable) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Throwable, String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Url, String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Url, String, String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Url, Throwable) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResetContentException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.ResetContentException
Instantiates the class ResetContentException.
ResponseCookie - Class in org.refcodes.web
As of "HTTP cookies explained - NCZOnline": "...
ResponseCookie() - Constructor for class org.refcodes.web.ResponseCookie
Instantiates a new response cookie impl.
ResponseCookie(String) - Constructor for class org.refcodes.web.ResponseCookie
Constructs a ResponseCookie from the given HTTP cookie.
ResponseCookie(String, String) - Constructor for class org.refcodes.web.ResponseCookie
Instantiates the class ResponseCookie.
ResponseCookie(String, String, int, String, String, boolean, boolean, String) - Constructor for class org.refcodes.web.ResponseCookie
Instantiates the class ResponseCookie.
ResponseCookie(String, String, Date, String, String, boolean, boolean, String) - Constructor for class org.refcodes.web.ResponseCookie
Instantiates the class ResponseCookie.
ResponseCookie(Cookie) - Constructor for class org.refcodes.web.ResponseCookie
Instantiates the class ResponseCookie.
ResponseHeaderFields - Class in org.refcodes.web
The ResponseHeaderFields reflect the structure of a HTTP header and may be used to represent a HTTP header.
ResponseHeaderFields() - Constructor for class org.refcodes.web.ResponseHeaderFields
 
ResponseHeaderFieldsAccessor - Interface in org.refcodes.web
Provides an accessor for an response Header-Fields property.
ResponseHeaderFieldsAccessor.ResponseHeaderFieldsBuilder<B> - Interface in org.refcodes.web
Provides a mutator for an response Header-Fields property.
ResponseHeaderFieldsAccessor.ResponseHeaderFieldsMutator - Interface in org.refcodes.web
Provides a mutator for an response Header-Fields property.
ResponseHeaderFieldsAccessor.ResponseHeaderFieldsProperty - Interface in org.refcodes.web
Provides an response Header-Fields property.
RESTCONF - Enum constant in enum class org.refcodes.web.LinkRelation
 
retrieveBetween(Object[], Object[]) - Method in class org.refcodes.web.HttpBodyTable
retrieveBetween(Object, Object) - Method in class org.refcodes.web.HttpBodyTable
retrieveBetween(String[], String[]) - Method in class org.refcodes.web.HttpBodyTable
retrieveBetween(String, String) - Method in class org.refcodes.web.HttpBodyTable
retrieveBetween(Collection, Collection) - Method in class org.refcodes.web.HttpBodyTable
retrieveFrom(Object) - Method in class org.refcodes.web.HttpBodyTable
retrieveFrom(Object...) - Method in class org.refcodes.web.HttpBodyTable
retrieveFrom(String) - Method in class org.refcodes.web.HttpBodyTable
retrieveFrom(String...) - Method in class org.refcodes.web.HttpBodyTable
retrieveFrom(Collection) - Method in class org.refcodes.web.HttpBodyTable
retrieveTo(Object) - Method in class org.refcodes.web.HttpBodyTable
retrieveTo(Object...) - Method in class org.refcodes.web.HttpBodyTable
retrieveTo(String) - Method in class org.refcodes.web.HttpBodyTable
retrieveTo(String...) - Method in class org.refcodes.web.HttpBodyTable
retrieveTo(Collection) - Method in class org.refcodes.web.HttpBodyTable
ROOT - Enum constant in enum class org.refcodes.web.LinkRelation
 
ROUND_ROBIN - Enum constant in enum class org.refcodes.web.LoadBalancingStrategy
Succeeding requests are issued to succeeding servers, having used the last on in the list of applicable servers, then the procedure is continued with the first on in the list.
RULEINPUT - Enum constant in enum class org.refcodes.web.LinkRelation
 

S

SAML2_BEARER - Enum constant in enum class org.refcodes.web.GrantType
Use SAML 2.0 Bearer "urn:ietf:params:oauth:grant-type:saml2-bearer" Grant (flow for SAML 2.0 Bearer Grant).
SchemeAccessor - Interface in org.refcodes.web
Provides an accessor for a URL scheme.
SchemeAccessor.SchemeBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a URL scheme returning the builder for applying multiple build operations.
SchemeAccessor.SchemeMutator - Interface in org.refcodes.web
Provides a mutator for a URL scheme.
SchemeAccessor.SchemeProperty - Interface in org.refcodes.web
Provides a URL scheme.
SCOPE - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: OAuth scopes let you specify exactly how your application needs to access a user's resource.
SCOPE - Enum constant in enum class org.refcodes.web.OauthField
OAuth scopes let you specify exactly how your application needs to access a user's resource.
SEARCH - Enum constant in enum class org.refcodes.web.LinkRelation
 
SECTION - Enum constant in enum class org.refcodes.web.LinkRelation
 
SECURE - Enum constant in enum class org.refcodes.web.CookieAttribute
 
SEE_OTHER - Enum constant in enum class org.refcodes.web.HttpStatusCode
303 See Other (HTTP/1.1 - RFC 2616)
SeeOtherException - Exception Class in org.refcodes.web
The Class SeeOtherException.
SeeOtherException(String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(String, String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(String, Throwable) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(String, Throwable, String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Throwable) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Throwable, String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Url, String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Url, String, String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Url, Throwable) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SeeOtherException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.SeeOtherException
Instantiates the class SeeOtherException.
SELF - Enum constant in enum class org.refcodes.web.LinkRelation
 
SERVICE - Enum constant in enum class org.refcodes.web.LinkRelation
 
SERVICE_DESC - Enum constant in enum class org.refcodes.web.LinkRelation
 
SERVICE_DOC - Enum constant in enum class org.refcodes.web.LinkRelation
 
SERVICE_META - Enum constant in enum class org.refcodes.web.LinkRelation
 
SERVICE_UNAVAILABLE - Enum constant in enum class org.refcodes.web.HttpStatusCode
503 Service Unavailable (HTTP/1.0 - RFC 1945)
ServiceUnavailableException - Exception Class in org.refcodes.web
The Class ServiceUnavailableException.
ServiceUnavailableException(String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(String, String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(String, Throwable) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(String, Throwable, String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Throwable) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Throwable, String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Url, String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Url, String, String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Url, Throwable) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
ServiceUnavailableException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.ServiceUnavailableException
Instantiates the class ServiceUnavailableException.
SESSION_ID - Enum constant in enum class org.refcodes.web.HeaderField
 
SESSION_STATE - Enum constant in enum class org.refcodes.web.HeaderField
Probably legacy, encountered upon using KeyCloak with OAuth.
SESSION_STATE - Enum constant in enum class org.refcodes.web.OauthField
Probably legacy, encountered upon using KeyCloak.
SET_COOKIE - Enum constant in enum class org.refcodes.web.HeaderField
The Set-Cookie HTTP Response-Header is used to send cookies from the server to the user agent.
setAuthType(String) - Method in interface org.refcodes.web.AuthTypeAccessor.AuthTypeMutator
Sets the AuthType from the bearer and token for the Authorization-Type property.
setAuthType(AuthType) - Method in interface org.refcodes.web.AuthTypeAccessor.AuthTypeMutator
Sets the AuthType for the Authorization-Type property.
setBaseLocator(String) - Method in interface org.refcodes.web.BaseLocatorAccessor.BaseLocatorMutator
Sets the base locator for the base locator property.
setBaseUrl(String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given String.
setBaseUrl(String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(String, String, int) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(String, String, int, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(String, String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(URL) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Sets the base URL (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
setBaseUrl(Scheme, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(Scheme, String, int) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(Scheme, String, int, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(Scheme, String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Same as BaseUrlAccessor.BaseUrlMutator.setBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
setBaseUrl(Url) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlMutator
Sets the base Url (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
setBasicAuthCredentials(String, String) - Method in interface org.refcodes.web.BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
Sets the BasicAuthCredentials from the user name and the secret for the Basic-Authentication credentials property.
setBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.web.BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
Sets the BasicAuthCredentials for the Basic-Authentication credentials property.
setBearerAuthCredentials(String) - Method in interface org.refcodes.web.BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
Sets the BearerAuthCredentials from the token for the bearer auth credentials property.
setBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.web.BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
Sets the BearerAuthCredentials for the bearer auth credentials property.
setContentType(ContentType) - Method in interface org.refcodes.web.ContentTypeAccessor.ContentTypeMutator
Sets the Content-Type for the Content-Type property.
setDomain(String) - Method in class org.refcodes.web.ResponseCookie
setExpiresAfter(TimeUnit, long) - Method in class org.refcodes.web.ResponseCookie
Sets the expires date to the current time plus the provided time.
setExpiresDate(Date) - Method in class org.refcodes.web.ResponseCookie
Sets the expiration date of this cookie.
setFormFields(FormFields) - Method in interface org.refcodes.web.FormFieldsAccessor.FormFieldsMutator
Sets the request Form-Fields for the request Form-Fields property.
setFragment(String) - Method in interface org.refcodes.web.FragmentAccessor.FragmentMutator
Sets the fragment for the fragment property.
setFragment(String) - Method in class org.refcodes.web.UrlBuilder
Sets the fragment for the fragment property.
setHeaderField(HeaderField) - Method in interface org.refcodes.web.HeaderFieldAccessor.HeaderFieldMutator
Sets the HeaderField for the HeaderField property.
setHeaderFields(T) - Method in interface org.refcodes.web.HeaderFieldsAccessor.HeaderFieldsMutator
Sets the Header-Fields for the Header-Fields property.
setHost(String) - Method in interface org.refcodes.web.HostAccessor.HostMutator
Sets the host for the host property.
setHost(String) - Method in class org.refcodes.web.Url
 
setHost(String) - Method in class org.refcodes.web.UrlBuilder
Sets the host for the host property.
setHttpBody(String) - Method in interface org.refcodes.web.HttpBodyAccessor.HttpBodyMutator
Sets the HTTP body for the HTTP body property.
setHttpInputStream(InputStream) - Method in interface org.refcodes.web.HttpInputStreamAccessor.HttpInputStreamMutator
Sets the InputStream for the HTTP InputStream property.
setHttpMediaType(String) - Method in interface org.refcodes.web.HttpMediaTypeAccessor.HttpMediaTypeMutator
Sets the HTTP Media-Type for the HTTP Media-Type property.
setHttpMethod(HttpMethod) - Method in interface org.refcodes.web.HttpMethodAccessor.HttpMethodMutator
Sets the HTTP-Method for the HTTP-Method property.
setHttpOnly(boolean) - Method in class org.refcodes.web.ResponseCookie
Sets whether it be an HTTP only cookie.
setHttpStatusCode(HttpStatusCode) - Method in class org.refcodes.web.HttpServerResponse
Sets the HTTP Status-Code for the HTTP Status-Code property.
setHttpStatusCode(HttpStatusCode) - Method in interface org.refcodes.web.HttpStatusCodeAccessor.HttpStatusCodeMutator
Sets the HTTP Status-Code for the HTTP Status-Code property.
setHttpSuccessCode(HttpSuccessCode) - Method in interface org.refcodes.web.HttpSuccessCodeAccessor.HttpSuccessCodeMutator
Sets the HTTP success code for the HTTP success code property.
setIdentity(String) - Method in class org.refcodes.web.BasicAuthCredentialsBuilder
 
setIdentity(String) - Method in class org.refcodes.web.UrlBuilder
setIpAddress(int[]) - Method in class org.refcodes.web.Url
 
setIpAddress(int[]) - Method in class org.refcodes.web.UrlBuilder
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.web.LoadBalancingStrategyAccessor.LoadBalancingStrategyMutator
Sets the load balancing strategy for the load balancing strategy property.
setLocalAddress(InetSocketAddress) - Method in interface org.refcodes.web.LocalAddressAccessor.LocalAddressMutator
Sets the local address for the local address property.
setMaxAge(int) - Method in class org.refcodes.web.ResponseCookie
Sets the Max-Age (seconds) of this cookie.
setMediaType(MimeType) - Method in interface org.refcodes.web.MediaTypeAccessor.MediaTypeMutator
Sets the Media-Type for the Media-Type property.
setMediaTypes(MimeType[]) - Method in interface org.refcodes.web.MediaTypesAccessor.MediaTypesMutator
Sets the Media-Types for the Media-Types property.
setOauthToken(OauthToken) - Method in interface org.refcodes.web.OauthTokenAccessor.OauthTokenMutator
Sets the OAuth token for the OAuth token property.
setPath(String) - Method in class org.refcodes.web.ResponseCookie
setPath(String) - Method in class org.refcodes.web.Url
 
setPath(String) - Method in class org.refcodes.web.UrlBuilder
setPort(int) - Method in class org.refcodes.web.Url
 
setPort(int) - Method in class org.refcodes.web.UrlBuilder
setProtocol(String) - Method in interface org.refcodes.web.SchemeAccessor.SchemeMutator
Sets the protocol String representation for the scheme property.
setProtocol(String) - Method in class org.refcodes.web.Url
 
setProtocol(String) - Method in class org.refcodes.web.UrlBuilder
Sets the protocol String representation for the scheme property.
setQueryFields(FormFields) - Method in interface org.refcodes.web.QueryFieldsAccessor.QueryFieldsMutator
Sets the request Query-Fields for the request Query-Fields property.
setQueryFields(FormFields) - Method in class org.refcodes.web.UrlBuilder
Sets the request Query-Fields for the request Query-Fields property.
setRealm(String) - Method in interface org.refcodes.web.RealmAccessor.RealmMutator
Sets the realm for the realm property.
setRedirectDepth(int) - Method in class org.refcodes.web.HttpClientRequest
Sets the redirect depth for the redirect depth property.
setRedirectDepth(int) - Method in interface org.refcodes.web.RedirectDepthAccessor.RedirectDepthMutator
Sets the redirect depth for the redirect depth property.
setRemoteAddress(InetSocketAddress) - Method in interface org.refcodes.web.RemoteAddressAccessor.RemoteAddressMutator
Sets the remote address for the remote address property.
setRequest(REQ) - Method in class org.refcodes.web.HttpClientRequest
Sets the request for the request property.
setRequestHeaderFields(RequestHeaderFields) - Method in interface org.refcodes.web.RequestHeaderFieldsAccessor.RequestHeaderFieldsMutator
Sets the request Header-Fields for the request Header-Fields property.
setResponse(RES) - Method in class org.refcodes.web.HttpServerResponse
Sets the response for the response property.
setResponseHeaderFields(ResponseHeaderFields) - Method in interface org.refcodes.web.ResponseHeaderFieldsAccessor.ResponseHeaderFieldsMutator
Sets the response Header-Fields for the response Header-Fields property.
setScheme(Scheme) - Method in interface org.refcodes.web.SchemeAccessor.SchemeMutator
Sets the UrlScheme for the URL scheme.
setScheme(Scheme) - Method in class org.refcodes.web.Url
 
setScheme(Scheme) - Method in class org.refcodes.web.UrlBuilder
Sets the UrlScheme for the URL scheme.
setSecret(String) - Method in class org.refcodes.web.BasicAuthCredentialsBuilder
 
setSecret(String) - Method in class org.refcodes.web.UrlBuilder
setSecure(boolean) - Method in class org.refcodes.web.ResponseCookie
Sets whether it be a secure HTTP cookie.
setTopLevelType(TopLevelType) - Method in interface org.refcodes.web.TopLevelTypeAccessor.TopLevelTypeMutator
Sets the Media-Top-Level-Type for the Media-Top-Level-Type property.
setUrl(Url) - Method in interface org.refcodes.web.UrlAccessor.UrlMutator
Sets the Url for the Url property.
setUserAgent(String) - Method in interface org.refcodes.web.UserAgentAccessor.UserAgentMutator
Sets the user agent for the user agent property.
setVersion(String) - Method in class org.refcodes.web.ResponseCookie
Sets the version of this cookie.
setVirtualHost(String) - Method in interface org.refcodes.web.VirtualHostAccessor.VirtualHostMutator
Sets the virtual host for the virtual host property.
SIP_TRUNKING_CAPABILITY - Enum constant in enum class org.refcodes.web.LinkRelation
 
SOCKS - Enum constant in enum class org.refcodes.web.Proxy
 
SOCKS4 - Enum constant in enum class org.refcodes.web.Proxy
 
SOCKS5 - Enum constant in enum class org.refcodes.web.Proxy
 
SPONSORED - Enum constant in enum class org.refcodes.web.LinkRelation
 
SSL - Enum constant in enum class org.refcodes.web.TransportLayerProtocol
Not considered secure enough any more.
START - Enum constant in enum class org.refcodes.web.LinkRelation
 
STATUS - Enum constant in enum class org.refcodes.web.LinkRelation
 
STATUS_ALIAS_PATH - Static variable in class org.refcodes.web.HttpBodyTable
 
STATUS_CODE_PATH - Static variable in class org.refcodes.web.HttpBodyTable
 
STATUS_EXCEPTION_PATH - Static variable in class org.refcodes.web.HttpBodyTable
 
STATUS_MESSAGE_PATH - Static variable in class org.refcodes.web.HttpBodyTable
 
STATUS_TIMESTAMP_PATH - Static variable in class org.refcodes.web.HttpBodyTable
 
STYLESHEET - Enum constant in enum class org.refcodes.web.LinkRelation
 
SUBSECTION - Enum constant in enum class org.refcodes.web.LinkRelation
 
SUCCESSOR_VERSION - Enum constant in enum class org.refcodes.web.LinkRelation
 
SUNSET - Enum constant in enum class org.refcodes.web.LinkRelation
 
SWITCHING_PROTOCOLS - Enum constant in enum class org.refcodes.web.HttpStatusCode
101 Switching Protocols (HTTP/1.1 - RFC 2616)

T

TAG - Enum constant in enum class org.refcodes.web.LinkRelation
 
TEMPORARY_REDIRECT - Enum constant in enum class org.refcodes.web.HttpStatusCode
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
TemporaryRedirectException - Exception Class in org.refcodes.web
The Class TemporaryRedirectException.
TemporaryRedirectException(String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(String, String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(String, Throwable) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(String, Throwable, String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Throwable) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Throwable, String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Url, String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Url, String, String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Url, Throwable) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TemporaryRedirectException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.TemporaryRedirectException
Instantiates the class TemporaryRedirectException.
TERMS_OF_SERVICE - Enum constant in enum class org.refcodes.web.LinkRelation
 
TEXT - Enum constant in enum class org.refcodes.web.TopLevelType
 
TEXT_1D_INTERLEAVED_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CACHE_MANIFEST - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CALENDAR - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CQL - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CQL_EXPRESSION - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CQL_IDENTIFIER - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CSS - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CSV - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_CSV_SCHEMA - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_DIRECTORY - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_DNS - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_ECMASCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_ENCAPRTP - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_ENRICHED - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_FHIRPATH - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_FLEXFEC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_FWDRED - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_GFF3 - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_GRAMMAR_REF_LIST - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_HL7V2 - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_HTML - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_JAVASCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_JCR_CND - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_MARKDOWN - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_MIZAR - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_N3 - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_ORG - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PARAMETERS - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PLAIN - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PROVENANCE_NOTATION - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PRS_FALLENSTEIN_RST - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PRS_LINES_TAG - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PRS_PROP_LOGIC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_PRS_TEXI - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RAPTORFEC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RED - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RFC822_HEADERS - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RICHTEXT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RTF - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RTP_ENC_AESCM128 - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RTPLOOPBACK - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_RTX - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_SGML - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_SHACLC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_SHEX - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_SPDX - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_STRINGS - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_T140 - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_TAB_SEPARATED_VALUES - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_TROFF - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_TURTLE - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_ULPFEC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_URI_LIST - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VCARD - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_A - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_ABC - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_ASCII_ART - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_CURL - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_DEBIAN_COPYRIGHT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_DMCLIENTSCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_DVB_SUBTITLE - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_ESMERTEC_THEME_DESCRIPTOR - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_EXCHANGEABLE - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_FAMILYSEARCH_GEDCOM - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_FICLAB_FLT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_FLY - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_FMI_FLEXSTOR - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_GML - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_GRAPHVIZ - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_HANS - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_HGL - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_IN3D_3DML - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_IN3D_SPOT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_IPTC_NEWSML - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_IPTC_NITF - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_LATEX_Z - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_MOTOROLA_REFLEX - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_MS_MEDIAPACKAGE - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_NET2PHONE_COMMCENTER_COMMAND - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_RADISYS_MSML_BASIC_LAYOUT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_SENX_WARPSCRIPT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_SI_URICATALOGUE - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_SOSI - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_SUN_J2ME_APP_DESCRIPTOR - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_TROLLTECH_LINGUIST - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_TYPST - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_VCF - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VND_ZOO_KCL - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_VTT - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_WGSL - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_XML - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_XML_EXTERNAL_PARSED_ENTITY - Enum constant in enum class org.refcodes.web.MediaType
 
TEXT_YAML - Enum constant in enum class org.refcodes.web.MediaType
 
TextMediaTypeFactory - Class in org.refcodes.web
Implements the MediaTypeFactory for Media-Type "text/plain" ( MediaType.TEXT_PLAIN).
TextMediaTypeFactory() - Constructor for class org.refcodes.web.TextMediaTypeFactory
 
TIMEGATE - Enum constant in enum class org.refcodes.web.LinkRelation
 
TIMEMAP - Enum constant in enum class org.refcodes.web.LinkRelation
 
TLS - Enum constant in enum class org.refcodes.web.TransportLayerProtocol
Currently considered secure enough.
toAcceptPrecedence(String[]) - Static method in interface org.refcodes.web.MimeType
Parses HTTP Accept header values and returns raw MimeType instances ordered by HTTP Accept precedence.
toAcceptPrecedence(List) - Static method in interface org.refcodes.web.MimeType
Parses HTTP Accept header values and returns raw MimeType instances ordered by HTTP Accept precedence.
toBasicAuthRealm() - Method in interface org.refcodes.web.HeaderFields
Extracts the real (if any) from the HeaderField.WWW_AUTHENTICATE Header-Field (HeaderFields.getAuthenticate()).
toBodyFormFields() - Method in class org.refcodes.web.FormFields
Produces an HTTP Form-Fields body String form the herein contain HTTP query fields.
toContentLength() - Method in class org.refcodes.web.FormFields
Calculates the length (number of characters) of the FormFields when used for a HTTP-Body as of FormFields.toBodyFormFields().
toContentType() - Method in interface org.refcodes.web.ContentTypeAccessor.ContentTypeProvider
Returns the ContentType instance from the implementing instance.
toContentType() - Method in enum class org.refcodes.web.MediaType
Returns a ContentType instance from the available data.
toContentType() - Method in interface org.refcodes.web.MimeType
Returns a ContentType instance from the available data.
toElementName(Class) - Method in class org.refcodes.web.JsonMediaTypeFactory
Creates an element name for the class.
toField(Enum) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.toField(String) though using the provided enumeration's Enum.toString() method to determine the key.
toField(String) - Method in interface org.refcodes.web.HttpFields
This method returns a single String (instead of returning a List of String instances when calling Map.get(Object)) where the elements of the filed are separated by the Delimiter.HTTP_HEADER_ELEMENTS and concatenated as a single String.
toHeaderField(Object) - Method in class org.refcodes.web.AbstractHeaderFields
Normalizes the case of the provided Header-Field to conform to the HeaderField.getName() format if possible.
toHeaderField(String) - Static method in enum class org.refcodes.web.HeaderField
Retrieves the HeaderField which corresponds to the given HTTP Header-Field name.
toHeaderFields(Map) - Method in interface org.refcodes.web.HeaderFields
Copies the Header-Fields into the provided Map.
toHeaderFields(Map, HeaderFields) - Static method in class org.refcodes.web.AbstractHeaderFields
Copies the provided "from" fields into the provided "to" fields.
toHost() - Method in class org.refcodes.web.Url
Returns the "host" depending on whether an IP-Address has been provided or a host name.
toHttpAuthorization() - Method in interface org.refcodes.web.AuthTypeCredentials
Creates a HeaderField.AUTHORIZATION HTTP Header-Field value from the AuthTypeCredentials instance.
toHttpAuthorization() - Method in class org.refcodes.web.BasicAuthCredentials
Creates a HeaderField.AUTHORIZATION HTTP Header-Field value from the AuthTypeCredentials instance.
toHttpAuthorization() - Method in class org.refcodes.web.BearerAuthCredentials
Creates a HeaderField.AUTHORIZATION HTTP Header-Field value from the AuthTypeCredentials instance.
toHttpBody() - Method in interface org.refcodes.web.HttpBodyAccessor.HttpBodyProvider
Converts an object representing the HTTP body to a String instance.
toHttpBody() - Method in class org.refcodes.web.HttpClientRequest
Automatically sets the ContentType to the RequestHeaderFields retrieved from AbstractHttpRequest.getHeaderFields().
toHttpBody() - Method in class org.refcodes.web.HttpServerResponse
Converts an object representing the HTTP body to a String instance.
toHttpCookie() - Method in interface org.refcodes.web.Cookie
Returns the cookie to be assigned to a cookie Header-Field.
toHttpCookie() - Method in class org.refcodes.web.RequestCookie
Returns the cookie to be assigned to a cookie Header-Field.
toHttpCookie() - Method in class org.refcodes.web.ResponseCookie
Returns the cookie to be assigned to a cookie Header-Field.
toHttpCookies() - Method in interface org.refcodes.web.HeaderFields
Creates a HTTP Header-Field value from the herein stored Cookie instances.
toHttpHeaderField(String) - Static method in enum class org.refcodes.web.HeaderField
Normalizes the input HTTP Header-Field to match the case of the Header-Fields as defined in this HeaderField enumeration.
toHttpInputStream() - Method in interface org.refcodes.web.HttpInputStreamAccessor.HttpInputStreamProvider
Returns the InputStream instance representing the HTTP body from the implementing instance.
toHttpMediaType() - Method in class org.refcodes.web.ContentType
Returns the HTTP representation including optional parameters.
toHttpMediaType() - Method in interface org.refcodes.web.HttpMediaType
Returns the HTTP media type: It consists of the Media-Top-Level-Type and the Media-Subtype as well as some (optional) suffixed parameters all being concatenated in an HTTP valid manner, such as: "application/json;charset=UTF-8".
toHttpMediaType() - Method in interface org.refcodes.web.HttpMediaTypeAccessor.HttpMediaTypeProvider
A provider interface provides a "toSomething(?)"
toHttpMediaType() - Method in enum class org.refcodes.web.MediaType
Returns the Media-Type / MIME-Type as expected by the HTTP protocol.
toHttpMediaType() - Method in interface org.refcodes.web.MimeType
Returns the Media-Type / MIME-Type as expected by the HTTP protocol.
toHttpStatusCode(int) - Static method in enum class org.refcodes.web.HttpStatusCode
Determines the HTTP success code from the given value by evaluating the HttpStatusCode.getStatusCode() property.
toHttpStatusCode(StatusCodeAccessor) - Static method in enum class org.refcodes.web.HttpStatusCode
Determines the HTTP success code from the given HTTP Status-Code property by evaluating the HttpStatusCode.getStatusCode() property.
toHttpStatusException(String) - Method in enum class org.refcodes.web.HttpStatusCode
If the status is an erroneous status as of HttpStatusCode.isErrorStatus() , then this method creates the according HttpStatusException exception.
toHttpSuccessCode(int) - Static method in enum class org.refcodes.web.HttpSuccessCode
Determines the HTTP success code from the given value by evaluating the HttpSuccessCode.getStatusCode() property.
toHttpSuccessCode(StatusCodeAccessor) - Static method in enum class org.refcodes.web.HttpSuccessCode
Determines the HTTP success code from the given HTTP Status-Code property by evaluating the HttpSuccessCode.getStatusCode() property.
toHttpUrl() - Method in class org.refcodes.web.Url
Creates the complete "HTTP" URL String from the Url instance's state.
TOKEN_EXCHANGE - Enum constant in enum class org.refcodes.web.GrantType
Use Token Exchange (flow for OAuth 2.0 Token Exchange "urn:ietf:params:oauth:grant-type:token-exchange" Grant).
TOKEN_TYPE - Enum constant in enum class org.refcodes.web.HeaderField
Token type, see also TokenType.
TOKEN_TYPE - Enum constant in enum class org.refcodes.web.OauthField
Token type, see also TokenType. "...
TokenCredentials - Interface in org.refcodes.web
The Interface TokenCredentials.
TokenType - Enum Class in org.refcodes.web
The Enum TokenType.
toLocator() - Method in class org.refcodes.web.Url
Creates the locator part from the Url instance's state, excluding the fragment or the query fields.
toMarshaled(Object, DocumentOptions) - Method in class org.refcodes.web.FormMediaTypeFactory
This method expects an instance of (sub-)type Map of generic type String (key) and List containing String instances (value) as argument.
toMarshaled(Object, DocumentOptions) - Method in class org.refcodes.web.JsonMediaTypeFactory
toMarshaled(Object, DocumentOptions) - Method in class org.refcodes.web.TextMediaTypeFactory
toMarshaled(Object, DocumentOptions) - Method in class org.refcodes.web.YamlMediaTypeFactory
toMarshaled(SRC, DocumentOptions) - Method in class org.refcodes.web.HtmlMediaTypeFactory
toMarshaled(UN, DocumentOptions) - Method in class org.refcodes.web.XmlMediaTypeFactory
toMediaType() - Method in class org.refcodes.web.ContentType
Creates a MimeType from this ContentType stripping off any parameters.
toMediaType(MimeType) - Static method in enum class org.refcodes.web.MediaType
Retrieves the MediaType enumeration element representing the provided MimeType.
toMediaTypeFactory(MimeType) - Method in interface org.refcodes.web.MediaTypeFactoryLookup
Retrieves the MediaTypeFactory related to the given MimeType or null if there is none such MediaTypeFactory.
toMediaTypePrecedence(List) - Static method in interface org.refcodes.web.MimeType
Converts the given ContentType instances to raw MimeType instances ordered by HTTP Accept precedence.
toMediaTypePrecedence(ContentType[]) - Static method in interface org.refcodes.web.MimeType
Converts the given ContentType instances to raw MimeType instances ordered by HTTP Accept precedence.
toPlainJson(String) - Method in class org.refcodes.web.JsonMediaTypeFactory
Removes any prefixed variable declaration.
TopLevelType - Enum Class in org.refcodes.web
The TopLevelType is the top-level part of a HTTP Media-Type.
TopLevelTypeAccessor - Interface in org.refcodes.web
Provides an accessor for a Media-Top-Level-Type property.
TopLevelTypeAccessor.TopLevelTypeBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a Media-Top-Level-Type property returning the builder for applying multiple build operations.
TopLevelTypeAccessor.TopLevelTypeMutator - Interface in org.refcodes.web
Provides a mutator for a Media-Top-Level-Type property.
TopLevelTypeAccessor.TopLevelTypeProperty - Interface in org.refcodes.web
Provides a Media-Top-Level-Type property.
toProtocol() - Method in interface org.refcodes.web.SchemeAccessor
Retrieves the protocol representation from the Scheme.
toProtocol() - Method in class org.refcodes.web.Url
Retrieves the protocol representation from the Scheme.
toProxySettings(EnvironmentVariable, SystemProperty, SystemProperty, Scheme) - Static method in enum class org.refcodes.web.Proxy
To proxy settings.
toScheme(String) - Static method in enum class org.refcodes.web.TransportLayerProtocol
Determines the HTTP Scheme from the provided protocol.
toString() - Method in class org.refcodes.web.BasicAuthCredentials
toString() - Method in class org.refcodes.web.BearerAuthCredentials
toString() - Method in class org.refcodes.web.ContentType
Returns the canonical string representation.
toString() - Method in class org.refcodes.web.HttpClientRequest
toString() - Method in class org.refcodes.web.HttpClientResponse
toString() - Method in class org.refcodes.web.HttpServerRequest
toString() - Method in class org.refcodes.web.HttpServerResponse
toString() - Method in enum class org.refcodes.web.LinkRelation
Returns the name (as of LinkRelation.getName()) for this link relation.
toString() - Method in enum class org.refcodes.web.MediaType
toString() - Method in class org.refcodes.web.OauthToken
 
toString() - Method in class org.refcodes.web.RequestCookie
toString() - Method in class org.refcodes.web.ResponseCookie
toString() - Method in class org.refcodes.web.Url
 
toString() - Method in class org.refcodes.web.UrlBuilder
 
toTruncatePath(String) - Static method in class org.refcodes.web.Url
Removes any leading and trailing path delimiters (as of Delimiter.PATH).
toTruncatePathPrefix(String) - Static method in class org.refcodes.web.Url
Removes any leading path delimiters (as of Delimiter.PATH).
toTruncatePathSuffix(String) - Static method in class org.refcodes.web.Url
Removes any trailing path delimiters (as of Delimiter.PATH).
toUnboxed(String) - Method in class org.refcodes.web.JsonMediaTypeFactory
Unboxes any enveloped JSON.
toUnmarshaled(String, Class, DocumentOptions) - Method in class org.refcodes.web.FormMediaTypeFactory
toUnmarshaled(String, Class, DocumentOptions) - Method in class org.refcodes.web.HtmlMediaTypeFactory
toUnmarshaled(String, Class, DocumentOptions) - Method in class org.refcodes.web.JsonMediaTypeFactory
toUnmarshaled(String, Class, DocumentOptions) - Method in class org.refcodes.web.TextMediaTypeFactory
Unmarshals the body to the required type.
toUnmarshaled(String, Class, DocumentOptions) - Method in class org.refcodes.web.XmlMediaTypeFactory
toUnmarshaled(String, Class, DocumentOptions) - Method in class org.refcodes.web.YamlMediaTypeFactory
toUrl() - Method in class org.refcodes.web.UrlSugar
Creates an empty UrlBuilder, make sure to set required attributes for a valid URL.
toUrl(String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder from the provided URL String.
toUrl(String, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(String, String, int) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(String, String, int, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(String, String, int, String, FormFields) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(String, String, int, String, FormFields, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(String, String, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(String, String, String, FormFields) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(String, String, String, FormFields, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(URL) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder from the provided URL instance.
toUrl(Scheme, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(Scheme, String, int) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(Scheme, String, int, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(Scheme, String, int, String, FormFields) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(Scheme, String, int, String, FormFields, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(Scheme, String, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(Scheme, String, String, FormFields) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toUrl(Scheme, String, String, FormFields, String) - Method in class org.refcodes.web.UrlSugar
Constructs an UrlBuilder with the common attributes.
toURL() - Method in class org.refcodes.web.Url
Constructs an URL instance from your Url's state.
toUrlQueryString() - Method in class org.refcodes.web.FormFields
Produces an HTTP Query-String form the herein contain HTTP query fields.
toVariableDeclaration(Class) - Method in class org.refcodes.web.JsonMediaTypeFactory
Returns the JSON specific assignment declaration for the given class.
toVerbose() - Method in enum class org.refcodes.web.HttpStatusCode
Returns the verbose text for the according HTTP-Status-Code.
TRACE - Enum constant in enum class org.refcodes.web.HttpMethod
 
TransportLayerProtocol - Enum Class in org.refcodes.web
Transport Layer Security Protocols (TLS-Protocols) known by the herein contained libraries.
TYPE - Enum constant in enum class org.refcodes.web.LinkRelation
 
TYPE_ANNOTATION - Static variable in interface org.refcodes.web.MediaTypeFactory
 

U

UGC - Enum constant in enum class org.refcodes.web.LinkRelation
 
UMA_TICKET - Enum constant in enum class org.refcodes.web.GrantType
Use UMA "urn:ietf:params:oauth:grant-type:uma-ticket" Grant (flow for UMA Grant).
UNASSIGNED_CLIENT_ERROR_421 - Enum constant in enum class org.refcodes.web.HttpStatusCode
421 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_425 - Enum constant in enum class org.refcodes.web.HttpStatusCode
425 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_426 - Enum constant in enum class org.refcodes.web.HttpStatusCode
426 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_427 - Enum constant in enum class org.refcodes.web.HttpStatusCode
427 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_428 - Enum constant in enum class org.refcodes.web.HttpStatusCode
428 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_429 - Enum constant in enum class org.refcodes.web.HttpStatusCode
429 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_430 - Enum constant in enum class org.refcodes.web.HttpStatusCode
430 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_431 - Enum constant in enum class org.refcodes.web.HttpStatusCode
431 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_432 - Enum constant in enum class org.refcodes.web.HttpStatusCode
432 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_433 - Enum constant in enum class org.refcodes.web.HttpStatusCode
433 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_434 - Enum constant in enum class org.refcodes.web.HttpStatusCode
434 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_435 - Enum constant in enum class org.refcodes.web.HttpStatusCode
435 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_436 - Enum constant in enum class org.refcodes.web.HttpStatusCode
436 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_437 - Enum constant in enum class org.refcodes.web.HttpStatusCode
437 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_438 - Enum constant in enum class org.refcodes.web.HttpStatusCode
438 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_439 - Enum constant in enum class org.refcodes.web.HttpStatusCode
439 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_440 - Enum constant in enum class org.refcodes.web.HttpStatusCode
440 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_441 - Enum constant in enum class org.refcodes.web.HttpStatusCode
441 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_442 - Enum constant in enum class org.refcodes.web.HttpStatusCode
442 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_443 - Enum constant in enum class org.refcodes.web.HttpStatusCode
443 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_444 - Enum constant in enum class org.refcodes.web.HttpStatusCode
444 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_445 - Enum constant in enum class org.refcodes.web.HttpStatusCode
445 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_446 - Enum constant in enum class org.refcodes.web.HttpStatusCode
446 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_447 - Enum constant in enum class org.refcodes.web.HttpStatusCode
447 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_448 - Enum constant in enum class org.refcodes.web.HttpStatusCode
448 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_449 - Enum constant in enum class org.refcodes.web.HttpStatusCode
449 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_450 - Enum constant in enum class org.refcodes.web.HttpStatusCode
450 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_452 - Enum constant in enum class org.refcodes.web.HttpStatusCode
452 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_453 - Enum constant in enum class org.refcodes.web.HttpStatusCode
453 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_454 - Enum constant in enum class org.refcodes.web.HttpStatusCode
454 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_455 - Enum constant in enum class org.refcodes.web.HttpStatusCode
455 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_456 - Enum constant in enum class org.refcodes.web.HttpStatusCode
456 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_457 - Enum constant in enum class org.refcodes.web.HttpStatusCode
457 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_458 - Enum constant in enum class org.refcodes.web.HttpStatusCode
458 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_459 - Enum constant in enum class org.refcodes.web.HttpStatusCode
459 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_460 - Enum constant in enum class org.refcodes.web.HttpStatusCode
460 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_461 - Enum constant in enum class org.refcodes.web.HttpStatusCode
461 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_462 - Enum constant in enum class org.refcodes.web.HttpStatusCode
462 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_463 - Enum constant in enum class org.refcodes.web.HttpStatusCode
463 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_464 - Enum constant in enum class org.refcodes.web.HttpStatusCode
464 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_465 - Enum constant in enum class org.refcodes.web.HttpStatusCode
465 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_466 - Enum constant in enum class org.refcodes.web.HttpStatusCode
466 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_467 - Enum constant in enum class org.refcodes.web.HttpStatusCode
467 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_468 - Enum constant in enum class org.refcodes.web.HttpStatusCode
468 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_469 - Enum constant in enum class org.refcodes.web.HttpStatusCode
469 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_470 - Enum constant in enum class org.refcodes.web.HttpStatusCode
470 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_471 - Enum constant in enum class org.refcodes.web.HttpStatusCode
471 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_472 - Enum constant in enum class org.refcodes.web.HttpStatusCode
472 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_473 - Enum constant in enum class org.refcodes.web.HttpStatusCode
473 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_474 - Enum constant in enum class org.refcodes.web.HttpStatusCode
474 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_475 - Enum constant in enum class org.refcodes.web.HttpStatusCode
475 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_476 - Enum constant in enum class org.refcodes.web.HttpStatusCode
476 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_477 - Enum constant in enum class org.refcodes.web.HttpStatusCode
477 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_478 - Enum constant in enum class org.refcodes.web.HttpStatusCode
478 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_479 - Enum constant in enum class org.refcodes.web.HttpStatusCode
479 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_480 - Enum constant in enum class org.refcodes.web.HttpStatusCode
480 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_481 - Enum constant in enum class org.refcodes.web.HttpStatusCode
481 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_482 - Enum constant in enum class org.refcodes.web.HttpStatusCode
482 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_483 - Enum constant in enum class org.refcodes.web.HttpStatusCode
483 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_484 - Enum constant in enum class org.refcodes.web.HttpStatusCode
484 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_485 - Enum constant in enum class org.refcodes.web.HttpStatusCode
485 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_486 - Enum constant in enum class org.refcodes.web.HttpStatusCode
486 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_487 - Enum constant in enum class org.refcodes.web.HttpStatusCode
487 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_488 - Enum constant in enum class org.refcodes.web.HttpStatusCode
488 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_489 - Enum constant in enum class org.refcodes.web.HttpStatusCode
489 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_490 - Enum constant in enum class org.refcodes.web.HttpStatusCode
490 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_491 - Enum constant in enum class org.refcodes.web.HttpStatusCode
491 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_492 - Enum constant in enum class org.refcodes.web.HttpStatusCode
492 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_493 - Enum constant in enum class org.refcodes.web.HttpStatusCode
493 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_494 - Enum constant in enum class org.refcodes.web.HttpStatusCode
494 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_495 - Enum constant in enum class org.refcodes.web.HttpStatusCode
495 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_496 - Enum constant in enum class org.refcodes.web.HttpStatusCode
496 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_497 - Enum constant in enum class org.refcodes.web.HttpStatusCode
497 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_498 - Enum constant in enum class org.refcodes.web.HttpStatusCode
498 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_CLIENT_ERROR_499 - Enum constant in enum class org.refcodes.web.HttpStatusCode
499 Unassigned client error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_103 - Enum constant in enum class org.refcodes.web.HttpStatusCode
103 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_104 - Enum constant in enum class org.refcodes.web.HttpStatusCode
104 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_105 - Enum constant in enum class org.refcodes.web.HttpStatusCode
105 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_106 - Enum constant in enum class org.refcodes.web.HttpStatusCode
106 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_107 - Enum constant in enum class org.refcodes.web.HttpStatusCode
107 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_108 - Enum constant in enum class org.refcodes.web.HttpStatusCode
108 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_109 - Enum constant in enum class org.refcodes.web.HttpStatusCode
109 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_110 - Enum constant in enum class org.refcodes.web.HttpStatusCode
110 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_111 - Enum constant in enum class org.refcodes.web.HttpStatusCode
111 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_112 - Enum constant in enum class org.refcodes.web.HttpStatusCode
112 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_113 - Enum constant in enum class org.refcodes.web.HttpStatusCode
113 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_114 - Enum constant in enum class org.refcodes.web.HttpStatusCode
114 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_115 - Enum constant in enum class org.refcodes.web.HttpStatusCode
115 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_116 - Enum constant in enum class org.refcodes.web.HttpStatusCode
116 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_117 - Enum constant in enum class org.refcodes.web.HttpStatusCode
117 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_118 - Enum constant in enum class org.refcodes.web.HttpStatusCode
118 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_119 - Enum constant in enum class org.refcodes.web.HttpStatusCode
119 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_120 - Enum constant in enum class org.refcodes.web.HttpStatusCode
120 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_121 - Enum constant in enum class org.refcodes.web.HttpStatusCode
121 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_122 - Enum constant in enum class org.refcodes.web.HttpStatusCode
122 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_123 - Enum constant in enum class org.refcodes.web.HttpStatusCode
123 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_124 - Enum constant in enum class org.refcodes.web.HttpStatusCode
124 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_125 - Enum constant in enum class org.refcodes.web.HttpStatusCode
125 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_126 - Enum constant in enum class org.refcodes.web.HttpStatusCode
126 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_127 - Enum constant in enum class org.refcodes.web.HttpStatusCode
127 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_128 - Enum constant in enum class org.refcodes.web.HttpStatusCode
128 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_129 - Enum constant in enum class org.refcodes.web.HttpStatusCode
129 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_130 - Enum constant in enum class org.refcodes.web.HttpStatusCode
130 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_131 - Enum constant in enum class org.refcodes.web.HttpStatusCode
131 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_132 - Enum constant in enum class org.refcodes.web.HttpStatusCode
132 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_133 - Enum constant in enum class org.refcodes.web.HttpStatusCode
133 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_134 - Enum constant in enum class org.refcodes.web.HttpStatusCode
134 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_135 - Enum constant in enum class org.refcodes.web.HttpStatusCode
135 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_136 - Enum constant in enum class org.refcodes.web.HttpStatusCode
136 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_137 - Enum constant in enum class org.refcodes.web.HttpStatusCode
137 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_138 - Enum constant in enum class org.refcodes.web.HttpStatusCode
138 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_139 - Enum constant in enum class org.refcodes.web.HttpStatusCode
139 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_140 - Enum constant in enum class org.refcodes.web.HttpStatusCode
140 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_141 - Enum constant in enum class org.refcodes.web.HttpStatusCode
141 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_142 - Enum constant in enum class org.refcodes.web.HttpStatusCode
142 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_143 - Enum constant in enum class org.refcodes.web.HttpStatusCode
143 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_144 - Enum constant in enum class org.refcodes.web.HttpStatusCode
144 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_145 - Enum constant in enum class org.refcodes.web.HttpStatusCode
145 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_146 - Enum constant in enum class org.refcodes.web.HttpStatusCode
146 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_147 - Enum constant in enum class org.refcodes.web.HttpStatusCode
147 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_148 - Enum constant in enum class org.refcodes.web.HttpStatusCode
148 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_149 - Enum constant in enum class org.refcodes.web.HttpStatusCode
149 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_150 - Enum constant in enum class org.refcodes.web.HttpStatusCode
150 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_151 - Enum constant in enum class org.refcodes.web.HttpStatusCode
151 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_152 - Enum constant in enum class org.refcodes.web.HttpStatusCode
152 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_153 - Enum constant in enum class org.refcodes.web.HttpStatusCode
153 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_154 - Enum constant in enum class org.refcodes.web.HttpStatusCode
154 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_155 - Enum constant in enum class org.refcodes.web.HttpStatusCode
155 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_156 - Enum constant in enum class org.refcodes.web.HttpStatusCode
156 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_157 - Enum constant in enum class org.refcodes.web.HttpStatusCode
157 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_158 - Enum constant in enum class org.refcodes.web.HttpStatusCode
158 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_159 - Enum constant in enum class org.refcodes.web.HttpStatusCode
159 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_160 - Enum constant in enum class org.refcodes.web.HttpStatusCode
160 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_161 - Enum constant in enum class org.refcodes.web.HttpStatusCode
161 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_162 - Enum constant in enum class org.refcodes.web.HttpStatusCode
162 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_163 - Enum constant in enum class org.refcodes.web.HttpStatusCode
163 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_164 - Enum constant in enum class org.refcodes.web.HttpStatusCode
164 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_165 - Enum constant in enum class org.refcodes.web.HttpStatusCode
165 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_166 - Enum constant in enum class org.refcodes.web.HttpStatusCode
166 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_167 - Enum constant in enum class org.refcodes.web.HttpStatusCode
167 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_168 - Enum constant in enum class org.refcodes.web.HttpStatusCode
168 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_169 - Enum constant in enum class org.refcodes.web.HttpStatusCode
169 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_170 - Enum constant in enum class org.refcodes.web.HttpStatusCode
170 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_171 - Enum constant in enum class org.refcodes.web.HttpStatusCode
171 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_172 - Enum constant in enum class org.refcodes.web.HttpStatusCode
172 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_173 - Enum constant in enum class org.refcodes.web.HttpStatusCode
173 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_174 - Enum constant in enum class org.refcodes.web.HttpStatusCode
174 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_175 - Enum constant in enum class org.refcodes.web.HttpStatusCode
175 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_176 - Enum constant in enum class org.refcodes.web.HttpStatusCode
176 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_177 - Enum constant in enum class org.refcodes.web.HttpStatusCode
177 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_178 - Enum constant in enum class org.refcodes.web.HttpStatusCode
178 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_179 - Enum constant in enum class org.refcodes.web.HttpStatusCode
179 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_180 - Enum constant in enum class org.refcodes.web.HttpStatusCode
180 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_181 - Enum constant in enum class org.refcodes.web.HttpStatusCode
181 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_182 - Enum constant in enum class org.refcodes.web.HttpStatusCode
182 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_183 - Enum constant in enum class org.refcodes.web.HttpStatusCode
183 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_184 - Enum constant in enum class org.refcodes.web.HttpStatusCode
184 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_185 - Enum constant in enum class org.refcodes.web.HttpStatusCode
185 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_186 - Enum constant in enum class org.refcodes.web.HttpStatusCode
186 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_187 - Enum constant in enum class org.refcodes.web.HttpStatusCode
187 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_188 - Enum constant in enum class org.refcodes.web.HttpStatusCode
188 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_189 - Enum constant in enum class org.refcodes.web.HttpStatusCode
189 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_190 - Enum constant in enum class org.refcodes.web.HttpStatusCode
190 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_191 - Enum constant in enum class org.refcodes.web.HttpStatusCode
191 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_192 - Enum constant in enum class org.refcodes.web.HttpStatusCode
192 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_193 - Enum constant in enum class org.refcodes.web.HttpStatusCode
193 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_194 - Enum constant in enum class org.refcodes.web.HttpStatusCode
194 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_195 - Enum constant in enum class org.refcodes.web.HttpStatusCode
195 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_196 - Enum constant in enum class org.refcodes.web.HttpStatusCode
196 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_197 - Enum constant in enum class org.refcodes.web.HttpStatusCode
197 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_198 - Enum constant in enum class org.refcodes.web.HttpStatusCode
198 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_INFORMATIONAL_199 - Enum constant in enum class org.refcodes.web.HttpStatusCode
199 Unassigned informational (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_600 - Enum constant in enum class org.refcodes.web.HttpStatusCode
600 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_601 - Enum constant in enum class org.refcodes.web.HttpStatusCode
601 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_602 - Enum constant in enum class org.refcodes.web.HttpStatusCode
602 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_603 - Enum constant in enum class org.refcodes.web.HttpStatusCode
603 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_604 - Enum constant in enum class org.refcodes.web.HttpStatusCode
604 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_605 - Enum constant in enum class org.refcodes.web.HttpStatusCode
605 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_606 - Enum constant in enum class org.refcodes.web.HttpStatusCode
606 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_607 - Enum constant in enum class org.refcodes.web.HttpStatusCode
607 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_608 - Enum constant in enum class org.refcodes.web.HttpStatusCode
608 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_609 - Enum constant in enum class org.refcodes.web.HttpStatusCode
609 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_610 - Enum constant in enum class org.refcodes.web.HttpStatusCode
610 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_611 - Enum constant in enum class org.refcodes.web.HttpStatusCode
611 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_612 - Enum constant in enum class org.refcodes.web.HttpStatusCode
612 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_613 - Enum constant in enum class org.refcodes.web.HttpStatusCode
613 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_614 - Enum constant in enum class org.refcodes.web.HttpStatusCode
614 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_615 - Enum constant in enum class org.refcodes.web.HttpStatusCode
615 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_616 - Enum constant in enum class org.refcodes.web.HttpStatusCode
616 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_617 - Enum constant in enum class org.refcodes.web.HttpStatusCode
617 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_618 - Enum constant in enum class org.refcodes.web.HttpStatusCode
618 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_619 - Enum constant in enum class org.refcodes.web.HttpStatusCode
619 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_620 - Enum constant in enum class org.refcodes.web.HttpStatusCode
620 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_621 - Enum constant in enum class org.refcodes.web.HttpStatusCode
621 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_622 - Enum constant in enum class org.refcodes.web.HttpStatusCode
622 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_623 - Enum constant in enum class org.refcodes.web.HttpStatusCode
623 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_624 - Enum constant in enum class org.refcodes.web.HttpStatusCode
624 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_625 - Enum constant in enum class org.refcodes.web.HttpStatusCode
625 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_626 - Enum constant in enum class org.refcodes.web.HttpStatusCode
626 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_627 - Enum constant in enum class org.refcodes.web.HttpStatusCode
627 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_628 - Enum constant in enum class org.refcodes.web.HttpStatusCode
628 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_629 - Enum constant in enum class org.refcodes.web.HttpStatusCode
629 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_630 - Enum constant in enum class org.refcodes.web.HttpStatusCode
630 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_631 - Enum constant in enum class org.refcodes.web.HttpStatusCode
631 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_632 - Enum constant in enum class org.refcodes.web.HttpStatusCode
632 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_633 - Enum constant in enum class org.refcodes.web.HttpStatusCode
633 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_634 - Enum constant in enum class org.refcodes.web.HttpStatusCode
634 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_635 - Enum constant in enum class org.refcodes.web.HttpStatusCode
635 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_636 - Enum constant in enum class org.refcodes.web.HttpStatusCode
636 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_637 - Enum constant in enum class org.refcodes.web.HttpStatusCode
637 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_638 - Enum constant in enum class org.refcodes.web.HttpStatusCode
638 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_639 - Enum constant in enum class org.refcodes.web.HttpStatusCode
639 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_640 - Enum constant in enum class org.refcodes.web.HttpStatusCode
640 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_641 - Enum constant in enum class org.refcodes.web.HttpStatusCode
641 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_642 - Enum constant in enum class org.refcodes.web.HttpStatusCode
642 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_643 - Enum constant in enum class org.refcodes.web.HttpStatusCode
643 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_644 - Enum constant in enum class org.refcodes.web.HttpStatusCode
644 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_645 - Enum constant in enum class org.refcodes.web.HttpStatusCode
645 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_646 - Enum constant in enum class org.refcodes.web.HttpStatusCode
646 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_647 - Enum constant in enum class org.refcodes.web.HttpStatusCode
647 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_648 - Enum constant in enum class org.refcodes.web.HttpStatusCode
648 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_649 - Enum constant in enum class org.refcodes.web.HttpStatusCode
649 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_650 - Enum constant in enum class org.refcodes.web.HttpStatusCode
650 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_651 - Enum constant in enum class org.refcodes.web.HttpStatusCode
651 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_652 - Enum constant in enum class org.refcodes.web.HttpStatusCode
652 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_653 - Enum constant in enum class org.refcodes.web.HttpStatusCode
653 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_654 - Enum constant in enum class org.refcodes.web.HttpStatusCode
654 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_655 - Enum constant in enum class org.refcodes.web.HttpStatusCode
655 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_656 - Enum constant in enum class org.refcodes.web.HttpStatusCode
656 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_657 - Enum constant in enum class org.refcodes.web.HttpStatusCode
657 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_658 - Enum constant in enum class org.refcodes.web.HttpStatusCode
658 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_659 - Enum constant in enum class org.refcodes.web.HttpStatusCode
659 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_660 - Enum constant in enum class org.refcodes.web.HttpStatusCode
660 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_661 - Enum constant in enum class org.refcodes.web.HttpStatusCode
661 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_662 - Enum constant in enum class org.refcodes.web.HttpStatusCode
662 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_663 - Enum constant in enum class org.refcodes.web.HttpStatusCode
663 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_664 - Enum constant in enum class org.refcodes.web.HttpStatusCode
664 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_665 - Enum constant in enum class org.refcodes.web.HttpStatusCode
665 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_666 - Enum constant in enum class org.refcodes.web.HttpStatusCode
666 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_667 - Enum constant in enum class org.refcodes.web.HttpStatusCode
667 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_668 - Enum constant in enum class org.refcodes.web.HttpStatusCode
668 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_669 - Enum constant in enum class org.refcodes.web.HttpStatusCode
669 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_670 - Enum constant in enum class org.refcodes.web.HttpStatusCode
670 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_671 - Enum constant in enum class org.refcodes.web.HttpStatusCode
671 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_672 - Enum constant in enum class org.refcodes.web.HttpStatusCode
672 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_673 - Enum constant in enum class org.refcodes.web.HttpStatusCode
673 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_674 - Enum constant in enum class org.refcodes.web.HttpStatusCode
674 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_675 - Enum constant in enum class org.refcodes.web.HttpStatusCode
675 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_676 - Enum constant in enum class org.refcodes.web.HttpStatusCode
676 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_677 - Enum constant in enum class org.refcodes.web.HttpStatusCode
677 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_678 - Enum constant in enum class org.refcodes.web.HttpStatusCode
678 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_679 - Enum constant in enum class org.refcodes.web.HttpStatusCode
679 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_680 - Enum constant in enum class org.refcodes.web.HttpStatusCode
680 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_681 - Enum constant in enum class org.refcodes.web.HttpStatusCode
681 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_682 - Enum constant in enum class org.refcodes.web.HttpStatusCode
682 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_683 - Enum constant in enum class org.refcodes.web.HttpStatusCode
683 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_684 - Enum constant in enum class org.refcodes.web.HttpStatusCode
684 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_685 - Enum constant in enum class org.refcodes.web.HttpStatusCode
685 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_686 - Enum constant in enum class org.refcodes.web.HttpStatusCode
686 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_687 - Enum constant in enum class org.refcodes.web.HttpStatusCode
687 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_688 - Enum constant in enum class org.refcodes.web.HttpStatusCode
688 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_689 - Enum constant in enum class org.refcodes.web.HttpStatusCode
689 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_690 - Enum constant in enum class org.refcodes.web.HttpStatusCode
690 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_691 - Enum constant in enum class org.refcodes.web.HttpStatusCode
691 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_692 - Enum constant in enum class org.refcodes.web.HttpStatusCode
692 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_693 - Enum constant in enum class org.refcodes.web.HttpStatusCode
693 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_694 - Enum constant in enum class org.refcodes.web.HttpStatusCode
694 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_695 - Enum constant in enum class org.refcodes.web.HttpStatusCode
695 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_696 - Enum constant in enum class org.refcodes.web.HttpStatusCode
696 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_697 - Enum constant in enum class org.refcodes.web.HttpStatusCode
697 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_698 - Enum constant in enum class org.refcodes.web.HttpStatusCode
698 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_699 - Enum constant in enum class org.refcodes.web.HttpStatusCode
699 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_700 - Enum constant in enum class org.refcodes.web.HttpStatusCode
700 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_701 - Enum constant in enum class org.refcodes.web.HttpStatusCode
701 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_702 - Enum constant in enum class org.refcodes.web.HttpStatusCode
702 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_703 - Enum constant in enum class org.refcodes.web.HttpStatusCode
703 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_704 - Enum constant in enum class org.refcodes.web.HttpStatusCode
704 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_705 - Enum constant in enum class org.refcodes.web.HttpStatusCode
705 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_706 - Enum constant in enum class org.refcodes.web.HttpStatusCode
706 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_707 - Enum constant in enum class org.refcodes.web.HttpStatusCode
707 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_708 - Enum constant in enum class org.refcodes.web.HttpStatusCode
708 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_709 - Enum constant in enum class org.refcodes.web.HttpStatusCode
709 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_710 - Enum constant in enum class org.refcodes.web.HttpStatusCode
710 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_711 - Enum constant in enum class org.refcodes.web.HttpStatusCode
711 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_712 - Enum constant in enum class org.refcodes.web.HttpStatusCode
712 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_713 - Enum constant in enum class org.refcodes.web.HttpStatusCode
713 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_714 - Enum constant in enum class org.refcodes.web.HttpStatusCode
714 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_715 - Enum constant in enum class org.refcodes.web.HttpStatusCode
715 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_716 - Enum constant in enum class org.refcodes.web.HttpStatusCode
716 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_717 - Enum constant in enum class org.refcodes.web.HttpStatusCode
717 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_718 - Enum constant in enum class org.refcodes.web.HttpStatusCode
718 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_719 - Enum constant in enum class org.refcodes.web.HttpStatusCode
719 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_720 - Enum constant in enum class org.refcodes.web.HttpStatusCode
720 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_721 - Enum constant in enum class org.refcodes.web.HttpStatusCode
721 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_722 - Enum constant in enum class org.refcodes.web.HttpStatusCode
722 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_723 - Enum constant in enum class org.refcodes.web.HttpStatusCode
723 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_724 - Enum constant in enum class org.refcodes.web.HttpStatusCode
724 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_725 - Enum constant in enum class org.refcodes.web.HttpStatusCode
725 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_726 - Enum constant in enum class org.refcodes.web.HttpStatusCode
726 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_727 - Enum constant in enum class org.refcodes.web.HttpStatusCode
727 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_728 - Enum constant in enum class org.refcodes.web.HttpStatusCode
728 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_729 - Enum constant in enum class org.refcodes.web.HttpStatusCode
729 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_730 - Enum constant in enum class org.refcodes.web.HttpStatusCode
730 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_731 - Enum constant in enum class org.refcodes.web.HttpStatusCode
731 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_732 - Enum constant in enum class org.refcodes.web.HttpStatusCode
732 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_733 - Enum constant in enum class org.refcodes.web.HttpStatusCode
733 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_734 - Enum constant in enum class org.refcodes.web.HttpStatusCode
734 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_735 - Enum constant in enum class org.refcodes.web.HttpStatusCode
735 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_736 - Enum constant in enum class org.refcodes.web.HttpStatusCode
736 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_737 - Enum constant in enum class org.refcodes.web.HttpStatusCode
737 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_738 - Enum constant in enum class org.refcodes.web.HttpStatusCode
738 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_739 - Enum constant in enum class org.refcodes.web.HttpStatusCode
739 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_740 - Enum constant in enum class org.refcodes.web.HttpStatusCode
740 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_741 - Enum constant in enum class org.refcodes.web.HttpStatusCode
741 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_742 - Enum constant in enum class org.refcodes.web.HttpStatusCode
742 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_743 - Enum constant in enum class org.refcodes.web.HttpStatusCode
743 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_744 - Enum constant in enum class org.refcodes.web.HttpStatusCode
744 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_745 - Enum constant in enum class org.refcodes.web.HttpStatusCode
745 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_746 - Enum constant in enum class org.refcodes.web.HttpStatusCode
746 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_747 - Enum constant in enum class org.refcodes.web.HttpStatusCode
747 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_748 - Enum constant in enum class org.refcodes.web.HttpStatusCode
748 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_749 - Enum constant in enum class org.refcodes.web.HttpStatusCode
749 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_750 - Enum constant in enum class org.refcodes.web.HttpStatusCode
750 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_751 - Enum constant in enum class org.refcodes.web.HttpStatusCode
751 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_752 - Enum constant in enum class org.refcodes.web.HttpStatusCode
752 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_753 - Enum constant in enum class org.refcodes.web.HttpStatusCode
753 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_754 - Enum constant in enum class org.refcodes.web.HttpStatusCode
754 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_755 - Enum constant in enum class org.refcodes.web.HttpStatusCode
755 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_756 - Enum constant in enum class org.refcodes.web.HttpStatusCode
756 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_757 - Enum constant in enum class org.refcodes.web.HttpStatusCode
757 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_758 - Enum constant in enum class org.refcodes.web.HttpStatusCode
758 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_759 - Enum constant in enum class org.refcodes.web.HttpStatusCode
759 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_760 - Enum constant in enum class org.refcodes.web.HttpStatusCode
760 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_761 - Enum constant in enum class org.refcodes.web.HttpStatusCode
761 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_762 - Enum constant in enum class org.refcodes.web.HttpStatusCode
762 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_763 - Enum constant in enum class org.refcodes.web.HttpStatusCode
763 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_764 - Enum constant in enum class org.refcodes.web.HttpStatusCode
764 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_765 - Enum constant in enum class org.refcodes.web.HttpStatusCode
765 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_766 - Enum constant in enum class org.refcodes.web.HttpStatusCode
766 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_767 - Enum constant in enum class org.refcodes.web.HttpStatusCode
767 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_768 - Enum constant in enum class org.refcodes.web.HttpStatusCode
768 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_769 - Enum constant in enum class org.refcodes.web.HttpStatusCode
769 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_770 - Enum constant in enum class org.refcodes.web.HttpStatusCode
770 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_771 - Enum constant in enum class org.refcodes.web.HttpStatusCode
771 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_772 - Enum constant in enum class org.refcodes.web.HttpStatusCode
772 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_773 - Enum constant in enum class org.refcodes.web.HttpStatusCode
773 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_774 - Enum constant in enum class org.refcodes.web.HttpStatusCode
774 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_775 - Enum constant in enum class org.refcodes.web.HttpStatusCode
775 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_776 - Enum constant in enum class org.refcodes.web.HttpStatusCode
776 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_777 - Enum constant in enum class org.refcodes.web.HttpStatusCode
777 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_778 - Enum constant in enum class org.refcodes.web.HttpStatusCode
778 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_779 - Enum constant in enum class org.refcodes.web.HttpStatusCode
779 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_780 - Enum constant in enum class org.refcodes.web.HttpStatusCode
780 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_781 - Enum constant in enum class org.refcodes.web.HttpStatusCode
781 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_782 - Enum constant in enum class org.refcodes.web.HttpStatusCode
782 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_783 - Enum constant in enum class org.refcodes.web.HttpStatusCode
783 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_784 - Enum constant in enum class org.refcodes.web.HttpStatusCode
784 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_785 - Enum constant in enum class org.refcodes.web.HttpStatusCode
785 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_786 - Enum constant in enum class org.refcodes.web.HttpStatusCode
786 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_787 - Enum constant in enum class org.refcodes.web.HttpStatusCode
787 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_788 - Enum constant in enum class org.refcodes.web.HttpStatusCode
788 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_789 - Enum constant in enum class org.refcodes.web.HttpStatusCode
789 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_790 - Enum constant in enum class org.refcodes.web.HttpStatusCode
790 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_791 - Enum constant in enum class org.refcodes.web.HttpStatusCode
791 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_792 - Enum constant in enum class org.refcodes.web.HttpStatusCode
792 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_793 - Enum constant in enum class org.refcodes.web.HttpStatusCode
793 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_794 - Enum constant in enum class org.refcodes.web.HttpStatusCode
794 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_795 - Enum constant in enum class org.refcodes.web.HttpStatusCode
795 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_796 - Enum constant in enum class org.refcodes.web.HttpStatusCode
796 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_797 - Enum constant in enum class org.refcodes.web.HttpStatusCode
797 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_798 - Enum constant in enum class org.refcodes.web.HttpStatusCode
798 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_799 - Enum constant in enum class org.refcodes.web.HttpStatusCode
799 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_800 - Enum constant in enum class org.refcodes.web.HttpStatusCode
800 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_801 - Enum constant in enum class org.refcodes.web.HttpStatusCode
801 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_802 - Enum constant in enum class org.refcodes.web.HttpStatusCode
802 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_803 - Enum constant in enum class org.refcodes.web.HttpStatusCode
803 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_804 - Enum constant in enum class org.refcodes.web.HttpStatusCode
804 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_805 - Enum constant in enum class org.refcodes.web.HttpStatusCode
805 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_806 - Enum constant in enum class org.refcodes.web.HttpStatusCode
806 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_807 - Enum constant in enum class org.refcodes.web.HttpStatusCode
807 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_808 - Enum constant in enum class org.refcodes.web.HttpStatusCode
808 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_809 - Enum constant in enum class org.refcodes.web.HttpStatusCode
809 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_810 - Enum constant in enum class org.refcodes.web.HttpStatusCode
810 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_811 - Enum constant in enum class org.refcodes.web.HttpStatusCode
811 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_812 - Enum constant in enum class org.refcodes.web.HttpStatusCode
812 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_813 - Enum constant in enum class org.refcodes.web.HttpStatusCode
813 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_814 - Enum constant in enum class org.refcodes.web.HttpStatusCode
814 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_815 - Enum constant in enum class org.refcodes.web.HttpStatusCode
815 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_816 - Enum constant in enum class org.refcodes.web.HttpStatusCode
816 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_817 - Enum constant in enum class org.refcodes.web.HttpStatusCode
817 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_818 - Enum constant in enum class org.refcodes.web.HttpStatusCode
818 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_819 - Enum constant in enum class org.refcodes.web.HttpStatusCode
819 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_820 - Enum constant in enum class org.refcodes.web.HttpStatusCode
820 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_821 - Enum constant in enum class org.refcodes.web.HttpStatusCode
821 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_822 - Enum constant in enum class org.refcodes.web.HttpStatusCode
822 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_823 - Enum constant in enum class org.refcodes.web.HttpStatusCode
823 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_824 - Enum constant in enum class org.refcodes.web.HttpStatusCode
824 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_825 - Enum constant in enum class org.refcodes.web.HttpStatusCode
825 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_826 - Enum constant in enum class org.refcodes.web.HttpStatusCode
826 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_827 - Enum constant in enum class org.refcodes.web.HttpStatusCode
827 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_828 - Enum constant in enum class org.refcodes.web.HttpStatusCode
828 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_829 - Enum constant in enum class org.refcodes.web.HttpStatusCode
829 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_830 - Enum constant in enum class org.refcodes.web.HttpStatusCode
830 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_831 - Enum constant in enum class org.refcodes.web.HttpStatusCode
831 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_832 - Enum constant in enum class org.refcodes.web.HttpStatusCode
832 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_833 - Enum constant in enum class org.refcodes.web.HttpStatusCode
833 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_834 - Enum constant in enum class org.refcodes.web.HttpStatusCode
834 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_835 - Enum constant in enum class org.refcodes.web.HttpStatusCode
835 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_836 - Enum constant in enum class org.refcodes.web.HttpStatusCode
836 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_837 - Enum constant in enum class org.refcodes.web.HttpStatusCode
837 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_838 - Enum constant in enum class org.refcodes.web.HttpStatusCode
838 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_839 - Enum constant in enum class org.refcodes.web.HttpStatusCode
839 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_840 - Enum constant in enum class org.refcodes.web.HttpStatusCode
840 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_841 - Enum constant in enum class org.refcodes.web.HttpStatusCode
841 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_842 - Enum constant in enum class org.refcodes.web.HttpStatusCode
842 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_843 - Enum constant in enum class org.refcodes.web.HttpStatusCode
843 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_844 - Enum constant in enum class org.refcodes.web.HttpStatusCode
844 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_845 - Enum constant in enum class org.refcodes.web.HttpStatusCode
845 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_846 - Enum constant in enum class org.refcodes.web.HttpStatusCode
846 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_847 - Enum constant in enum class org.refcodes.web.HttpStatusCode
847 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_848 - Enum constant in enum class org.refcodes.web.HttpStatusCode
848 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_849 - Enum constant in enum class org.refcodes.web.HttpStatusCode
849 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_850 - Enum constant in enum class org.refcodes.web.HttpStatusCode
850 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_851 - Enum constant in enum class org.refcodes.web.HttpStatusCode
851 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_852 - Enum constant in enum class org.refcodes.web.HttpStatusCode
852 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_853 - Enum constant in enum class org.refcodes.web.HttpStatusCode
853 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_854 - Enum constant in enum class org.refcodes.web.HttpStatusCode
854 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_855 - Enum constant in enum class org.refcodes.web.HttpStatusCode
855 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_856 - Enum constant in enum class org.refcodes.web.HttpStatusCode
856 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_857 - Enum constant in enum class org.refcodes.web.HttpStatusCode
857 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_858 - Enum constant in enum class org.refcodes.web.HttpStatusCode
858 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_859 - Enum constant in enum class org.refcodes.web.HttpStatusCode
859 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_860 - Enum constant in enum class org.refcodes.web.HttpStatusCode
860 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_861 - Enum constant in enum class org.refcodes.web.HttpStatusCode
861 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_862 - Enum constant in enum class org.refcodes.web.HttpStatusCode
862 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_863 - Enum constant in enum class org.refcodes.web.HttpStatusCode
863 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_864 - Enum constant in enum class org.refcodes.web.HttpStatusCode
864 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_865 - Enum constant in enum class org.refcodes.web.HttpStatusCode
865 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_866 - Enum constant in enum class org.refcodes.web.HttpStatusCode
866 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_867 - Enum constant in enum class org.refcodes.web.HttpStatusCode
867 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_868 - Enum constant in enum class org.refcodes.web.HttpStatusCode
868 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_869 - Enum constant in enum class org.refcodes.web.HttpStatusCode
869 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_870 - Enum constant in enum class org.refcodes.web.HttpStatusCode
870 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_871 - Enum constant in enum class org.refcodes.web.HttpStatusCode
871 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_872 - Enum constant in enum class org.refcodes.web.HttpStatusCode
872 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_873 - Enum constant in enum class org.refcodes.web.HttpStatusCode
873 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_874 - Enum constant in enum class org.refcodes.web.HttpStatusCode
874 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_875 - Enum constant in enum class org.refcodes.web.HttpStatusCode
875 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_876 - Enum constant in enum class org.refcodes.web.HttpStatusCode
876 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_877 - Enum constant in enum class org.refcodes.web.HttpStatusCode
877 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_878 - Enum constant in enum class org.refcodes.web.HttpStatusCode
878 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_879 - Enum constant in enum class org.refcodes.web.HttpStatusCode
879 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_880 - Enum constant in enum class org.refcodes.web.HttpStatusCode
880 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_881 - Enum constant in enum class org.refcodes.web.HttpStatusCode
881 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_882 - Enum constant in enum class org.refcodes.web.HttpStatusCode
882 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_883 - Enum constant in enum class org.refcodes.web.HttpStatusCode
883 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_884 - Enum constant in enum class org.refcodes.web.HttpStatusCode
884 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_885 - Enum constant in enum class org.refcodes.web.HttpStatusCode
885 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_886 - Enum constant in enum class org.refcodes.web.HttpStatusCode
886 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_887 - Enum constant in enum class org.refcodes.web.HttpStatusCode
887 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_888 - Enum constant in enum class org.refcodes.web.HttpStatusCode
888 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_889 - Enum constant in enum class org.refcodes.web.HttpStatusCode
889 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_890 - Enum constant in enum class org.refcodes.web.HttpStatusCode
890 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_891 - Enum constant in enum class org.refcodes.web.HttpStatusCode
891 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_892 - Enum constant in enum class org.refcodes.web.HttpStatusCode
892 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_893 - Enum constant in enum class org.refcodes.web.HttpStatusCode
893 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_894 - Enum constant in enum class org.refcodes.web.HttpStatusCode
894 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_895 - Enum constant in enum class org.refcodes.web.HttpStatusCode
895 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_896 - Enum constant in enum class org.refcodes.web.HttpStatusCode
896 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_897 - Enum constant in enum class org.refcodes.web.HttpStatusCode
897 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_898 - Enum constant in enum class org.refcodes.web.HttpStatusCode
898 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_899 - Enum constant in enum class org.refcodes.web.HttpStatusCode
899 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_903 - Enum constant in enum class org.refcodes.web.HttpStatusCode
903 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_904 - Enum constant in enum class org.refcodes.web.HttpStatusCode
904 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_905 - Enum constant in enum class org.refcodes.web.HttpStatusCode
905 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_906 - Enum constant in enum class org.refcodes.web.HttpStatusCode
906 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_907 - Enum constant in enum class org.refcodes.web.HttpStatusCode
907 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_908 - Enum constant in enum class org.refcodes.web.HttpStatusCode
908 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_909 - Enum constant in enum class org.refcodes.web.HttpStatusCode
909 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_910 - Enum constant in enum class org.refcodes.web.HttpStatusCode
910 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_911 - Enum constant in enum class org.refcodes.web.HttpStatusCode
911 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_912 - Enum constant in enum class org.refcodes.web.HttpStatusCode
912 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_913 - Enum constant in enum class org.refcodes.web.HttpStatusCode
913 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_914 - Enum constant in enum class org.refcodes.web.HttpStatusCode
914 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_915 - Enum constant in enum class org.refcodes.web.HttpStatusCode
915 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_916 - Enum constant in enum class org.refcodes.web.HttpStatusCode
916 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_917 - Enum constant in enum class org.refcodes.web.HttpStatusCode
917 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_918 - Enum constant in enum class org.refcodes.web.HttpStatusCode
918 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_919 - Enum constant in enum class org.refcodes.web.HttpStatusCode
919 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_920 - Enum constant in enum class org.refcodes.web.HttpStatusCode
920 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_921 - Enum constant in enum class org.refcodes.web.HttpStatusCode
921 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_922 - Enum constant in enum class org.refcodes.web.HttpStatusCode
922 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_923 - Enum constant in enum class org.refcodes.web.HttpStatusCode
923 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_924 - Enum constant in enum class org.refcodes.web.HttpStatusCode
924 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_925 - Enum constant in enum class org.refcodes.web.HttpStatusCode
925 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_926 - Enum constant in enum class org.refcodes.web.HttpStatusCode
926 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_927 - Enum constant in enum class org.refcodes.web.HttpStatusCode
927 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_928 - Enum constant in enum class org.refcodes.web.HttpStatusCode
928 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_929 - Enum constant in enum class org.refcodes.web.HttpStatusCode
929 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_930 - Enum constant in enum class org.refcodes.web.HttpStatusCode
930 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_931 - Enum constant in enum class org.refcodes.web.HttpStatusCode
931 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_932 - Enum constant in enum class org.refcodes.web.HttpStatusCode
932 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_933 - Enum constant in enum class org.refcodes.web.HttpStatusCode
933 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_934 - Enum constant in enum class org.refcodes.web.HttpStatusCode
934 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_935 - Enum constant in enum class org.refcodes.web.HttpStatusCode
935 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_936 - Enum constant in enum class org.refcodes.web.HttpStatusCode
936 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_937 - Enum constant in enum class org.refcodes.web.HttpStatusCode
937 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_938 - Enum constant in enum class org.refcodes.web.HttpStatusCode
938 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_939 - Enum constant in enum class org.refcodes.web.HttpStatusCode
939 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_940 - Enum constant in enum class org.refcodes.web.HttpStatusCode
940 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_941 - Enum constant in enum class org.refcodes.web.HttpStatusCode
941 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_942 - Enum constant in enum class org.refcodes.web.HttpStatusCode
942 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_943 - Enum constant in enum class org.refcodes.web.HttpStatusCode
943 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_944 - Enum constant in enum class org.refcodes.web.HttpStatusCode
944 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_945 - Enum constant in enum class org.refcodes.web.HttpStatusCode
945 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_946 - Enum constant in enum class org.refcodes.web.HttpStatusCode
946 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_947 - Enum constant in enum class org.refcodes.web.HttpStatusCode
947 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_948 - Enum constant in enum class org.refcodes.web.HttpStatusCode
948 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_949 - Enum constant in enum class org.refcodes.web.HttpStatusCode
949 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_950 - Enum constant in enum class org.refcodes.web.HttpStatusCode
950 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_951 - Enum constant in enum class org.refcodes.web.HttpStatusCode
951 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_952 - Enum constant in enum class org.refcodes.web.HttpStatusCode
952 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_953 - Enum constant in enum class org.refcodes.web.HttpStatusCode
953 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_954 - Enum constant in enum class org.refcodes.web.HttpStatusCode
954 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_955 - Enum constant in enum class org.refcodes.web.HttpStatusCode
955 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_956 - Enum constant in enum class org.refcodes.web.HttpStatusCode
956 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_957 - Enum constant in enum class org.refcodes.web.HttpStatusCode
957 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_958 - Enum constant in enum class org.refcodes.web.HttpStatusCode
958 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_959 - Enum constant in enum class org.refcodes.web.HttpStatusCode
959 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_960 - Enum constant in enum class org.refcodes.web.HttpStatusCode
960 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_961 - Enum constant in enum class org.refcodes.web.HttpStatusCode
961 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_962 - Enum constant in enum class org.refcodes.web.HttpStatusCode
962 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_963 - Enum constant in enum class org.refcodes.web.HttpStatusCode
963 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_964 - Enum constant in enum class org.refcodes.web.HttpStatusCode
964 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_965 - Enum constant in enum class org.refcodes.web.HttpStatusCode
965 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_966 - Enum constant in enum class org.refcodes.web.HttpStatusCode
966 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_967 - Enum constant in enum class org.refcodes.web.HttpStatusCode
967 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_968 - Enum constant in enum class org.refcodes.web.HttpStatusCode
968 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_969 - Enum constant in enum class org.refcodes.web.HttpStatusCode
969 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_970 - Enum constant in enum class org.refcodes.web.HttpStatusCode
970 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_971 - Enum constant in enum class org.refcodes.web.HttpStatusCode
971 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_972 - Enum constant in enum class org.refcodes.web.HttpStatusCode
972 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_973 - Enum constant in enum class org.refcodes.web.HttpStatusCode
973 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_974 - Enum constant in enum class org.refcodes.web.HttpStatusCode
974 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_975 - Enum constant in enum class org.refcodes.web.HttpStatusCode
975 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_976 - Enum constant in enum class org.refcodes.web.HttpStatusCode
976 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_977 - Enum constant in enum class org.refcodes.web.HttpStatusCode
977 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_978 - Enum constant in enum class org.refcodes.web.HttpStatusCode
978 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_979 - Enum constant in enum class org.refcodes.web.HttpStatusCode
979 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_980 - Enum constant in enum class org.refcodes.web.HttpStatusCode
980 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_981 - Enum constant in enum class org.refcodes.web.HttpStatusCode
981 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_982 - Enum constant in enum class org.refcodes.web.HttpStatusCode
982 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_983 - Enum constant in enum class org.refcodes.web.HttpStatusCode
983 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_984 - Enum constant in enum class org.refcodes.web.HttpStatusCode
984 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_985 - Enum constant in enum class org.refcodes.web.HttpStatusCode
985 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_986 - Enum constant in enum class org.refcodes.web.HttpStatusCode
986 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_987 - Enum constant in enum class org.refcodes.web.HttpStatusCode
987 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_988 - Enum constant in enum class org.refcodes.web.HttpStatusCode
988 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_989 - Enum constant in enum class org.refcodes.web.HttpStatusCode
989 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_990 - Enum constant in enum class org.refcodes.web.HttpStatusCode
990 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_991 - Enum constant in enum class org.refcodes.web.HttpStatusCode
991 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_992 - Enum constant in enum class org.refcodes.web.HttpStatusCode
992 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_993 - Enum constant in enum class org.refcodes.web.HttpStatusCode
993 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_994 - Enum constant in enum class org.refcodes.web.HttpStatusCode
994 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_995 - Enum constant in enum class org.refcodes.web.HttpStatusCode
995 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_996 - Enum constant in enum class org.refcodes.web.HttpStatusCode
996 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_997 - Enum constant in enum class org.refcodes.web.HttpStatusCode
997 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_998 - Enum constant in enum class org.refcodes.web.HttpStatusCode
998 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_LEGACY_999 - Enum constant in enum class org.refcodes.web.HttpStatusCode
999 Unassigned legacy (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_306 - Enum constant in enum class org.refcodes.web.HttpStatusCode
306 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_308 - Enum constant in enum class org.refcodes.web.HttpStatusCode
308 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_309 - Enum constant in enum class org.refcodes.web.HttpStatusCode
309 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_310 - Enum constant in enum class org.refcodes.web.HttpStatusCode
310 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_311 - Enum constant in enum class org.refcodes.web.HttpStatusCode
311 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_312 - Enum constant in enum class org.refcodes.web.HttpStatusCode
312 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_313 - Enum constant in enum class org.refcodes.web.HttpStatusCode
313 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_314 - Enum constant in enum class org.refcodes.web.HttpStatusCode
314 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_315 - Enum constant in enum class org.refcodes.web.HttpStatusCode
315 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_316 - Enum constant in enum class org.refcodes.web.HttpStatusCode
316 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_317 - Enum constant in enum class org.refcodes.web.HttpStatusCode
317 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_318 - Enum constant in enum class org.refcodes.web.HttpStatusCode
318 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_319 - Enum constant in enum class org.refcodes.web.HttpStatusCode
319 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_320 - Enum constant in enum class org.refcodes.web.HttpStatusCode
320 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_321 - Enum constant in enum class org.refcodes.web.HttpStatusCode
321 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_322 - Enum constant in enum class org.refcodes.web.HttpStatusCode
322 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_323 - Enum constant in enum class org.refcodes.web.HttpStatusCode
323 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_324 - Enum constant in enum class org.refcodes.web.HttpStatusCode
324 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_325 - Enum constant in enum class org.refcodes.web.HttpStatusCode
325 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_326 - Enum constant in enum class org.refcodes.web.HttpStatusCode
326 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_327 - Enum constant in enum class org.refcodes.web.HttpStatusCode
327 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_328 - Enum constant in enum class org.refcodes.web.HttpStatusCode
328 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_329 - Enum constant in enum class org.refcodes.web.HttpStatusCode
329 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_330 - Enum constant in enum class org.refcodes.web.HttpStatusCode
330 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_331 - Enum constant in enum class org.refcodes.web.HttpStatusCode
331 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_332 - Enum constant in enum class org.refcodes.web.HttpStatusCode
332 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_333 - Enum constant in enum class org.refcodes.web.HttpStatusCode
333 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_334 - Enum constant in enum class org.refcodes.web.HttpStatusCode
334 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_335 - Enum constant in enum class org.refcodes.web.HttpStatusCode
335 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_336 - Enum constant in enum class org.refcodes.web.HttpStatusCode
336 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_337 - Enum constant in enum class org.refcodes.web.HttpStatusCode
337 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_338 - Enum constant in enum class org.refcodes.web.HttpStatusCode
338 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_339 - Enum constant in enum class org.refcodes.web.HttpStatusCode
339 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_340 - Enum constant in enum class org.refcodes.web.HttpStatusCode
340 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_341 - Enum constant in enum class org.refcodes.web.HttpStatusCode
341 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_342 - Enum constant in enum class org.refcodes.web.HttpStatusCode
342 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_343 - Enum constant in enum class org.refcodes.web.HttpStatusCode
343 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_344 - Enum constant in enum class org.refcodes.web.HttpStatusCode
344 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_345 - Enum constant in enum class org.refcodes.web.HttpStatusCode
345 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_346 - Enum constant in enum class org.refcodes.web.HttpStatusCode
346 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_347 - Enum constant in enum class org.refcodes.web.HttpStatusCode
347 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_348 - Enum constant in enum class org.refcodes.web.HttpStatusCode
348 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_349 - Enum constant in enum class org.refcodes.web.HttpStatusCode
349 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_350 - Enum constant in enum class org.refcodes.web.HttpStatusCode
350 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_351 - Enum constant in enum class org.refcodes.web.HttpStatusCode
351 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_352 - Enum constant in enum class org.refcodes.web.HttpStatusCode
352 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_353 - Enum constant in enum class org.refcodes.web.HttpStatusCode
353 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_354 - Enum constant in enum class org.refcodes.web.HttpStatusCode
354 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_355 - Enum constant in enum class org.refcodes.web.HttpStatusCode
355 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_356 - Enum constant in enum class org.refcodes.web.HttpStatusCode
356 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_357 - Enum constant in enum class org.refcodes.web.HttpStatusCode
357 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_358 - Enum constant in enum class org.refcodes.web.HttpStatusCode
358 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_359 - Enum constant in enum class org.refcodes.web.HttpStatusCode
359 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_360 - Enum constant in enum class org.refcodes.web.HttpStatusCode
360 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_361 - Enum constant in enum class org.refcodes.web.HttpStatusCode
361 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_362 - Enum constant in enum class org.refcodes.web.HttpStatusCode
362 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_363 - Enum constant in enum class org.refcodes.web.HttpStatusCode
363 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_364 - Enum constant in enum class org.refcodes.web.HttpStatusCode
364 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_365 - Enum constant in enum class org.refcodes.web.HttpStatusCode
365 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_366 - Enum constant in enum class org.refcodes.web.HttpStatusCode
366 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_367 - Enum constant in enum class org.refcodes.web.HttpStatusCode
367 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_368 - Enum constant in enum class org.refcodes.web.HttpStatusCode
368 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_369 - Enum constant in enum class org.refcodes.web.HttpStatusCode
369 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_370 - Enum constant in enum class org.refcodes.web.HttpStatusCode
370 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_371 - Enum constant in enum class org.refcodes.web.HttpStatusCode
371 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_372 - Enum constant in enum class org.refcodes.web.HttpStatusCode
372 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_373 - Enum constant in enum class org.refcodes.web.HttpStatusCode
373 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_374 - Enum constant in enum class org.refcodes.web.HttpStatusCode
374 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_375 - Enum constant in enum class org.refcodes.web.HttpStatusCode
375 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_376 - Enum constant in enum class org.refcodes.web.HttpStatusCode
376 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_377 - Enum constant in enum class org.refcodes.web.HttpStatusCode
377 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_378 - Enum constant in enum class org.refcodes.web.HttpStatusCode
378 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_379 - Enum constant in enum class org.refcodes.web.HttpStatusCode
379 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_380 - Enum constant in enum class org.refcodes.web.HttpStatusCode
380 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_381 - Enum constant in enum class org.refcodes.web.HttpStatusCode
381 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_382 - Enum constant in enum class org.refcodes.web.HttpStatusCode
382 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_383 - Enum constant in enum class org.refcodes.web.HttpStatusCode
383 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_384 - Enum constant in enum class org.refcodes.web.HttpStatusCode
384 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_385 - Enum constant in enum class org.refcodes.web.HttpStatusCode
385 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_386 - Enum constant in enum class org.refcodes.web.HttpStatusCode
386 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_387 - Enum constant in enum class org.refcodes.web.HttpStatusCode
387 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_388 - Enum constant in enum class org.refcodes.web.HttpStatusCode
388 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_389 - Enum constant in enum class org.refcodes.web.HttpStatusCode
389 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_390 - Enum constant in enum class org.refcodes.web.HttpStatusCode
390 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_391 - Enum constant in enum class org.refcodes.web.HttpStatusCode
391 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_392 - Enum constant in enum class org.refcodes.web.HttpStatusCode
392 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_393 - Enum constant in enum class org.refcodes.web.HttpStatusCode
393 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_394 - Enum constant in enum class org.refcodes.web.HttpStatusCode
394 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_395 - Enum constant in enum class org.refcodes.web.HttpStatusCode
395 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_396 - Enum constant in enum class org.refcodes.web.HttpStatusCode
396 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_397 - Enum constant in enum class org.refcodes.web.HttpStatusCode
397 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_398 - Enum constant in enum class org.refcodes.web.HttpStatusCode
398 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_REDIRECTION_399 - Enum constant in enum class org.refcodes.web.HttpStatusCode
399 Unassigned redirection (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_506 - Enum constant in enum class org.refcodes.web.HttpStatusCode
506 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_508 - Enum constant in enum class org.refcodes.web.HttpStatusCode
508 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_509 - Enum constant in enum class org.refcodes.web.HttpStatusCode
509 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_510 - Enum constant in enum class org.refcodes.web.HttpStatusCode
510 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_511 - Enum constant in enum class org.refcodes.web.HttpStatusCode
511 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_512 - Enum constant in enum class org.refcodes.web.HttpStatusCode
512 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_513 - Enum constant in enum class org.refcodes.web.HttpStatusCode
513 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_514 - Enum constant in enum class org.refcodes.web.HttpStatusCode
514 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_515 - Enum constant in enum class org.refcodes.web.HttpStatusCode
515 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_516 - Enum constant in enum class org.refcodes.web.HttpStatusCode
516 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_517 - Enum constant in enum class org.refcodes.web.HttpStatusCode
517 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_518 - Enum constant in enum class org.refcodes.web.HttpStatusCode
518 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_519 - Enum constant in enum class org.refcodes.web.HttpStatusCode
519 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_520 - Enum constant in enum class org.refcodes.web.HttpStatusCode
520 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_521 - Enum constant in enum class org.refcodes.web.HttpStatusCode
521 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_522 - Enum constant in enum class org.refcodes.web.HttpStatusCode
522 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_523 - Enum constant in enum class org.refcodes.web.HttpStatusCode
523 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_524 - Enum constant in enum class org.refcodes.web.HttpStatusCode
524 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_525 - Enum constant in enum class org.refcodes.web.HttpStatusCode
525 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_526 - Enum constant in enum class org.refcodes.web.HttpStatusCode
526 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_527 - Enum constant in enum class org.refcodes.web.HttpStatusCode
527 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_528 - Enum constant in enum class org.refcodes.web.HttpStatusCode
528 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_529 - Enum constant in enum class org.refcodes.web.HttpStatusCode
529 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_530 - Enum constant in enum class org.refcodes.web.HttpStatusCode
530 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_531 - Enum constant in enum class org.refcodes.web.HttpStatusCode
531 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_532 - Enum constant in enum class org.refcodes.web.HttpStatusCode
532 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_533 - Enum constant in enum class org.refcodes.web.HttpStatusCode
533 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_534 - Enum constant in enum class org.refcodes.web.HttpStatusCode
534 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_535 - Enum constant in enum class org.refcodes.web.HttpStatusCode
535 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_536 - Enum constant in enum class org.refcodes.web.HttpStatusCode
536 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_537 - Enum constant in enum class org.refcodes.web.HttpStatusCode
537 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_538 - Enum constant in enum class org.refcodes.web.HttpStatusCode
538 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_539 - Enum constant in enum class org.refcodes.web.HttpStatusCode
539 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_540 - Enum constant in enum class org.refcodes.web.HttpStatusCode
540 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_541 - Enum constant in enum class org.refcodes.web.HttpStatusCode
541 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_542 - Enum constant in enum class org.refcodes.web.HttpStatusCode
542 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_543 - Enum constant in enum class org.refcodes.web.HttpStatusCode
543 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_544 - Enum constant in enum class org.refcodes.web.HttpStatusCode
544 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_545 - Enum constant in enum class org.refcodes.web.HttpStatusCode
545 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_546 - Enum constant in enum class org.refcodes.web.HttpStatusCode
546 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_547 - Enum constant in enum class org.refcodes.web.HttpStatusCode
547 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_548 - Enum constant in enum class org.refcodes.web.HttpStatusCode
548 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_549 - Enum constant in enum class org.refcodes.web.HttpStatusCode
549 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_550 - Enum constant in enum class org.refcodes.web.HttpStatusCode
550 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_551 - Enum constant in enum class org.refcodes.web.HttpStatusCode
551 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_552 - Enum constant in enum class org.refcodes.web.HttpStatusCode
552 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_553 - Enum constant in enum class org.refcodes.web.HttpStatusCode
553 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_554 - Enum constant in enum class org.refcodes.web.HttpStatusCode
554 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_555 - Enum constant in enum class org.refcodes.web.HttpStatusCode
555 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_556 - Enum constant in enum class org.refcodes.web.HttpStatusCode
556 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_557 - Enum constant in enum class org.refcodes.web.HttpStatusCode
557 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_558 - Enum constant in enum class org.refcodes.web.HttpStatusCode
558 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_559 - Enum constant in enum class org.refcodes.web.HttpStatusCode
559 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_560 - Enum constant in enum class org.refcodes.web.HttpStatusCode
560 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_561 - Enum constant in enum class org.refcodes.web.HttpStatusCode
561 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_562 - Enum constant in enum class org.refcodes.web.HttpStatusCode
562 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_563 - Enum constant in enum class org.refcodes.web.HttpStatusCode
563 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_564 - Enum constant in enum class org.refcodes.web.HttpStatusCode
564 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_565 - Enum constant in enum class org.refcodes.web.HttpStatusCode
565 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_566 - Enum constant in enum class org.refcodes.web.HttpStatusCode
566 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_567 - Enum constant in enum class org.refcodes.web.HttpStatusCode
567 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_568 - Enum constant in enum class org.refcodes.web.HttpStatusCode
568 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_569 - Enum constant in enum class org.refcodes.web.HttpStatusCode
569 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_570 - Enum constant in enum class org.refcodes.web.HttpStatusCode
570 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_571 - Enum constant in enum class org.refcodes.web.HttpStatusCode
571 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_572 - Enum constant in enum class org.refcodes.web.HttpStatusCode
572 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_573 - Enum constant in enum class org.refcodes.web.HttpStatusCode
573 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_574 - Enum constant in enum class org.refcodes.web.HttpStatusCode
574 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_575 - Enum constant in enum class org.refcodes.web.HttpStatusCode
575 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_576 - Enum constant in enum class org.refcodes.web.HttpStatusCode
576 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_577 - Enum constant in enum class org.refcodes.web.HttpStatusCode
577 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_578 - Enum constant in enum class org.refcodes.web.HttpStatusCode
578 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_579 - Enum constant in enum class org.refcodes.web.HttpStatusCode
579 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_580 - Enum constant in enum class org.refcodes.web.HttpStatusCode
580 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_581 - Enum constant in enum class org.refcodes.web.HttpStatusCode
581 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_582 - Enum constant in enum class org.refcodes.web.HttpStatusCode
582 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_583 - Enum constant in enum class org.refcodes.web.HttpStatusCode
583 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_584 - Enum constant in enum class org.refcodes.web.HttpStatusCode
584 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_585 - Enum constant in enum class org.refcodes.web.HttpStatusCode
585 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_586 - Enum constant in enum class org.refcodes.web.HttpStatusCode
586 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_587 - Enum constant in enum class org.refcodes.web.HttpStatusCode
587 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_588 - Enum constant in enum class org.refcodes.web.HttpStatusCode
588 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_589 - Enum constant in enum class org.refcodes.web.HttpStatusCode
589 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_590 - Enum constant in enum class org.refcodes.web.HttpStatusCode
590 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_591 - Enum constant in enum class org.refcodes.web.HttpStatusCode
591 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_592 - Enum constant in enum class org.refcodes.web.HttpStatusCode
592 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_593 - Enum constant in enum class org.refcodes.web.HttpStatusCode
593 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_594 - Enum constant in enum class org.refcodes.web.HttpStatusCode
594 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_595 - Enum constant in enum class org.refcodes.web.HttpStatusCode
595 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_596 - Enum constant in enum class org.refcodes.web.HttpStatusCode
596 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_597 - Enum constant in enum class org.refcodes.web.HttpStatusCode
597 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_598 - Enum constant in enum class org.refcodes.web.HttpStatusCode
598 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SERVER_ERROR_599 - Enum constant in enum class org.refcodes.web.HttpStatusCode
599 Unassigned server error (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_208 - Enum constant in enum class org.refcodes.web.HttpStatusCode
208 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_209 - Enum constant in enum class org.refcodes.web.HttpStatusCode
209 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_210 - Enum constant in enum class org.refcodes.web.HttpStatusCode
210 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_211 - Enum constant in enum class org.refcodes.web.HttpStatusCode
211 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_212 - Enum constant in enum class org.refcodes.web.HttpStatusCode
212 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_213 - Enum constant in enum class org.refcodes.web.HttpStatusCode
213 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_214 - Enum constant in enum class org.refcodes.web.HttpStatusCode
214 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_215 - Enum constant in enum class org.refcodes.web.HttpStatusCode
215 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_216 - Enum constant in enum class org.refcodes.web.HttpStatusCode
216 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_217 - Enum constant in enum class org.refcodes.web.HttpStatusCode
217 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_218 - Enum constant in enum class org.refcodes.web.HttpStatusCode
218 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_219 - Enum constant in enum class org.refcodes.web.HttpStatusCode
219 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_220 - Enum constant in enum class org.refcodes.web.HttpStatusCode
220 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_221 - Enum constant in enum class org.refcodes.web.HttpStatusCode
221 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_222 - Enum constant in enum class org.refcodes.web.HttpStatusCode
222 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_223 - Enum constant in enum class org.refcodes.web.HttpStatusCode
223 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_224 - Enum constant in enum class org.refcodes.web.HttpStatusCode
224 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_225 - Enum constant in enum class org.refcodes.web.HttpStatusCode
225 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_226 - Enum constant in enum class org.refcodes.web.HttpStatusCode
226 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_227 - Enum constant in enum class org.refcodes.web.HttpStatusCode
227 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_228 - Enum constant in enum class org.refcodes.web.HttpStatusCode
228 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_229 - Enum constant in enum class org.refcodes.web.HttpStatusCode
229 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_230 - Enum constant in enum class org.refcodes.web.HttpStatusCode
230 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_231 - Enum constant in enum class org.refcodes.web.HttpStatusCode
231 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_232 - Enum constant in enum class org.refcodes.web.HttpStatusCode
232 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_233 - Enum constant in enum class org.refcodes.web.HttpStatusCode
233 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_234 - Enum constant in enum class org.refcodes.web.HttpStatusCode
234 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_235 - Enum constant in enum class org.refcodes.web.HttpStatusCode
235 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_236 - Enum constant in enum class org.refcodes.web.HttpStatusCode
236 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_237 - Enum constant in enum class org.refcodes.web.HttpStatusCode
237 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_238 - Enum constant in enum class org.refcodes.web.HttpStatusCode
238 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_239 - Enum constant in enum class org.refcodes.web.HttpStatusCode
239 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_240 - Enum constant in enum class org.refcodes.web.HttpStatusCode
240 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_241 - Enum constant in enum class org.refcodes.web.HttpStatusCode
241 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_242 - Enum constant in enum class org.refcodes.web.HttpStatusCode
242 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_243 - Enum constant in enum class org.refcodes.web.HttpStatusCode
243 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_244 - Enum constant in enum class org.refcodes.web.HttpStatusCode
244 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_245 - Enum constant in enum class org.refcodes.web.HttpStatusCode
245 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_246 - Enum constant in enum class org.refcodes.web.HttpStatusCode
246 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_247 - Enum constant in enum class org.refcodes.web.HttpStatusCode
247 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_248 - Enum constant in enum class org.refcodes.web.HttpStatusCode
248 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_249 - Enum constant in enum class org.refcodes.web.HttpStatusCode
249 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_250 - Enum constant in enum class org.refcodes.web.HttpStatusCode
250 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_251 - Enum constant in enum class org.refcodes.web.HttpStatusCode
251 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_252 - Enum constant in enum class org.refcodes.web.HttpStatusCode
252 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_253 - Enum constant in enum class org.refcodes.web.HttpStatusCode
253 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_254 - Enum constant in enum class org.refcodes.web.HttpStatusCode
254 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_255 - Enum constant in enum class org.refcodes.web.HttpStatusCode
255 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_256 - Enum constant in enum class org.refcodes.web.HttpStatusCode
256 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_257 - Enum constant in enum class org.refcodes.web.HttpStatusCode
257 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_258 - Enum constant in enum class org.refcodes.web.HttpStatusCode
258 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_259 - Enum constant in enum class org.refcodes.web.HttpStatusCode
259 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_260 - Enum constant in enum class org.refcodes.web.HttpStatusCode
260 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_261 - Enum constant in enum class org.refcodes.web.HttpStatusCode
261 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_262 - Enum constant in enum class org.refcodes.web.HttpStatusCode
262 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_263 - Enum constant in enum class org.refcodes.web.HttpStatusCode
263 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_264 - Enum constant in enum class org.refcodes.web.HttpStatusCode
264 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_265 - Enum constant in enum class org.refcodes.web.HttpStatusCode
265 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_266 - Enum constant in enum class org.refcodes.web.HttpStatusCode
266 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_267 - Enum constant in enum class org.refcodes.web.HttpStatusCode
267 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_268 - Enum constant in enum class org.refcodes.web.HttpStatusCode
268 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_269 - Enum constant in enum class org.refcodes.web.HttpStatusCode
269 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_270 - Enum constant in enum class org.refcodes.web.HttpStatusCode
270 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_271 - Enum constant in enum class org.refcodes.web.HttpStatusCode
271 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_272 - Enum constant in enum class org.refcodes.web.HttpStatusCode
272 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_273 - Enum constant in enum class org.refcodes.web.HttpStatusCode
273 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_274 - Enum constant in enum class org.refcodes.web.HttpStatusCode
274 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_275 - Enum constant in enum class org.refcodes.web.HttpStatusCode
275 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_276 - Enum constant in enum class org.refcodes.web.HttpStatusCode
276 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_277 - Enum constant in enum class org.refcodes.web.HttpStatusCode
277 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_278 - Enum constant in enum class org.refcodes.web.HttpStatusCode
278 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_279 - Enum constant in enum class org.refcodes.web.HttpStatusCode
279 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_280 - Enum constant in enum class org.refcodes.web.HttpStatusCode
280 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_281 - Enum constant in enum class org.refcodes.web.HttpStatusCode
281 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_282 - Enum constant in enum class org.refcodes.web.HttpStatusCode
282 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_283 - Enum constant in enum class org.refcodes.web.HttpStatusCode
283 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_284 - Enum constant in enum class org.refcodes.web.HttpStatusCode
284 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_285 - Enum constant in enum class org.refcodes.web.HttpStatusCode
285 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_286 - Enum constant in enum class org.refcodes.web.HttpStatusCode
286 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_287 - Enum constant in enum class org.refcodes.web.HttpStatusCode
287 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_288 - Enum constant in enum class org.refcodes.web.HttpStatusCode
288 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_289 - Enum constant in enum class org.refcodes.web.HttpStatusCode
289 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_290 - Enum constant in enum class org.refcodes.web.HttpStatusCode
290 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_291 - Enum constant in enum class org.refcodes.web.HttpStatusCode
291 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_292 - Enum constant in enum class org.refcodes.web.HttpStatusCode
292 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_293 - Enum constant in enum class org.refcodes.web.HttpStatusCode
293 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_294 - Enum constant in enum class org.refcodes.web.HttpStatusCode
294 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_295 - Enum constant in enum class org.refcodes.web.HttpStatusCode
295 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_296 - Enum constant in enum class org.refcodes.web.HttpStatusCode
296 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_297 - Enum constant in enum class org.refcodes.web.HttpStatusCode
297 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_298 - Enum constant in enum class org.refcodes.web.HttpStatusCode
298 Unassigned success (unknown or undefined) HTTP-Status-Code.
UNASSIGNED_SUCCESS_299 - Enum constant in enum class org.refcodes.web.HttpStatusCode
299 Unassigned success (unknown or undefined) HTTP-Status-Code.
UnassignedStatusCodeException - Exception Class in org.refcodes.web
The Class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, String, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, String, Throwable) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, String, Throwable, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Throwable) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Throwable, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Url, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Url, String, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Url, String, Throwable) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Url, Throwable) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UnassignedStatusCodeException(int, Url, Throwable, String) - Constructor for exception class org.refcodes.web.UnassignedStatusCodeException
Instantiates the class UnassignedStatusCodeException.
UNAUTHORIZED - Enum constant in enum class org.refcodes.web.HttpStatusCode
401 Unauthorized (HTTP/1.0 - RFC 1945)
UnauthorizedException - Exception Class in org.refcodes.web
The Class UnauthorizedException.
UnauthorizedException(String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(String, String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(String, Throwable) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Throwable) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Throwable, String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Url, String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Url, String, String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Url, Throwable) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UnauthorizedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.UnauthorizedException
Instantiates the class UnauthorizedException.
UNAVAILABLE_FOR_LEGAL_REASONS - Enum constant in enum class org.refcodes.web.HttpStatusCode
451 Unavailable For Legal Reasons (HTTP - RFC 7725).
UnavailableForLegalReasonsException - Exception Class in org.refcodes.web
The Class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(String, String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(String, Throwable) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(String, Throwable, String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Throwable) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Throwable, String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Url, String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Url, String, String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Url, Throwable) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.UnavailableForLegalReasonsException
Instantiates the class UnavailableForLegalReasonsException.
UNKNOWN - Enum constant in enum class org.refcodes.web.TopLevelType
 
UNPROCESSABLE_ENTITY - Enum constant in enum class org.refcodes.web.HttpStatusCode
422 Unprocessable Entity (WebDAV - RFC 2518).
UnprocessableEntityException - Exception Class in org.refcodes.web
The Class UnprocessableEntityException.
UnprocessableEntityException(String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(String, String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(String, Throwable) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(String, Throwable, String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Throwable) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Throwable, String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Url, String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Url, String, String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Url, Throwable) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UnprocessableEntityException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.UnprocessableEntityException
Instantiates the class UnprocessableEntityException.
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.refcodes.web.HttpStatusCode
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
UnsupportedMediaTypeException - Exception Class in org.refcodes.web
Thrown in case a Media-Type has been provied which is not supported.
UnsupportedMediaTypeException(String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(String, String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(String, Throwable) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(String, Throwable, String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Throwable) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Throwable, String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Url, String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Url, String, String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Url, Throwable) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.UnsupportedMediaTypeException
Instantiates the class UnsupportedMediaTypeException.
UP - Enum constant in enum class org.refcodes.web.LinkRelation
 
updateToken(HttpBodyTable) - Method in class org.refcodes.web.OauthToken
Sets (updates) the internal fields with the data from the HttpBodyTable as of the OauthField definitions.
Url - Class in org.refcodes.web
The Url class represents an immutable URL: An URL looks something like this:
Url() - Constructor for class org.refcodes.web.Url
Default constructor.
Url(String) - Constructor for class org.refcodes.web.Url
Constructs an Url from the provided URL String.
Url(String, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, String, int) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, String, int, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, String, int, String, FormFields) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, String, int, String, FormFields, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, String, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, String, String, FormFields) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, String, String, FormFields, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(String, FormFields) - Constructor for class org.refcodes.web.Url
Constructs an Url from the provided URL String.
Url(String, FormFields, String) - Constructor for class org.refcodes.web.Url
Constructs an Url from the provided URL String.
Url(URL) - Constructor for class org.refcodes.web.Url
Constructs an Url from the provided URL instance.
Url(Scheme, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Scheme, String, int) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Scheme, String, int, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Scheme, String, int, String, FormFields) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Scheme, String, int, String, FormFields, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Scheme, String, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Scheme, String, String, FormFields) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Scheme, String, String, FormFields, String) - Constructor for class org.refcodes.web.Url
Constructs an Url with the common attributes.
Url(Url) - Constructor for class org.refcodes.web.Url
Creates an Url from the provided Url.
Url(Url, String...) - Constructor for class org.refcodes.web.Url
Some Url algebra: Adds the provided path to the given Url by prepending it to the Url's path.
Url(Url, Url) - Constructor for class org.refcodes.web.Url
Constructs a new Url from the given Url instances by adding the other Url's data to the first Url's data.
UrlAccessor - Interface in org.refcodes.web
Provides an accessor for a Url property..
UrlAccessor.UrlBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a Url property returning the builder for applying multiple build operations.
UrlAccessor.UrlMutator - Interface in org.refcodes.web
Provides a mutator for a Url property.
UrlAccessor.UrlProperty - Interface in org.refcodes.web
Provides a Url property.
UrlBuilder - Class in org.refcodes.web
The UrlBuilder extends an immutable Url with mutable functionality.
UrlBuilder() - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String, int) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String, int, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String, int, String, FormFields) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String, int, String, FormFields, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String, String, FormFields) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, String, String, FormFields, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, FormFields) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(String, FormFields, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(URL) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String, int) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String, int, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String, int, String, FormFields) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String, int, String, FormFields, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String, String, FormFields) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Scheme, String, String, FormFields, String) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Url) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Url, String...) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlBuilder(Url, Url) - Constructor for class org.refcodes.web.UrlBuilder
Instantiates the class UrlBuilder.
UrlSugar - Class in org.refcodes.web
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for Url (UrlBuilder) creation and tweaking: import static org.refcodes.web.UrlSugar
UrlSugar() - Constructor for class org.refcodes.web.UrlSugar
 
USE_PROXY - Enum constant in enum class org.refcodes.web.HttpStatusCode
305 Use Proxy (HTTP/1.1 - RFC 2616)
UseProxyException - Exception Class in org.refcodes.web
The Class UseProxyException.
UseProxyException(String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(String, String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(String, Throwable) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(String, Throwable, String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Throwable) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Throwable, String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Url, String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Url, String, String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Url, Throwable) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
UseProxyException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.UseProxyException
Instantiates the class UseProxyException.
USER_AGENT - Enum constant in enum class org.refcodes.web.HeaderField
 
USER_NAME - Enum constant in enum class org.refcodes.web.OauthField
"...
UserAgentAccessor - Interface in org.refcodes.web
Provides an accessor for a user agent property.
UserAgentAccessor.UserAgentBuilder<B> - Interface in org.refcodes.web
Provides a builder method for a user agent property returning the builder for applying multiple build operations.
UserAgentAccessor.UserAgentMutator - Interface in org.refcodes.web
Provides a mutator for a user agent property.
UserAgentAccessor.UserAgentProperty - Interface in org.refcodes.web
Provides a user agent property.
USERNAME - Enum constant in enum class org.refcodes.web.HeaderField
For OAuth: "...

V

validate(String) - Method in class org.refcodes.web.BearerAuthCredentials
Validates the provided user-name and secret with this BearerAuthCredentials via TokenCredentials.isValid(String).
validate(String, String) - Method in class org.refcodes.web.BasicAuthCredentials
Validates the provided user-name and secret with this BasicAuthCredentials via BasicCredentials.isValid(String, String).
validate(BasicCredentials) - Method in class org.refcodes.web.BasicAuthCredentials
validate(TokenCredentials) - Method in class org.refcodes.web.BearerAuthCredentials
validate(V) - Method in interface org.refcodes.web.AuthTypeCredentials
VALUE_SELECTOR - Static variable in interface org.refcodes.web.MediaTypeFactory
 
valueOf(String) - Static method in enum class org.refcodes.web.AuthType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.BasicAuthResponse
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.ContentEncoding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.ContentTypeParametersOntology
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.CookieAttribute
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.GrantType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.HeaderField
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.HttpMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.HttpStatusCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.HttpSuccessCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.LinkRelation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.LoadBalancingStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.MediaType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.OauthField
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.Proxy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.TokenType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.TopLevelType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.refcodes.web.TransportLayerProtocol
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.refcodes.web.AuthType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.BasicAuthResponse
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.ContentEncoding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.ContentTypeParametersOntology
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.CookieAttribute
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.GrantType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.HeaderField
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.HttpMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.HttpStatusCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.HttpSuccessCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.LinkRelation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.LoadBalancingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.MediaType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.OauthField
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.Proxy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.TokenType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.TopLevelType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.refcodes.web.TransportLayerProtocol
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Enum constant in enum class org.refcodes.web.CookieAttribute
 
VERSION_HISTORY - Enum constant in enum class org.refcodes.web.LinkRelation
 
VersionNotSupportedException - Exception Class in org.refcodes.web
The Class VersionNotSupportedException.
VersionNotSupportedException(String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(String, String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(String, Throwable) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(String, Throwable, String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Throwable) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Throwable, String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Url, String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Url, String, String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Url, String, Throwable) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Url, String, Throwable, String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Url, Throwable) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VersionNotSupportedException(Url, Throwable, String) - Constructor for exception class org.refcodes.web.VersionNotSupportedException
Instantiates the class VersionNotSupportedException.
VIA - Enum constant in enum class org.refcodes.web.LinkRelation
 
VIDEO - Enum constant in enum class org.refcodes.web.TopLevelType
 
VIDEO_1D_INTERLEAVED_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_3GPP - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_3GPP_TT - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_3GPP2 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_AV1 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_BMPEG - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_BT656 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_CELB - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_DV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_ENCAPRTP - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_EVC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_EXAMPLE - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_FFV1 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_FLEXFEC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H261 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H263 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H263_1998 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H263_2000 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H264 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H264_RCDO - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H264_SVC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H265 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_H266 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_ISO_SEGMENT - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_JPEG - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_JPEG2000 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_JPEG2000_SCL - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_JXSV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_LOTTIE_JSON - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MATROSKA - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MATROSKA_3D - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MJ2 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MP1S - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MP2P - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MP2T - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MP4 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MP4V_ES - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MPEG - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MPEG4_GENERIC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_MPV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_NV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_OGG - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_PARITYFEC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_POINTER - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_QUICKTIME - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_RAPTORFEC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_RAW - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_RTP_ENC_AESCM128 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_RTPLOOPBACK - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_RTX - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_SCIP - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_SMPTE291 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_SMPTE292M - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_ULPFEC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VC1 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VC2 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_BLOCKFACT_FACTV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_CCTV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DECE_HD - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DECE_MOBILE - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DECE_MP4 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DECE_PD - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DECE_SD - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DECE_VIDEO - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DIRECTV_MPEG - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DIRECTV_MPEG_TTS - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DLNA_MPEG_TTS - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_DVB_FILE - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_FVT - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_HNS_VIDEO - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_IPTVFORUM_1DPARITYFEC_1010 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_IPTVFORUM_1DPARITYFEC_2005 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_IPTVFORUM_2DPARITYFEC_1010 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_IPTVFORUM_2DPARITYFEC_2005 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_IPTVFORUM_TTSAVC - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_IPTVFORUM_TTSMPEG2 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_MOTOROLA_VIDEO - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_MOTOROLA_VIDEOP - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_MPEGURL - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_MS_PLAYREADY_MEDIA_PYV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_OBJECTVIDEO - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_PLANAR - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_RADGAMETTOOLS_BINK - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_RADGAMETTOOLS_SMACKER - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_SEALED_MPEG1 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_SEALED_MPEG4 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_SEALED_SWF - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_SEALEDMEDIA_SOFTSEAL_MOV - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_UVVU_MP4 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_VIVO - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VND_YOUTUBE_YT - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VP8 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_VP9 - Enum constant in enum class org.refcodes.web.MediaType
 
VIDEO_WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
VirtualHostAccessor - Interface in org.refcodes.web
Provides an accessor for a virtual host property.
VirtualHostAccessor.VirtualHostBuilder<B> - Interface in org.refcodes.web
Provides a mutator for an virtual host property.
VirtualHostAccessor.VirtualHostMutator - Interface in org.refcodes.web
Provides a mutator for a virtual host property.
VirtualHostAccessor.VirtualHostProperty - Interface in org.refcodes.web
Provides a virtual host property.

W

WebException - Exception Class in org.refcodes.web
The base runtime exception for networking related issues.
WebException(String) - Constructor for exception class org.refcodes.web.WebException
Instantiates the class WebException.
WebException(String, String) - Constructor for exception class org.refcodes.web.WebException
Instantiates the class WebException.
WebException(String, Throwable) - Constructor for exception class org.refcodes.web.WebException
Instantiates the class WebException.
WebException(String, Throwable, String) - Constructor for exception class org.refcodes.web.WebException
Instantiates the class WebException.
WebException(Throwable) - Constructor for exception class org.refcodes.web.WebException
Instantiates the class WebException.
WebException(Throwable, String) - Constructor for exception class org.refcodes.web.WebException
Instantiates the class WebException.
WEBMENTION - Enum constant in enum class org.refcodes.web.LinkRelation
 
WILDCARD - Enum constant in enum class org.refcodes.web.MediaType
 
WILDCARD - Enum constant in enum class org.refcodes.web.TopLevelType
 
WILDCARD_SYMBOL - Static variable in interface org.refcodes.web.MimeType
 
witAddCookie(String) - Method in class org.refcodes.web.ResponseHeaderFields
withAcceptCharsets(String...) - Method in interface org.refcodes.web.HeaderFields
Sets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET. "...
withAcceptCharsets(List) - Method in interface org.refcodes.web.HeaderFields
Sets the the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET. "...
withAcceptEncodings(List) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
withAcceptEncodings(ContentEncoding...) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
withAcceptLanguages(List) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.ACCEPT_LANGUAGE: "...
withAcceptLanguages(Locale...) - Method in interface org.refcodes.web.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.ACCEPT_LANGUAGE:
withAcceptTypes(List) - Method in interface org.refcodes.web.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
withAcceptTypes(HttpMediaType...) - Method in interface org.refcodes.web.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
withAddCookie(C) - Method in interface org.refcodes.web.HeaderFields
Builder method for the HeaderFields.addCookie(Cookie) method.
withAddCookie(String, String) - Method in interface org.refcodes.web.HeaderFields
Builder method for the HeaderFields.addCookie(String, String) method.
withAddCookie(ResponseCookie) - Method in class org.refcodes.web.ResponseHeaderFields
Builder method for the HeaderFields.addCookie(Cookie) method.
withAddTo(Enum, String) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.withAddTo(String, String) though using the provided enumeration's Enum.toString() method to determine the key.
withAddTo(Enum, String...) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.withAddTo(String, String...) though using the provided enumeration's Enum.toString() method to determine the key.
withAddTo(Enum, List) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.withAddTo(String, List) though using the provided enumeration's Enum.toString() method to determine the key.
withAddTo(String, String) - Method in interface org.refcodes.web.HttpFields
Builder method for the HttpFields.addTo(String, String) method.
withAddTo(String, String...) - Method in interface org.refcodes.web.HttpFields
Builder method for the HttpFields.addTo(String, String...) method.
withAddTo(String, List) - Method in interface org.refcodes.web.HttpFields
Builder method for the HttpFields.addTo(String, List) method.
withAddTo(HeaderField, String) - Method in interface org.refcodes.web.HeaderFields
withAddTo(HeaderField, String...) - Method in interface org.refcodes.web.HeaderFields
withAddTo(HeaderField, List) - Method in interface org.refcodes.web.HeaderFields
withAddToHeaderFields(String, String) - Method in interface org.refcodes.web.HttpRequestBuilder
withAddToHeaderFields(String, String) - Method in interface org.refcodes.web.HttpResponseBuilder
withAddToHeaderFields(String, String...) - Method in interface org.refcodes.web.HttpRequestBuilder
withAddToHeaderFields(String, String...) - Method in interface org.refcodes.web.HttpResponseBuilder
withAddToHeaderFields(String, List) - Method in interface org.refcodes.web.HttpRequestBuilder
withAddToHeaderFields(String, List) - Method in interface org.refcodes.web.HttpResponseBuilder
withAddToHeaderFields(HeaderField, String...) - Method in interface org.refcodes.web.HttpRequestBuilder
With add to Header-Fields.
withAddToHeaderFields(HeaderField, List) - Method in interface org.refcodes.web.HttpRequestBuilder
With add to Header-Fields.
withAddToQueryFields(String, String) - Method in interface org.refcodes.web.HttpRequestBuilder
withAddToQueryFields(String, String) - Method in class org.refcodes.web.UrlBuilder
Adds a value to the list of values associated with the given Query-Field (key) and returns this builder as of the Builder-Pattern.
withAddToQueryFields(String, String...) - Method in interface org.refcodes.web.HttpRequestBuilder
withAddToQueryFields(String, String...) - Method in class org.refcodes.web.UrlBuilder
Adds values to the list of values associated with the given Query-Field (key) and returns this builder as of the Builder-Pattern.
withAddToQueryFields(String, List) - Method in interface org.refcodes.web.HttpRequestBuilder
withAllowMethods(List) - Method in interface org.refcodes.web.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
withAllowMethods(HttpMethod...) - Method in interface org.refcodes.web.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
withAppendToPath(String) - Method in class org.refcodes.web.UrlBuilder
Appends a path element to the path as of the Builder-Pattern.
withAppendToPath(String...) - Method in class org.refcodes.web.UrlBuilder
Appends multiple path elements to the path, automatically adding the path separator "/" as required as of the Builder-Pattern.
withAuthenticate(String) - Method in interface org.refcodes.web.HeaderFields
Sets the WWW-Authenticate Response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
withAuthorization(String) - Method in interface org.refcodes.web.HeaderFields
Sets the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
withAuthorization(String, String) - Method in interface org.refcodes.web.HeaderFields
Sets the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
withAuthorization(AuthType, String) - Method in interface org.refcodes.web.HeaderFields
Sets the Authorize Request-Header-Field HeaderField.AUTHORIZATION: "...
withAuthType(String, String) - Method in interface org.refcodes.web.AuthTypeAccessor.AuthTypeBuilder
Sets the AuthType from the bearer and token for the Authorization-Type property.
withAuthType(AuthType) - Method in interface org.refcodes.web.AuthTypeAccessor.AuthTypeBuilder
Sets the AuthType for the Authorization-Type property.
withBaseLocator(String) - Method in interface org.refcodes.web.BaseLocatorAccessor.BaseLocatorBuilder
Sets the base locator for the base locator property.
withBaseUrl(String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given String.
withBaseUrl(String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
withBaseUrl(String, String, int) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(String, String, int, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(String, String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
withBaseUrl(URL) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
Sets the base URL (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
withBaseUrl(Scheme, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
withBaseUrl(Scheme, String, int) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(Scheme, String, int, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(Scheme, String, String) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
withBaseUrl(Url) - Method in interface org.refcodes.web.BaseUrlAccessor.BaseUrlBuilder
Sets the base Url (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
withBasicAuthCredentials(String, String) - Method in interface org.refcodes.web.BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder
Sets the BasicAuthCredentials from the user name and the secret for the Basic-Authentication credentials property.
withBasicAuthCredentials(String, String) - Method in interface org.refcodes.web.HeaderFields
Sets the user name and secret (password) for HTTP Basic-Authentication.
withBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.web.BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder
Sets the BasicAuthCredentials for the Basic-Authentication credentials property.
withBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.web.HeaderFields
Sets the BasicAuthCredentials (user name and secret) for HTTP Basic-Authentication.
withBasicAuthRequired(String) - Method in interface org.refcodes.web.HeaderFields
Sets the WWW-Authenticate field for Basic-Authentication with the given realm.
withBearerAuthCredentials(String) - Method in interface org.refcodes.web.BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder
Sets the BearerAuthCredentials from the token for the bearer auth credentials property.
withBearerAuthCredentials(String) - Method in interface org.refcodes.web.HeaderFields
Sets the token (secret) for HTTP bearer authentication.
withBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.web.BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder
Sets the BearerAuthCredentials for the bearer auth credentials property.
withBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.web.HeaderFields
Sets the BearerAuthCredentials (token) for HTTP bearer authentication.
withCharset(String) - Method in class org.refcodes.web.ContentTypeParameters.Builder
Sets the character set parameter.
withCharsetParameter(String) - Method in class org.refcodes.web.ContentType.Builder
Sets the charset parameter.
withCidrNotation(String) - Method in class org.refcodes.web.UrlBuilder
withContentEncoding(ContentEncoding) - Method in interface org.refcodes.web.HeaderFields
Sets the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
withContentLength(Integer) - Method in interface org.refcodes.web.HeaderFields
Sets he Content-Length request-Header-Field HeaderField.CONTENT_LENGTH: "...
withContentType(ContentType) - Method in interface org.refcodes.web.ContentTypeAccessor.ContentTypeBuilder
Sets the Content-Type for the Content-Type property.
withContentType(HttpMediaType) - Method in interface org.refcodes.web.HeaderFields
Sets the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE.
withDomain(String) - Method in class org.refcodes.web.ResponseCookie
Sets the domain for this cookie.
withExpiresAfter(TimeUnit, long) - Method in class org.refcodes.web.ResponseCookie
Builder method for the method ResponseCookie.setExpiresAfter(TimeUnit, long).
withExpiresDate(Date) - Method in class org.refcodes.web.ResponseCookie
Sets the expiration date of this cookie and returns this instance as of the Builder-Pattern.
withFormFields(FormFields) - Method in interface org.refcodes.web.FormFieldsAccessor.FormFieldsBuilder
Sets the request Form-Fields to use and returns this builder as of the Builder-Pattern.
withFragment(String) - Method in interface org.refcodes.web.FragmentAccessor.FragmentBuilder
Sets the fragment to use and returns this builder as of the builder pattern.
withFragment(String) - Method in class org.refcodes.web.UrlBuilder
Sets the fragment to use and returns this builder as of the builder pattern.
withHeaderField(HeaderField) - Method in interface org.refcodes.web.HeaderFieldAccessor.HeaderFieldBuilder
Sets the HeaderField for the HeaderField property.
withHeaderFields(T) - Method in interface org.refcodes.web.HeaderFieldsAccessor.HeaderFieldsBuilder
Sets the Header-Fields to use and returns this builder as of the Builder-Pattern.
withHost(String) - Method in interface org.refcodes.web.HeaderFields
Sets the Host request-Header-Field HeaderField.HOST: "...
withHost(String) - Method in interface org.refcodes.web.HostAccessor.HostBuilder
Sets the host to use and returns this builder as of the builder pattern.
withHost(String) - Method in class org.refcodes.web.UrlBuilder
Sets the host to use and returns this builder as of the builder pattern.
withHttpAuthorization(String) - Method in interface org.refcodes.web.AuthTypeCredentials
Initializes this AuthTypeCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
withHttpAuthorization(String) - Method in class org.refcodes.web.BasicAuthCredentials
Initializes this AuthTypeCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
withHttpAuthorization(String) - Method in class org.refcodes.web.BearerAuthCredentials
Initializes this AuthTypeCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
withHttpBody(String) - Method in interface org.refcodes.web.HttpBodyAccessor.HttpBodyBuilder
Sets the HTTP body for the HTTP body property.
withHttpCookie(String) - Method in interface org.refcodes.web.Cookie
Sets the cookie according to the provided HTTP cookie text via Cookie.fromHttpCookie(String).
withHttpCookie(String) - Method in class org.refcodes.web.RequestCookie
Sets the cookie according to the provided HTTP cookie text via Cookie.fromHttpCookie(String).
withHttpCookie(String) - Method in class org.refcodes.web.ResponseCookie
Sets the cookie according to the provided HTTP cookie text via Cookie.fromHttpCookie(String).
withHttpInputStream(InputStream) - Method in interface org.refcodes.web.HttpInputStreamAccessor.HttpInputStreamBuilder
Sets the InputStream for the HTTP InputStream property.
withHttpMethod(HttpMethod) - Method in interface org.refcodes.web.HttpMethodAccessor.HttpMethodBuilder
Sets the HTTP-Method for the HTTP-Method property.
withHttpOnly(boolean) - Method in class org.refcodes.web.ResponseCookie
Sets whether it be an HTTP only cookie.
withHttpStatusCode(HttpStatusCode) - Method in class org.refcodes.web.HttpServerResponse
Sets the HTTP Status-Code for the HTTP Status-Code property.
withHttpStatusCode(HttpStatusCode) - Method in interface org.refcodes.web.HttpStatusCodeAccessor.HttpStatusCodeBuilder
Sets the HTTP Status-Code for the HTTP Status-Code property.
withHttpSuccessCode(HttpSuccessCode) - Method in interface org.refcodes.web.HttpSuccessCodeAccessor.HttpSuccessCodeBuilder
Sets the HTTP success code for the HTTP success code property.
withIdentity(String) - Method in class org.refcodes.web.BasicAuthCredentialsBuilder
withIdentity(String) - Method in class org.refcodes.web.UrlBuilder
withInsert(Object) - Method in class org.refcodes.web.HttpBodyTable
withInsert(ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(Object[], Object, Object[]) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(Object[], ImmutablePathTable, Object[]) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(Object, Object, Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(Object, ImmutablePathTable, Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(String[], Object, String[]) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(String[], ImmutablePathTable, String[]) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(String, Object, String) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(String, ImmutablePathTable, String) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(Collection, Object, Collection) - Method in class org.refcodes.web.HttpBodyTable
withInsertBetween(Collection, ImmutablePathTable, Collection) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(Object, Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(Object, Object...) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(Object, String) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(Object, String...) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(Object, Collection) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(ImmutablePathTable, Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(ImmutablePathTable, Object...) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(ImmutablePathTable, String) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(ImmutablePathTable, String...) - Method in class org.refcodes.web.HttpBodyTable
withInsertFrom(ImmutablePathTable, Collection) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(Object[], Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(Object[], ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(Object, Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(Object, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(String[], Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(String[], ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(String, Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(String, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(Collection, Object) - Method in class org.refcodes.web.HttpBodyTable
withInsertTo(Collection, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withIpAddress(int[]) - Method in class org.refcodes.web.UrlBuilder
withLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.web.LoadBalancingStrategyAccessor.LoadBalancingStrategyBuilder
Sets the load balancing strategy for the load balancing strategy property.
withLocalAddress(InetSocketAddress) - Method in interface org.refcodes.web.LocalAddressAccessor.LocalAddressBuilder
Sets the local address for the local address property.
withLocation(String) - Method in class org.refcodes.web.ResponseHeaderFields
Sets the Location Response-Header-Field HeaderField.LOCATION: "...
withMaxAge(int) - Method in class org.refcodes.web.ResponseCookie
Builder method for ResponseCookie.setMaxAge(int).
withMediaSubType(String) - Method in class org.refcodes.web.ContentType.Builder
Sets the media sub-type.
withMediaType(String) - Method in interface org.refcodes.web.HttpMediaTypeAccessor.HttpMediaTypeBuilder
Sets the HTTP Media-Type for the HTTP Media-Type property.
withMediaType(MimeType) - Method in class org.refcodes.web.ContentType.Builder
Sets the media type.
withMediaType(MimeType) - Method in interface org.refcodes.web.MediaTypeAccessor.MediaTypeBuilder
Sets the Media-Type for the Media-Type property.
withMediaType(TopLevelType, String) - Method in class org.refcodes.web.ContentType.Builder
Sets the media type.
withMediaTypes(MimeType[]) - Method in interface org.refcodes.web.MediaTypesAccessor.MediaTypesBuilder
Sets the Media-Types for the Media-Types property.
withMerge(Object) - Method in class org.refcodes.web.HttpBodyTable
withMerge(ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(Object[], Object, Object[]) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(Object[], ImmutablePathTable, Object[]) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(Object, Object, Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(Object, ImmutablePathTable, Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(String[], Object, String[]) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(String[], ImmutablePathTable, String[]) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(String, Object, String) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(String, ImmutablePathTable, String) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(Collection, Object, Collection) - Method in class org.refcodes.web.HttpBodyTable
withMergeBetween(Collection, ImmutablePathTable, Collection) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(Object, Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(Object, Object...) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(Object, String) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(Object, String...) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(Object, Collection) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(ImmutablePathTable, Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(ImmutablePathTable, Object...) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(ImmutablePathTable, String) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(ImmutablePathTable, String...) - Method in class org.refcodes.web.HttpBodyTable
withMergeFrom(ImmutablePathTable, Collection) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(Object[], Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(Object[], ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(Object, Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(Object, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(String[], Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(String[], ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(String, Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(String, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(Collection, Object) - Method in class org.refcodes.web.HttpBodyTable
withMergeTo(Collection, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withOAuthToken(OauthToken) - Method in interface org.refcodes.web.OauthTokenAccessor.OauthTokenBuilder
Sets the OAuth token for the OAuth token property
withParameter(Enum, Object) - Method in class org.refcodes.web.ContentType.Builder
Adds a custom parameter.
withParameter(String, Object) - Method in class org.refcodes.web.ContentType.Builder
Adds a custom parameter.
withParameter(String, String, Object) - Method in class org.refcodes.web.ContentType.Builder
Adds a value using a namespace-aware key.
withParameter(Taxon, T) - Method in class org.refcodes.web.ContentType.Builder
Adds a custom Taxon term to the builder.
withParameters(Map) - Method in class org.refcodes.web.ContentType.Builder
Adds all properties found in the given map, overwriting any previously set properties.
withPath(String) - Method in class org.refcodes.web.ResponseCookie
Sets the path of the cookie.
withPath(String) - Method in class org.refcodes.web.UrlBuilder
withPort(int) - Method in class org.refcodes.web.UrlBuilder
withProperties(Map) - Method in class org.refcodes.web.ContentTypeParameters.Builder
withProperty(Enum, Object) - Method in class org.refcodes.web.ContentTypeParameters.Builder
withProperty(String, Object) - Method in class org.refcodes.web.ContentTypeParameters.Builder
withProperty(Taxon, T) - Method in class org.refcodes.web.ContentTypeParameters.Builder
withProtocol(String) - Method in interface org.refcodes.web.SchemeAccessor.SchemeBuilder
Sets the protocol for the URL scheme.
withProtocol(String) - Method in class org.refcodes.web.UrlBuilder
Sets the protocol for the URL scheme.
withPut(Enum, String) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.withPut(String, String) though using the provided enumeration's Enum.toString() method to determine the key.
withPut(Enum, String...) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.withPut(String, String...) though using the provided enumeration's Enum.toString() method to determine the key.
withPut(Enum, List) - Method in interface org.refcodes.web.HttpFields
Same as HttpFields.withPut(String, List) though using the provided enumeration's Enum.toString() method to determine the key.
withPut(Object[], String) - Method in class org.refcodes.web.HttpBodyTable
withPut(String[], String) - Method in class org.refcodes.web.HttpBodyTable
withPut(String, String) - Method in class org.refcodes.web.HttpBodyTable
withPut(String, String) - Method in interface org.refcodes.web.HttpFields
Builder method for the HttpFields.put(String, String) method.
withPut(String, String...) - Method in interface org.refcodes.web.HttpFields
Builder method for the HttpFields.put(String, String...) method.
withPut(String, List) - Method in interface org.refcodes.web.HttpFields
Builder method for the Map.put(Object, Object) method.
withPut(Collection, String) - Method in class org.refcodes.web.HttpBodyTable
withPut(Property) - Method in class org.refcodes.web.HttpBodyTable
withPut(Relation) - Method in class org.refcodes.web.HttpBodyTable
withPut(HeaderField, String) - Method in interface org.refcodes.web.HeaderFields
withPut(HeaderField, String...) - Method in interface org.refcodes.web.HeaderFields
withPut(HeaderField, List) - Method in interface org.refcodes.web.HeaderFields
withPutBoolean(Object[], Boolean) - Method in class org.refcodes.web.HttpBodyTable
withPutBoolean(Object, Boolean) - Method in class org.refcodes.web.HttpBodyTable
withPutBoolean(String[], Boolean) - Method in class org.refcodes.web.HttpBodyTable
withPutBoolean(String, Boolean) - Method in class org.refcodes.web.HttpBodyTable
withPutBoolean(Collection, Boolean) - Method in class org.refcodes.web.HttpBodyTable
withPutByte(Object[], Byte) - Method in class org.refcodes.web.HttpBodyTable
withPutByte(Object, Byte) - Method in class org.refcodes.web.HttpBodyTable
withPutByte(String[], Byte) - Method in class org.refcodes.web.HttpBodyTable
withPutByte(String, Byte) - Method in class org.refcodes.web.HttpBodyTable
withPutByte(Collection, Byte) - Method in class org.refcodes.web.HttpBodyTable
withPutChar(Object[], Character) - Method in class org.refcodes.web.HttpBodyTable
withPutChar(Object, Character) - Method in class org.refcodes.web.HttpBodyTable
withPutChar(String[], Character) - Method in class org.refcodes.web.HttpBodyTable
withPutChar(String, Character) - Method in class org.refcodes.web.HttpBodyTable
withPutChar(Collection, Character) - Method in class org.refcodes.web.HttpBodyTable
withPutClass(Object[], Class) - Method in class org.refcodes.web.HttpBodyTable
withPutClass(Object, Class) - Method in class org.refcodes.web.HttpBodyTable
withPutClass(String[], Class) - Method in class org.refcodes.web.HttpBodyTable
withPutClass(String, Class) - Method in class org.refcodes.web.HttpBodyTable
withPutClass(Collection, Class) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(int, Object) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(Object[], int, Object) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(Object[], int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(Object, int, Object) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(Object, int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(String[], int, Object) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(String[], int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(String, int, Object) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(String, int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(Collection, int, Object) - Method in class org.refcodes.web.HttpBodyTable
withPutDirAt(Collection, int, ImmutablePathTable) - Method in class org.refcodes.web.HttpBodyTable
withPutDouble(Object[], Double) - Method in class org.refcodes.web.HttpBodyTable
withPutDouble(Object, Double) - Method in class org.refcodes.web.HttpBodyTable
withPutDouble(String[], Double) - Method in class org.refcodes.web.HttpBodyTable
withPutDouble(String, Double) - Method in class org.refcodes.web.HttpBodyTable
withPutDouble(Collection, Double) - Method in class org.refcodes.web.HttpBodyTable
withPutEnum(Object[], E) - Method in class org.refcodes.web.HttpBodyTable
withPutEnum(Object, E) - Method in class org.refcodes.web.HttpBodyTable
withPutEnum(String[], E) - Method in class org.refcodes.web.HttpBodyTable
withPutEnum(String, E) - Method in class org.refcodes.web.HttpBodyTable
withPutEnum(Collection, E) - Method in class org.refcodes.web.HttpBodyTable
withPutFloat(Object[], Float) - Method in class org.refcodes.web.HttpBodyTable
withPutFloat(Object, Float) - Method in class org.refcodes.web.HttpBodyTable
withPutFloat(String[], Float) - Method in class org.refcodes.web.HttpBodyTable
withPutFloat(String, Float) - Method in class org.refcodes.web.HttpBodyTable
withPutFloat(Collection, Float) - Method in class org.refcodes.web.HttpBodyTable
withPutInt(Object[], Integer) - Method in class org.refcodes.web.HttpBodyTable
withPutInt(Object, Integer) - Method in class org.refcodes.web.HttpBodyTable
withPutInt(String[], Integer) - Method in class org.refcodes.web.HttpBodyTable
withPutInt(String, Integer) - Method in class org.refcodes.web.HttpBodyTable
withPutInt(Collection, Integer) - Method in class org.refcodes.web.HttpBodyTable
withPutLong(Object[], Long) - Method in class org.refcodes.web.HttpBodyTable
withPutLong(Object, Long) - Method in class org.refcodes.web.HttpBodyTable
withPutLong(String[], Long) - Method in class org.refcodes.web.HttpBodyTable
withPutLong(String, Long) - Method in class org.refcodes.web.HttpBodyTable
withPutLong(Collection, Long) - Method in class org.refcodes.web.HttpBodyTable
withPutShort(Object[], Short) - Method in class org.refcodes.web.HttpBodyTable
withPutShort(Object, Short) - Method in class org.refcodes.web.HttpBodyTable
withPutShort(String[], Short) - Method in class org.refcodes.web.HttpBodyTable
withPutShort(String, Short) - Method in class org.refcodes.web.HttpBodyTable
withPutShort(Collection, Short) - Method in class org.refcodes.web.HttpBodyTable
withPutStatusAlias(String) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/alias") status alias.
withPutStatusAlias(HttpStatusCode) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/alias") status alias.
withPutStatusCode(int) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/code") status code.
withPutStatusCode(HttpStatusCode) - Method in class org.refcodes.web.HttpBodyTable
Puts a public path's ("status/code") status code.
withPutString(Object[], String) - Method in class org.refcodes.web.HttpBodyTable
withPutString(Object, String) - Method in class org.refcodes.web.HttpBodyTable
withPutString(String[], String) - Method in class org.refcodes.web.HttpBodyTable
withPutString(String, String) - Method in class org.refcodes.web.HttpBodyTable
withPutString(Collection, String) - Method in class org.refcodes.web.HttpBodyTable
withQuality(double) - Method in class org.refcodes.web.ContentTypeParameters.Builder
Sets the quality parameter.
withQueryFields(FormFields) - Method in interface org.refcodes.web.QueryFieldsAccessor.QueryFieldsBuilder
Sets the request Query-Fields to use and returns this builder as of the Builder-Pattern.
withQueryFields(FormFields) - Method in class org.refcodes.web.UrlBuilder
Sets the request Query-Fields to use and returns this builder as of the Builder-Pattern.
withRealm(String) - Method in interface org.refcodes.web.RealmAccessor.RealmBuilder
Sets the realm for the realm property.
withRedirectDepth(int) - Method in interface org.refcodes.web.RedirectDepthAccessor.RedirectDepthBuilder
Sets the redirect depth for the redirect depth property.
withRemoteAddress(InetSocketAddress) - Method in interface org.refcodes.web.RemoteAddressAccessor.RemoteAddressBuilder
Sets the remote address for the remote address property.
withRemoveFrom(Object) - Method in class org.refcodes.web.HttpBodyTable
withRemoveFrom(Object...) - Method in class org.refcodes.web.HttpBodyTable
withRemoveFrom(String) - Method in class org.refcodes.web.HttpBodyTable
withRemoveFrom(String...) - Method in class org.refcodes.web.HttpBodyTable
withRemoveFrom(Collection) - Method in class org.refcodes.web.HttpBodyTable
withRemovePaths(String...) - Method in class org.refcodes.web.HttpBodyTable
withRequestHeaderFields(RequestHeaderFields) - Method in interface org.refcodes.web.RequestHeaderFieldsAccessor.RequestHeaderFieldsBuilder
Sets the request Header-Fields to use and returns this builder as of the Builder-Pattern.
withRequestId(String) - Method in interface org.refcodes.web.HeaderFields
Sets the (interprocess) Request-Correlation TID field HeaderField.REQUEST_ID: A Request-Correlation TID is an TID to uniquely identify an entity (request) across multiple systems.
withResponse(RES) - Method in class org.refcodes.web.HttpServerResponse
Sets the response for the response property.
withResponseHeaderFields(ResponseHeaderFields) - Method in interface org.refcodes.web.ResponseHeaderFieldsAccessor.ResponseHeaderFieldsBuilder
Sets the response Header-Fields to use and returns this builder as of the Builder-Pattern.
withScheme(Scheme) - Method in interface org.refcodes.web.SchemeAccessor.SchemeBuilder
Sets the UrlScheme for the URL scheme.
withScheme(Scheme) - Method in class org.refcodes.web.UrlBuilder
Sets the UrlScheme for the URL scheme.
withSecret(String) - Method in class org.refcodes.web.BasicAuthCredentialsBuilder
withSecret(String) - Method in class org.refcodes.web.UrlBuilder
withSecure(boolean) - Method in class org.refcodes.web.ResponseCookie
Sets whether it be a secure HTTP cookie.
withSessionId(String) - Method in interface org.refcodes.web.HeaderFields
Sets the (interprocess) Session-Correlation TID field HeaderField.SESSION_ID: A Session-Correlation TID is an TID to uniquely identify an entity (session) across multiple systems.
withTopLevelType(String) - Method in class org.refcodes.web.ContentType.Builder
Sets the top-level type.
withTopLevelType(TopLevelType) - Method in class org.refcodes.web.ContentType.Builder
Sets the top-level type.
withTopLevelType(TopLevelType) - Method in interface org.refcodes.web.TopLevelTypeAccessor.TopLevelTypeBuilder
Sets the Media-Top-Level-Type for the Media-Top-Level-Type property.
withUrl(Url) - Method in interface org.refcodes.web.UrlAccessor.UrlBuilder
Sets the Url for the Url property.
withUserAgent(String) - Method in interface org.refcodes.web.HeaderFields
Sets he User-Agent request-Header-Field HeaderField.USER_AGENT: "...
withUserAgent(String) - Method in interface org.refcodes.web.UserAgentAccessor.UserAgentBuilder
Sets the user agent for the user agent property.
withVersion(String) - Method in class org.refcodes.web.ResponseCookie
withVirtualHost(String) - Method in interface org.refcodes.web.VirtualHostAccessor.VirtualHostBuilder
Sets the virtual host to use and returns this builder as of the builder pattern.
WORKING_COPY - Enum constant in enum class org.refcodes.web.LinkRelation
 
WORKING_COPY_OF - Enum constant in enum class org.refcodes.web.LinkRelation
 
WWW_AUTHENTICATE - Enum constant in enum class org.refcodes.web.HeaderField
 

X

X_B3_PARENT_SPAN_ID - Enum constant in enum class org.refcodes.web.HeaderField
B3 ids are fixed-length lowerhex encoded values.
X_B3_TRACE_ID - Enum constant in enum class org.refcodes.web.HeaderField
B3 ids are fixed-length lowerhex encoded values.
X_B3_TRACE_SPAN_ID - Enum constant in enum class org.refcodes.web.HeaderField
B3 ids are fixed-length lowerhex encoded values.
X_REQUEST_ID - Enum constant in enum class org.refcodes.web.HeaderField
"...
XmlMediaTypeFactory - Class in org.refcodes.web
Implements the MediaTypeFactory for Media-Type "application/xml" ( MediaType.APPLICATION_XML).
XmlMediaTypeFactory() - Constructor for class org.refcodes.web.XmlMediaTypeFactory
 

Y

YamlMediaTypeFactory - Class in org.refcodes.web
Implements the MediaTypeFactory for Media-Type "application/YAML" ( MediaType.APPLICATION_YAML).
YamlMediaTypeFactory() - Constructor for class org.refcodes.web.YamlMediaTypeFactory
Constructs the YamlMediaTypeFactory.

_

_accessToken - Variable in class org.refcodes.web.OauthToken
 
_customGrant - Variable in class org.refcodes.web.OauthToken
 
_expiresIn - Variable in class org.refcodes.web.OauthToken
 
_fragment - Variable in class org.refcodes.web.Url
 
_grantType - Variable in class org.refcodes.web.OauthToken
 
_headerFields - Variable in class org.refcodes.web.AbstractHttpRequest
 
_host - Variable in class org.refcodes.web.Url
 
_httpMethod - Variable in class org.refcodes.web.AbstractHttpRequest
 
_httpStatusCode - Variable in class org.refcodes.web.AbstractHttpResponse
 
_httpStatusCode - Variable in exception class org.refcodes.web.HttpStatusException
 
_identity - Variable in class org.refcodes.web.BasicCredentials
 
_identity - Variable in class org.refcodes.web.Url
 
_ipAddress - Variable in class org.refcodes.web.Url
 
_isDisposed - Variable in class org.refcodes.web.OauthToken
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.web.HttpClientRequest
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.web.HttpClientResponse
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.web.HttpServerRequest
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.web.HttpServerResponse
 
_notBeforePolicy - Variable in class org.refcodes.web.OauthToken
 
_path - Variable in class org.refcodes.web.Url
 
_port - Variable in class org.refcodes.web.Url
 
_protocol - Variable in class org.refcodes.web.Url
 
_queryFields - Variable in class org.refcodes.web.Url
 
_refreshExpiresIn - Variable in class org.refcodes.web.OauthToken
 
_refreshToken - Variable in class org.refcodes.web.OauthToken
 
_scheme - Variable in class org.refcodes.web.Url
 
_scope - Variable in class org.refcodes.web.OauthToken
 
_secret - Variable in class org.refcodes.web.BasicCredentials
 
_secret - Variable in class org.refcodes.web.Url
 
_sessionState - Variable in class org.refcodes.web.OauthToken
 
_tokenType - Variable in class org.refcodes.web.OauthToken
 
_url - Variable in class org.refcodes.web.AbstractHttpRequest
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form