A B C D E F G H I J K L M N O P R S T U V W X Y Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRuntimeException - Exception in tech.becoming.common.exceptions
- AbstractRuntimeException(String) - Constructor for exception tech.becoming.common.exceptions.AbstractRuntimeException
- AbstractRuntimeException(String, List<ExceptionDetail>) - Constructor for exception tech.becoming.common.exceptions.AbstractRuntimeException
- AbstractRuntimeException(String, ExceptionDetail) - Constructor for exception tech.becoming.common.exceptions.AbstractRuntimeException
- Accept - Static variable in class tech.becoming.common.constants.HttpHeader
-
Content negotiation
Request header
Informs the server about the types of data that can be sent back. - ACCEPT_CH - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
Response header
HTML5
Servers can advertise support for Client Hints using the Accept-CH header field or an equivalent HTML <metq> element with http-equiv attribute - ACCEPT_CH_LIFETIME - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
Response header
Servers can ask the client to remember the set of Client Hints that the server supports for a specified period of time, to enable delivery of Client Hints on subsequent requests to the server’s origin (RFC6454). - ACCEPT_CHARSET - Static variable in class tech.becoming.common.constants.HttpHeader
-
Content negotiation
Request header
Which character encodings the client understands. - ACCEPT_ENCODING - Static variable in class tech.becoming.common.constants.HttpHeader
-
Content negotiation
Request header
The encoding algorithm, usually a compression algorithm, that can be used on the resource sent back. - ACCEPT_LANGUAGE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Content negotiation
Request header
Informs the server about the human language the server is expected to send back. - ACCEPT_PUSH_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other A client can express the desired push policy for a request by sending an Accept-Push-Policy header field in the request.
- ACCEPT_RANGES - Static variable in class tech.becoming.common.constants.HttpHeader
-
Range requests
Response header
Indicates if the server supports range requests, and if so in which unit the range can be expressed. - ACCEPT_SIGNATURE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other A client can send the Accept-Signature header field to indicate intention to take advantage of any available signatures and to indicate what kinds of signatures it supports.
- ACCEPTED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
The request has been received but not yet acted upon. - ACCEPTED_202 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
The request has been received but not yet acted upon. - ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Response header
Indicates whether the response to the request can be exposed when the credentials flag is true. - ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Response header
Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request. - ACCESS_CONTROL_ALLOW_METHODS - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Response header
Specifies the methods allowed when accessing the resource in response to a preflight request. - ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Response header
Indicates whether the response can be shared. - ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Response header
Indicates which headers can be exposed as part of the response by listing their names. - ACCESS_CONTROL_MAX_AGE - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Response header
Indicates how long the results of a preflight request can be cached. - ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Request header
Used when issuing a preflight request to let the server know which HTTP headers will be used when the actual request is made. - ACCESS_CONTROL_REQUEST_METHOD - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Request header
Used when issuing a preflight request to let the server know which HTTP method will be used when the actual request is made. - AFTER_DAWN - tech.becoming.common.enums.TimesOfDay
- AFTER_LUNCH - tech.becoming.common.enums.TimesOfDay
- AFTER_NOON - tech.becoming.common.enums.TimesOfDay
- AFTER_SUNSET - tech.becoming.common.enums.TimesOfDay
- AGE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Caching
Response header
The time, in seconds, that the object has been in a proxy cache. - ALLOW - Static variable in class tech.becoming.common.constants.HttpHeader
-
Response context
Entity header
Lists the set of HTTP request methods supported by a resource. - ALREADY_REPORTED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
WebDAV
Used inside a <dav:propstat> response element to avoid repeatedly enumerating the internal members of multiple bindings to the same collection. - ALREADY_REPORTED_208 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
WebDAV
Used inside a <dav:propstat> response element to avoid repeatedly enumerating the internal members of multiple bindings to the same collection. - ALT_SVC - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Used to list alternate ways to reach this service. - APRIL - tech.becoming.common.enums.Months
- AUGUST - tech.becoming.common.enums.Months
- AUTHORIZATION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Authentication
Request header
Contains the credentials to authenticate a user-agent with a server.
B
- BAD_GATEWAY - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
This error response means that the server, while working as a gateway to get a response needed to handle the request, got an invalid response. - BAD_GATEWAY_502 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
This error response means that the server, while working as a gateway to get a response needed to handle the request, got an invalid response. - BAD_REQUEST - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The server could not understand the request due to invalid syntax. - BAD_REQUEST_400 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The server could not understand the request due to invalid syntax. - BadRequestException - Exception in tech.becoming.common.exceptions
- BadRequestException() - Constructor for exception tech.becoming.common.exceptions.BadRequestException
- BadRequestException(List<ExceptionDetail>) - Constructor for exception tech.becoming.common.exceptions.BadRequestException
- BadRequestException(ExceptionDetail) - Constructor for exception tech.becoming.common.exceptions.BadRequestException
- BEFORE_DAWN - tech.becoming.common.enums.TimesOfDay
- BEFORE_SUNSET - tech.becoming.common.enums.TimesOfDay
C
- CACHE_CONTROL - Static variable in class tech.becoming.common.constants.HttpHeader
-
Caching
General header
Directives for caching mechanisms in both requests and responses. - CLEAR_SITE_DATA - Static variable in class tech.becoming.common.constants.HttpHeader
-
Caching
Response header
Clears browsing data (e.g. cookies, storage, cache) associated with the requesting website. - CONFLICT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
This response is sent when a request conflicts with the current state of the server. - CONFLICT_409 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
This response is sent when a request conflicts with the current state of the server. - CONNECT - Static variable in class tech.becoming.common.constants.HttpMethod
-
The CONNECT method establishes a tunnel to the server identified by the target resource.
- CONNECTION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Connection management
General header
Controls whether the network connection stays open after the current transaction finishes. - CONTENT_DISPOSITION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Downloads
Response header (for the main body)
General header (for a subpart of a multipart
Indicates if the resource transmitted should be displayed inline (default behavior without the header), or if it should be handled like a download and the browser should present a “Save As” dialog. - CONTENT_DPR - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
A number that indicates the ratio between physical pixels over CSS pixels of the selected image response. - CONTENT_ENCODING - Static variable in class tech.becoming.common.constants.HttpHeader
-
Message body information
Entity header
Used to specify the compression algorithm. - CONTENT_LANGUAGE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Message body information
Entity header
Describes the human language(s) intended for the audience, so that it allows a user to differentiate according to the users' own preferred language. - CONTENT_LENGTH - Static variable in class tech.becoming.common.constants.HttpHeader
-
Message body information
Entity header
The size of the resource, in decimal number of bytes. - CONTENT_LOCATION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Message body information
Entity header
Indicates an alternate location for the returned data. - CONTENT_RANGE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Range requests
Response header
Indicates where in a full body message a partial message belongs. - CONTENT_SECURITY_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Controls resources the user agent is allowed to load for a given page. - CONTENT_SECURITY_POLICY_REPORT_ONLY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Allows web developers to experiment with policies by monitoring, but not enforcing, their effects. - CONTENT_TYPE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Message body information
Entity header
Indicates the media type of the resource. - CONTINUE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Informational responses (100–199)
This interim response indicates that everything so far is OK and that the client should continue the request, or ignore the response if the request is already finished. - CONTINUE_100 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Informational responses (100–199)
This interim response indicates that everything so far is OK and that the client should continue the request, or ignore the response if the request is already finished. - COOKIE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Cookies
Contains stored HTTP cookies previously sent by the server with the Set-Cookie header. - COOKIE_2 - Static variable in class tech.becoming.common.constants.HttpHeader
-
Deprecated.Cookies Contains an HTTP cookie previously sent by the server with the Set-Cookie2 header, but has been obsoleted. Use Cookie instead
- CREATED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
The request has succeeded, and a new resource has been created as a result. - CREATED_201 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
The request has succeeded, and a new resource has been created as a result. - CROSS_ORIGIN_EMBEDDER_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Allows a server to declare an embedder policy for a given document. - CROSS_ORIGIN_OPENER_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Prevents other domains from opening/controlling a window. - CROSS_ORIGIN_RESOURCE_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Prevents other domains from reading the response of the resources to which this header is applied.
D
- DAILY - tech.becoming.common.enums.Periodicity
- Date - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Contains the date and time at which the message was originated. - DateTime - Class in tech.becoming.common.constants
- DateTime() - Constructor for class tech.becoming.common.constants.DateTime
- Days - Enum in tech.becoming.common.enums
- dd_MM_yyyy - Static variable in class tech.becoming.common.constants.DateTime
- dd_MM_yyyy_HH_mm_ss - Static variable in class tech.becoming.common.constants.DateTime
- DECEMBER - tech.becoming.common.enums.Months
- DELETE - Static variable in class tech.becoming.common.constants.HttpMethod
-
The DELETE method deletes the specified resource.
- DEVICE_MEMORY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
Request header
Technically a part of Device Memory API, this header represents an approximate amount of RAM client has. - DNT - Static variable in class tech.becoming.common.constants.HttpHeader
-
Do Not Track
Request header
Expresses the user's tracking preference. - DPR - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
Request header
A number that indicates the client’s current Device Pixel Ratio (DPR), which is the ratio of physical pixels over CSS pixels (Section 5.2 of [CSSVAL]) of the layout viewport (Section 9.1.1 of [CSS2]) on the device.
E
- EARLY_DATA - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
Request header
Indicates that the request has been conveyed in early data. - EARLY_HITS - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Informational responses (100–199)
This status code is primarily intended to be used with the Link header, letting the user agent start preloading resources while the server prepares a response. - EARLY_HITS_103 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Informational responses (100–199)
This status code is primarily intended to be used with the Link header, letting the user agent start preloading resources while the server prepares a response. - EARLY_MORNING - tech.becoming.common.enums.TimesOfDay
- EIGHT - tech.becoming.common.enums.HoursWithPM
- EIGHT_PM - tech.becoming.common.enums.HoursWithPM
- ELEVEN - tech.becoming.common.enums.HoursWithPM
- ELEVEN_PM - tech.becoming.common.enums.HoursWithPM
- ETAG - Static variable in class tech.becoming.common.constants.HttpHeader
-
Conditionals
Response header
A unique string identifying the version of the resource. - EVENING - tech.becoming.common.enums.TimesOfDay
- ExceptionDetail - Class in tech.becoming.common.exceptions
- ExceptionDetail() - Constructor for class tech.becoming.common.exceptions.ExceptionDetail
- EXPECT - Static variable in class tech.becoming.common.constants.HttpHeader
-
Controls
Request header
Indicates expectations that need to be fulfilled by the server to properly handle the request. - EXPECT_CT - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Allows sites to opt in to reporting and/or enforcement of Certificate Transparency requirements, which prevents the use of misissued certificates for that site from going unnoticed. - EXPECTATION_FAILED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
This response code means the expectation indicated by the Expect request header field can't be met by the server. - EXPECTATION_FAILED_417 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
This response code means the expectation indicated by the Expect request header field can't be met by the server. - EXPIRES - Static variable in class tech.becoming.common.constants.HttpHeader
-
Caching
Response header
The date/time after which the response is considered stale.
F
- FAILED_DEPENDENCY - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
WebDAV
The request failed due to failure of a previous request. - FAILED_DEPENDENCY_424 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
WebDAV
The request failed due to failure of a previous request. - FEATURE_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Provides a mechanism to allow and deny the use of browser features in its own frame, and in iframes that it embeds. - FEBRUARY - tech.becoming.common.enums.Months
- FIVE - tech.becoming.common.enums.HoursWithPM
- FIVE_PM - tech.becoming.common.enums.HoursWithPM
- FORBIDDEN - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. - FORBIDDEN_403 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The client does not have access rights to the content; that is, it is unauthorized, so the server is refusing to give the requested resource. - FORWARDED - Static variable in class tech.becoming.common.constants.HttpHeader
-
Proxies
Request header
Contains information from the client-facing side of proxy servers that is altered or lost when a proxy is involved in the path of the request. - FOUND - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Redirects (300–399)
This response code means that the URI of requested resource has been changed temporarily. - FOUND_302 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Redirects (300–399)
This response code means that the URI of requested resource has been changed temporarily. - FOUR - tech.becoming.common.enums.HoursWithPM
- FOUR_PM - tech.becoming.common.enums.HoursWithPM
- FROM - Static variable in class tech.becoming.common.constants.HttpHeader
-
Request context
Request header
Contains an Internet email address for a human user who controls the requesting user agent.
G
- GATEWAY_TIMEOUT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
This error response is given when the server is acting as a gateway and cannot get a response in time. - GATEWAY_TIMEOUT_504 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
This error response is given when the server is acting as a gateway and cannot get a response in time. - GET - Static variable in class tech.becoming.common.constants.HttpMethod
-
The HTTP GET method requests a representation of the specified resource.
- getHourOfDay() - Method in enum tech.becoming.common.enums.HoursWithPM
- getHttpCode() - Method in exception tech.becoming.common.exceptions.AbstractRuntimeException
- getHttpCode() - Method in exception tech.becoming.common.exceptions.BadRequestException
- getHttpCode() - Method in exception tech.becoming.common.exceptions.NotFoundException
- getHttpCode() - Method in exception tech.becoming.common.exceptions.NotImplementedException
- getHttpCode() - Method in exception tech.becoming.common.exceptions.UnauthenticatedException
- getHttpCode() - Method in exception tech.becoming.common.exceptions.UnauthorizedException
- getNow() - Method in enum tech.becoming.common.enums.HoursWithPM
- getThrowableMessage() - Method in class tech.becoming.common.exceptions.ExceptionDetail
- GONE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
This response is sent when the requested content has been permanently deleted from server, with no forwarding address. - GONE_410 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
This response is sent when the requested content has been permanently deleted from server, with no forwarding address.
H
- HEAD - Static variable in class tech.becoming.common.constants.HttpMethod
-
The HTTP HEAD method requests the headers that would be returned if the HEAD request's URL was instead requested with the HTTP GET method.
- HOST - Static variable in class tech.becoming.common.constants.HttpHeader
-
Request context
Request header
Specifies the domain name of the server (for virtual hosting), and (optionally) the TCP port number on which the server is listening. - HoursWithPM - Enum in tech.becoming.common.enums
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
The HTTP version used in the request is not supported by the server. - HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
The HTTP version used in the request is not supported by the server. - HttpHeader - Class in tech.becoming.common.constants
-
Headers can be grouped according to their contexts:
General headers apply to both requests and responses, but with no relation to the data transmitted in the body. - HttpMethod - Class in tech.becoming.common.constants
-
HTTP defines a set of request methods to indicate the desired action to be performed for a given resource.
- HttpStatusCode - Class in tech.becoming.common.constants
-
Constants for the http status codes
- HttpStatusName - Class in tech.becoming.common.constants
-
Constants for the http status codes
I
- I_AM_A_TEAPOT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The server refuses the attempt to brew coffee with a teapot. - I_AM_A_TEAPOT_418 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The server refuses the attempt to brew coffee with a teapot. - IF_MATCH - Static variable in class tech.becoming.common.constants.HttpHeader
-
Conditionals
Request header
Makes the request conditional, and applies the method only if the stored resource matches one of the given ETags. - IF_MODIFIED_SINCE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Conditionals
Request header
Makes the request conditional, and expects the entity to be transmitted only if it has been modified after the given date. - IF_NONE_MATCH - Static variable in class tech.becoming.common.constants.HttpHeader
-
Conditionals
Request header
Makes the request conditional, and applies the method only if the stored resource doesn't match any of the given ETags. - IF_RANGE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Range requests
Request header
Creates a conditional range request that is only fulfilled if the given etag or date matches the remote resource. - IF_UNMODIFIED_SINCE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Conditionals
Request header
Makes the request conditional, and expects the entity to be transmitted only if it has not been modified after the given date. - IM_USED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
HTTP Delta encoding
The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance. - IM_USED_226 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
HTTP Delta encoding
The server has fulfilled a GET request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance. - INSUFFICIENT_STORAGE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
WebDAV
The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request. - INSUFFICIENT_STORAGE_507 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
WebDAV
The method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request. - INTERNAL_SERVER_ERROR - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
The server has encountered a situation it doesn't know how to handle. - INTERNAL_SERVER_ERROR_500 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
The server has encountered a situation it doesn't know how to handle.
J
- JANUARY - tech.becoming.common.enums.Months
- JULY - tech.becoming.common.enums.Months
- JUNE - tech.becoming.common.enums.Months
K
- KEEP_ALIVE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Connection management
General header
Controls how long a persistent connection should stay open.
L
- LARGE_ALLOCATION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Response header
Tells the browser that the page being loaded is going to want to perform a large allocation. - LAST_EVENT_ID - Static variable in class tech.becoming.common.constants.HttpHeader
-
Server-sent events
- LAST_MODIFIED - Static variable in class tech.becoming.common.constants.HttpHeader
-
Conditionals
Response header
The last modification date of the resource, used to compare several versions of the same resource. - LATE_EVENING - tech.becoming.common.enums.TimesOfDay
- LENGTH_REQUIRED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
Server rejected the request because the Content-Length header field is not defined and the server requires it. - LENGTH_REQUIRED_411 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
Server rejected the request because the Content-Length header field is not defined and the server requires it. - LINK - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
The Link entity-header field provides a means for serialising one or more links in HTTP headers. - LOCATION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Redirects
Response header
Indicates the URL to redirect a page to. - LOCKED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
WebDAV
The resource that is being accessed is locked. - LOCKED_423 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
WebDAV
The resource that is being accessed is locked. - LOGGER - Static variable in exception tech.becoming.common.exceptions.AbstractRuntimeException
- LOOP_DETECTED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
The server detected an infinite loop while processing the request. - LOOP_DETECTED_508 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
The server detected an infinite loop while processing the request. - LUNCH_TIME - tech.becoming.common.enums.TimesOfDay
M
- MARCH - tech.becoming.common.enums.Months
- MAY - tech.becoming.common.enums.Months
- METHOD_NOT_ALLOWED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The request method is known by the server but has been disabled and cannot be used. - METHOD_NOT_ALLOWED_405 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The request method is known by the server but has been disabled and cannot be used. - MID_DAY - tech.becoming.common.enums.TimesOfDay
- MIDNIGHT - tech.becoming.common.enums.TimesOfDay
- MISDIRECTED_REQUEST - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The request was directed at a server that is not able to produce a response. - MISDIRECTED_REQUEST_421 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The request was directed at a server that is not able to produce a response. - MONDAY - tech.becoming.common.enums.Days
- MONTHLY - tech.becoming.common.enums.Periodicity
- Months - Enum in tech.becoming.common.enums
- MORNING - tech.becoming.common.enums.TimesOfDay
- MOVED_PERMANENTLY - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Redirects (300–399)
The URL of the requested resource has been changed permanently. - MOVED_PERMANENTLY_301 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Redirects (300–399)
The URL of the requested resource has been changed permanently. - MULTI_STATUS - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
Conveys information about multiple resources, for situations where multiple status codes might be appropriate. - MULTI_STATUS_207 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
Conveys information about multiple resources, for situations where multiple status codes might be appropriate. - MULTIPLE_CHOISES - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Redirects (300–399)
The request has more than one possible response. - MULTIPLE_CHOISES_300 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Redirects (300–399)
The request has more than one possible response.
N
- NEL - Static variable in class tech.becoming.common.constants.HttpHeader
-
Server-sent events
Response header
Defines a mechanism that enables developers to declare a network error reporting policy. - NET_EXTENDED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
Further extensions to the request are required for the server to fulfil it. - NET_EXTENDED_510 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
Further extensions to the request are required for the server to fulfil it. - NETWORK_AUTHENTICATION_REQUIRED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
The 511 status code indicates that the client needs to authenticate to gain network access. - NETWORK_AUTHENTICATION_REQUIRED_511 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
The 511 status code indicates that the client needs to authenticate to gain network access. - NIGHT - tech.becoming.common.enums.TimesOfDay
- NINE - tech.becoming.common.enums.HoursWithPM
- NINE_PM - tech.becoming.common.enums.HoursWithPM
- NO_CONTENT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
There is no content to send for this request, but the headers may be useful. - NO_CONTENT_204 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
There is no content to send for this request, but the headers may be useful. - NON_AUTHORITATIVE_INFORMATION - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
This response code means the returned meta-information is not exactly the same as is available from the origin server, but is collected from a local or a third-party copy. - NON_AUTHORITATIVE_INFORMATION_203 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
This response code means the returned meta-information is not exactly the same as is available from the origin server, but is collected from a local or a third-party copy. - NOT_ACCEPTABLE - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
This response is sent when the web server, after performing server-driven content negotiation, doesn't find any content that conforms to the criteria given by the user agent. - NOT_ACCEPTABLE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
This response is sent when the web server, after performing server-driven content negotiation, doesn't find any content that conforms to the criteria given by the user agent. - NOT_FOUND - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The server can not find the requested resource. - NOT_FOUND_404 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The server can not find the requested resource. - NOT_IMPLEMENTED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
The request method is not supported by the server and cannot be handled. - NOT_IMPLEMENTED_501 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
The request method is not supported by the server and cannot be handled. - NOT_MODIFIED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Redirects (300–399)
This is used for caching purposes. - NOT_MODIFIED_304 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Redirects (300–399)
This is used for caching purposes. - NotFoundException - Exception in tech.becoming.common.exceptions
- NotFoundException() - Constructor for exception tech.becoming.common.exceptions.NotFoundException
- NotFoundException(List<ExceptionDetail>) - Constructor for exception tech.becoming.common.exceptions.NotFoundException
- NotFoundException(ExceptionDetail) - Constructor for exception tech.becoming.common.exceptions.NotFoundException
- NotImplementedException - Exception in tech.becoming.common.exceptions
- NotImplementedException() - Constructor for exception tech.becoming.common.exceptions.NotImplementedException
- NotImplementedException(List<ExceptionDetail>) - Constructor for exception tech.becoming.common.exceptions.NotImplementedException
- NotImplementedException(ExceptionDetail) - Constructor for exception tech.becoming.common.exceptions.NotImplementedException
- NOVEMBER - tech.becoming.common.enums.Months
O
- OCTOBER - tech.becoming.common.enums.Months
- ofNameAndMessage(String, String) - Static method in class tech.becoming.common.exceptions.ExceptionDetail
- OK - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
The request has succeeded. - OK_200 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
The request has succeeded. - ONE - tech.becoming.common.enums.HoursWithPM
- ONE_PM - tech.becoming.common.enums.HoursWithPM
- OPTIONS - Static variable in class tech.becoming.common.constants.HttpMethod
-
The OPTIONS method describes the communication options for the target resource.
- ORIGIN - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Request header
Indicates where a fetch originates from.
P
- PARTIAL_CONTENT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
This response code is used when the Range header is sent from the client to request only part of a resource. - PARTIAL_CONTENT_206 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
This response code is used when the Range header is sent from the client to request only part of a resource. - PATCH - Static variable in class tech.becoming.common.constants.HttpMethod
-
The PATCH method applies partial modifications to a resource.
- PAYLOAD_TOO_LARGE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
Request entity is larger than limits defined by server; the server might close the connection or return an Retry-After header field. - PAYLOAD_TOO_LARGE_413 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
Request entity is larger than limits defined by server; the server might close the connection or return an Retry-After header field. - PAYMENT_REQUIRED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
This response code is reserved for future use. - PAYMENT_REQUIRED_402 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
This response code is reserved for future use. - Periodicity - Enum in tech.becoming.common.enums
- PERMANENT_REDIRECT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Redirects (300–399)
This means that the resource is now permanently located at another URI, specified by the Location: HTTP Response header. - PERMANENT_REDIRECT_308 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Redirects (300–399)
This means that the resource is now permanently located at another URI, specified by the Location: HTTP Response header. - PING_FROM - Static variable in class tech.becoming.common.constants.HttpHeader
-
Server-sent events
- PING_TO - Static variable in class tech.becoming.common.constants.HttpHeader
- POST - Static variable in class tech.becoming.common.constants.HttpMethod
-
The HTTP POST method sends data to the server.
- PRAGMA - Static variable in class tech.becoming.common.constants.HttpHeader
-
Caching
General header
Implementation-specific header that may have various effects anywhere along the request-response chain. - PRECONDITION_FAILED - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The client has indicated preconditions in its headers which the server does not meet. - PRECONDITION_FAILED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The client has indicated preconditions in its headers which the server does not meet. - PRECONDITION_REQUIRED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The origin server requires the request to be conditional. - PRECONDITION_REQUIRED_428 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The origin server requires the request to be conditional. - PROCESSING - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Informational responses (100–199)
WebDAV
This code indicates that the server has received and is processing the request, but no response is available yet. - PROCESSING_102 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Informational responses (100–199)
WebDAV
This code indicates that the server has received and is processing the request, but no response is available yet. - PROXY_AUTHENTICATE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Authentication
Response header
Defines the authentication method that should be used to access a resource behind a proxy server. - PROXY_AUTHENTICATION_REQUIRED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
This is similar to 401 but authentication is needed to be done by a proxy. - PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
This is similar to 401 but authentication is needed to be done by a proxy. - PROXY_AUTHORIZATION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Authentication
Request header
Contains the credentials to authenticate a user agent with a proxy server. - PUBLIC_KEY_PINS - Static variable in class tech.becoming.common.constants.HttpHeader
-
Deprecated.Security
HTTP Public Key Pinning (HPKP)
Associates a specific cryptographic public key with a certain web server to decrease the risk of MITM attacks with forged certificates.Public-Key-Pins: pin-sha256="<pin-value>"; max-age=<expire-time>; includeSubDomains; report-uri="<uri>" Examples Public-Key-Pins: pin-sha256="cUPcTAZWKaASuYWhhneDttWpY3oBAkE3h2+soZS7sWs="; pin-sha256="M8HztCzM3elUxkcjR2S5P4hhyBNf6lHkmjAHKhpGPWE="; max-age=5184000; includeSubDomains; report-uri="https://www.example.org/hpkp-report" - PUBLIC_KEY_PINS_REPORT_ONLY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Deprecated.Security
HTTP Public Key Pinning (HPKP)
Response header
Sends reports to the report-uri specified in the header and does still allow clients to connect to the server even if the pinning is violated.Public-Key-Pins-Report-Only: pin-sha256="<pin-value>"; max-age=<expire-time>; includeSubDomains; report-uri="<uri>" Public-Key-Pins-Report-Only: pin-sha256="cUPcTAZWKaASuYWhhneDttWpY3oBAkE3h2+soZS7sWs="; pin-sha256="M8HztCzM3elUxkcjR2S5P4hhyBNf6lHkmjAHKhpGPWE="; includeSubDomains; report-uri="https://www.example.org/hpkp-report" - PUSH_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
A Push-Policy defines the server behaviour regarding push when processing a request. - PUT - Static variable in class tech.becoming.common.constants.HttpMethod
-
The PUT method replaces all current representations of the target resource with the request payload.
R
- RANGE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Range requests
Request header
Indicates the part of a document that the server should return. - RANGE_NOT_SATISFIABLE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The range specified by the Range header field in the request can't be fulfilled; it's possible that the range is outside the size of the target URI's data - RANGE_NOT_SATISFIABLE_416 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The range specified by the Range header field in the request can't be fulfilled; it's possible that the range is outside the size of the target URI's data - REFERER - Static variable in class tech.becoming.common.constants.HttpHeader
-
Request context
Request header
The address of the previous web page from which a link to the currently requested page was followed. - REFERRER_POLICY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Request context
Response header
Governs which referrer information sent in the Referer header should be included with requests made. - REPORT_TO - Static variable in class tech.becoming.common.constants.HttpHeader
-
Server-sent events
Used to specify a server endpoint for the browser to send warning and error reports to. - REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The server is unwilling to process the request because its header fields are too large. - REQUEST_HEADER_FIELDS_TOO_LARGE_431 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The server is unwilling to process the request because its header fields are too large. - REQUEST_TIMEOUT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
This response is sent on an idle connection by some servers, even without any previous request by the client. - REQUEST_TIMEOUT_408 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
This response is sent on an idle connection by some servers, even without any previous request by the client. - REST_CONTENT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Successful responses (200–299)
Tells the user-agent to reset the document which sent this request. - REST_CONTENT_205 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Successful responses (200–299)
Tells the user-agent to reset the document which sent this request. - RETRY_AFTER - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Indicates how long the user agent should wait before making a follow-up request.
S
- SATURDAY - tech.becoming.common.enums.Days
- SAVE_DATA - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
A boolean that indicates the user agent's preference for reduced data usage. - SEC_FETCH_DEST - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Fetch metadata request headers
It is a request header that indicates the request's destination to a server. - SEC_FETCH_MODE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Fetch metadata request headers
It is a request header that indicates the request's mode to a server. - SEC_FETCH_SITE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Fetch metadata request headers
It is a request header that indicates the relationship between a request initiator's origin and its target's origin. - SEC_FETCH_USER - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Fetch metadata request headers
It is a request header that indicates whether or not a navigation request was triggered by user activation. - SEC_WEBSOCKET_ACCEPT - Static variable in class tech.becoming.common.constants.HttpHeader
-
WebSockets
- SEC_WEBSOCKET_EXTENSIONS - Static variable in class tech.becoming.common.constants.HttpHeader
-
WebSockets
- SEC_WEBSOCKET_KEY - Static variable in class tech.becoming.common.constants.HttpHeader
-
WebSockets
- SEC_WEBSOCKET_PROTOCOL - Static variable in class tech.becoming.common.constants.HttpHeader
-
WebSockets
- SEC_WEBSOCKET_VERSION - Static variable in class tech.becoming.common.constants.HttpHeader
-
WebSockets
- SEE_OTHER - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Redirects (300–399)
The server sent this response to direct the client to get the requested resource at another URI with a GET request. - SEE_OTHER_303 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Redirects (300–399)
The server sent this response to direct the client to get the requested resource at another URI with a GET request. - SEPTEMBER - tech.becoming.common.enums.Months
- SERVER - Static variable in class tech.becoming.common.constants.HttpHeader
-
Response context
Response header
Contains information about the software used by the origin server to handle the request. - SERVER_TIMING - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Communicates one or more metrics and descriptions for the given request-response cycle. - SERVICE_UNAVAILABLE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
The server is not ready to handle the request. - SERVICE_UNAVAILABLE_503 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
The server is not ready to handle the request. - SERVICE_WORKER_ALLOWED - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Used to remove the path restriction by including this header in the response of the Service Worker script. - SET_COOKIE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Cookies
Response header
Send cookies from the server to the user-agent. - SET_COOKIE_2 - Static variable in class tech.becoming.common.constants.HttpHeader
-
Deprecated.Cookies Contains an HTTP cookie previously sent by the server with the Set-Cookie2 header, but has been obsoleted. Use Cookie instead
- SEVEN - tech.becoming.common.enums.HoursWithPM
- SEVEN_PM - tech.becoming.common.enums.HoursWithPM
- SIGNATURE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
The Signature header field conveys a list of signatures for an exchange, each one accompanied by information about how to determine the authority of and refresh that signature. - SIGNED_HEADERS - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
The Signed-Headers header field identifies an ordered list of response header fields to include in a signature. - SIX - tech.becoming.common.enums.HoursWithPM
- SIX_PM - tech.becoming.common.enums.HoursWithPM
- SOURCEMAP - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Response header
Links generated code to a source map. - STRICT_TRANSPORT_SECURITY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Force communication using HTTPS instead of HTTP. - SUNDAY - tech.becoming.common.enums.Days
- SWITCHING_PROTOCOL - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Informational responses (100–199)
This code is sent in response to an Upgrade request header from the client, and indicates the protocol the server is switching to. - SWITCHING_PROTOCOL_101 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Informational responses (100–199)
This code is sent in response to an Upgrade request header from the client, and indicates the protocol the server is switching to.
T
- TE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Transfer Encoding
Request header
Specifies the transfer encodings the user agent is willing to accept. - tech.becoming.common.constants - package tech.becoming.common.constants
- tech.becoming.common.enums - package tech.becoming.common.enums
- tech.becoming.common.exceptions - package tech.becoming.common.exceptions
- TEMPORARY_REDIRECT - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Redirects (300–399)
The server sends this response to direct the client to get the requested resource at another URI with same method that was used in the prior request. - TEMPORARY_REDIRECT_307 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Redirects (300–399)
The server sends this response to direct the client to get the requested resource at another URI with same method that was used in the prior request. - TEN - tech.becoming.common.enums.HoursWithPM
- TEN_PM - tech.becoming.common.enums.HoursWithPM
- THREE - tech.becoming.common.enums.HoursWithPM
- THREE_PM - tech.becoming.common.enums.HoursWithPM
- throwIfEmpty(Optional<T>) - Static method in exception tech.becoming.common.exceptions.NotFoundException
- throwIfHasDetails(List<ExceptionDetail>) - Static method in exception tech.becoming.common.exceptions.BadRequestException
- THURSDAY - tech.becoming.common.enums.Days
- TimesOfDay - Enum in tech.becoming.common.enums
- TIMING_ALLOW_ORIGIN - Static variable in class tech.becoming.common.constants.HttpHeader
-
CORS
Response header
Specifies origins that are allowed to see values of attributes retrieved via features of the Resource Timing API, which would otherwise be reported as zero due to cross-origin restrictions. - TK - Static variable in class tech.becoming.common.constants.HttpHeader
-
Do Not Track
Response header
Indicates the tracking status of the corresponding response. - TOO_EARLY - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
Indicates that the server is unwilling to risk processing a request that might be replayed. - TOO_EARLY_425 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
Indicates that the server is unwilling to risk processing a request that might be replayed. - TOO_MANY_REQUESTS - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The user has sent too many requests in a given amount of time ("rate limiting"). - TOO_MANY_REQUESTS_429 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The user has sent too many requests in a given amount of time ("rate limiting"). - toString() - Method in exception tech.becoming.common.exceptions.AbstractRuntimeException
- TRACE - Static variable in class tech.becoming.common.constants.HttpMethod
-
The TRACE method performs a message loop-back test along the path to the target resource.
- TRAILER - Static variable in class tech.becoming.common.constants.HttpHeader
-
Transfer Encoding
Response header
Allows the sender to include additional fields at the end of chunked message. - TRANSFER_ENCODING - Static variable in class tech.becoming.common.constants.HttpHeader
-
Transfer coding
Response header
Specifies the form of encoding used to safely transfer the entity to the user. - TUESDAY - tech.becoming.common.enums.Days
- TWELVE - tech.becoming.common.enums.HoursWithPM
- TWO - tech.becoming.common.enums.HoursWithPM
- TWO_PM - tech.becoming.common.enums.HoursWithPM
U
- UnauthenticatedException - Exception in tech.becoming.common.exceptions
- UnauthenticatedException() - Constructor for exception tech.becoming.common.exceptions.UnauthenticatedException
- UnauthenticatedException(List<ExceptionDetail>) - Constructor for exception tech.becoming.common.exceptions.UnauthenticatedException
- UnauthenticatedException(ExceptionDetail) - Constructor for exception tech.becoming.common.exceptions.UnauthenticatedException
- UNAUTHORIZED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". - UNAUTHORIZED_401 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". - UnauthorizedException - Exception in tech.becoming.common.exceptions
- UnauthorizedException() - Constructor for exception tech.becoming.common.exceptions.UnauthorizedException
- UnauthorizedException(List<ExceptionDetail>) - Constructor for exception tech.becoming.common.exceptions.UnauthorizedException
- UnauthorizedException(ExceptionDetail) - Constructor for exception tech.becoming.common.exceptions.UnauthorizedException
- UNAVAILABLE_FOR_LEGAL_REASONS - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The user-agent requested a resource that cannot legally be provided, such as a web page censored by a government. - UNAVAILABLE_FOR_LEGAL_REASONS_451 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The user-agent requested a resource that cannot legally be provided, such as a web page censored by a government. - UNPROCESSABLE_ENTITY - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
WebDAV
The request was well-formed but was unable to be followed due to semantic errors. - UNPROCESSABLE_ENTITY_422 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
WebDAV
The request was well-formed but was unable to be followed due to semantic errors. - UNSUPPORTED_MEDIA_TYPE - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The media format of the requested data is not supported by the server, so the server is rejecting the request. - UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The media format of the requested data is not supported by the server, so the server is rejecting the request. - UNUSED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Deprecated.
- UNUSED_306 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Deprecated.
- UPGRADE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
The relevant RFC document for the Upgrade header field is RFC 7230, section 6.7. - UPGRADE_INSECURE_REQUESTS - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Request header
Sends a signal to the server expressing the client’s preference for an encrypted and authenticated response, and that it can successfully handle the upgrade-insecure-requests directive. - UPGRADE_REQUIRED - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol. - UPGRADE_REQUIRED_426 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The server refuses to perform the request using the current protocol but might be willing to do so after the client upgrades to a different protocol. - URI_TOO_LONG - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Client errors (400–499)
The URI requested by the client is longer than the server is willing to interpret. - URI_TOO_LONG_414 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Client errors (400–499)
The URI requested by the client is longer than the server is willing to interpret. - USE_PROXY - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Deprecated.
- USE_PROXY_305 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Deprecated.
- USER_AGENT - Static variable in class tech.becoming.common.constants.HttpHeader
-
Request context
Request header
Contains a characteristic string that allows the network protocol peers to identify the application type, operating system, software vendor or software version of the requesting software user agent. - UTC - Static variable in class tech.becoming.common.constants.DateTime
V
- valueOf(String) - Static method in enum tech.becoming.common.enums.Days
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.becoming.common.enums.HoursWithPM
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.becoming.common.enums.Months
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.becoming.common.enums.Periodicity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum tech.becoming.common.enums.TimesOfDay
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum tech.becoming.common.enums.Days
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tech.becoming.common.enums.HoursWithPM
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tech.becoming.common.enums.Months
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tech.becoming.common.enums.Periodicity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum tech.becoming.common.enums.TimesOfDay
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARIANT_ALSO_NEGOTIATES - Static variable in class tech.becoming.common.constants.HttpStatusName
-
Server errors (500–599)
The server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process. - VARIANT_ALSO_NEGOTIATES_506 - Static variable in class tech.becoming.common.constants.HttpStatusCode
-
Server errors (500–599)
The server has an internal configuration error: the chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process. - VARY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Conditionals
Response header
Determines how to match request headers to decide whether a cached response can be used rather than requesting a fresh one from the origin server. - VIA - Static variable in class tech.becoming.common.constants.HttpHeader
-
Proxies
General header
Added by proxies, both forward and reverse proxies, and can appear in the request headers and the response headers. - VIEWPORT_WIDTH - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
A number that indicates the layout viewport width in CSS pixels.
W
- WARNING - Static variable in class tech.becoming.common.constants.HttpHeader
-
Caching
General header
General warning information about possible problems. - WEDNESDAY - tech.becoming.common.enums.Days
- WEEKLY - tech.becoming.common.enums.Periodicity
- WIDTH - Static variable in class tech.becoming.common.constants.HttpHeader
-
Client hints
The Width request header field is a number that indicates the desired resource width in physical pixels (i.e. intrinsic size of an image). - WWW_AUTHENTICATE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Authentication
Response header
Defines the authentication method that should be used to access a resource.
X
- X_CONTENT_TYPE_OPTIONS - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Disables MIME sniffing and forces browser to use the type given in Content-Type. - X_DNS_PREFETCH_CONTROL - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Controls DNS prefetching, a feature by which browsers proactively perform domain name resolution on both links that the user may choose to follow as well as URLs for items referenced by the document, including images, CSS, JavaScript, and so forth. - X_DOWNLOAD_OPTIONS - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
The X-Download-Options HTTP header indicates that the browser (Internet Explorer) should not display the option to "Open" a file that has been downloaded from an application, to prevent phishing attacks as the file otherwise would gain access to execute in the context of the application. - X_FIREFOX_SPDY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Deprecated.Other
- X_FORWARDED_FOR - Static variable in class tech.becoming.common.constants.HttpHeader
-
Proxies
Request header
Identifies the originating IP addresses of a client connecting to a web server through an HTTP proxy or a load balancer. - X_FORWARDED_HOST - Static variable in class tech.becoming.common.constants.HttpHeader
-
Proxies
Request header
Identifies the original host requested that a client used to connect to your proxy or load balancer. - X_FORWARDED_PROTO - Static variable in class tech.becoming.common.constants.HttpHeader
-
Proxies
Request header
Identifies the protocol (HTTP or HTTPS) that a client used to connect to your proxy or load balancer. - X_FRAME_OPTIONS - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header - X_PERMITTED_CROSS_DOMAIN_POLICIES - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Specifies if a cross-domain policy file (crossdomain.xml) is allowed. - X_PINGBACK - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
- X_POWERED_BY - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
May be set by hosting environments or other frameworks and contains information about them while not providing any usefulness to the application or its visitors. - X_REQUESTED_WITH - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
- X_ROBOTS_TAG - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
The X-Robots-Tag HTTP header is used to indicate how a web page is to be indexed within public search engine results. - X_UA_COMPATIBLE - Static variable in class tech.becoming.common.constants.HttpHeader
-
Other
Used by Internet Explorer to signal which document mode to use. - X_XSS_PROTECTION - Static variable in class tech.becoming.common.constants.HttpHeader
-
Security
Response header
Enables cross-site scripting filtering.
Y
- YEARLY - tech.becoming.common.enums.Periodicity
Z
- ZERO - tech.becoming.common.enums.HoursWithPM
All Classes All Packages