A C D E F G H I J L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractRepeatableValues<T extends RepeatableValues<T>> - Class in io.rxmicro.http.local
- AbstractRepeatableValues() - Constructor for class io.rxmicro.http.local.AbstractRepeatableValues
- AbstractRepeatableValues(T) - Constructor for class io.rxmicro.http.local.AbstractRepeatableValues
- ACCEPT - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Accept` standard HTTP header - ACCEPT_CHARSET - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Accept-Charset` standard HTTP header - ACCEPT_ENCODING - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Accept-Encoding"` standard HTTP header - ACCEPT_LANGUAGE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Accept-Language` standard HTTP header - ACCEPT_PATCH - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Accept-Patch` standard HTTP header - ACCEPT_RANGES - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Accept-Ranges` standard HTTP header - ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Allow-Credentials` standard HTTP header - ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Allow-Headers` standard HTTP header - ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Allow-Methods` standard HTTP header - ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Allow-Origin` standard HTTP header - ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Expose-Headers` standard HTTP header - ACCESS_CONTROL_MAX_AGE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Max-Age` standard HTTP header - ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Request-Headers` standard HTTP header - ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Access-Control-Request-Method` standard HTTP header - add(String, String) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- AGE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Age` standard HTTP header - ALLOW - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Allow` standard HTTP header - API_VERSION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
Default HTTP header name (`
Api-Version`), which is used to detect API version usingio.rxmicro.rest.Version.Strategy.HEADERstrategy. - arrayToString(Object) - Static method in class io.rxmicro.http.HttpValues
-
Converts the array to the string separated by the "|" symbol
- AUTHORIZATION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Authorization` standard HTTP header
C
- CACHE_CONTROL - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Cache-Control` standard HTTP header - clear() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- collectionToString(Collection<?>) - Static method in class io.rxmicro.http.HttpValues
-
Converts the collection to the string separated by the "|" symbol
- CONNECTION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Connection` standard HTTP header - contains(String) - Method in interface io.rxmicro.http.HttpHeaders
-
Returns
trueif HTTP header is defined,falseotherwise - contains(String) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- CONTENT_BASE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Base` standard HTTP header - CONTENT_ENCODING - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Encoding` standard HTTP header - CONTENT_LANGUAGE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Language` standard HTTP header - CONTENT_LENGTH - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Length` standard HTTP header - CONTENT_LOCATION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Location` standard HTTP header - CONTENT_MD5 - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-MD5` standard HTTP header - CONTENT_RANGE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Range` standard HTTP header - CONTENT_TRANSFER_ENCODING - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Transfer-Encoding` standard HTTP header - CONTENT_TYPE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Content-Type` standard HTTP header - COOKIE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Cookie` standard HTTP header
D
- DATE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Date` standard HTTP header
E
- EMPTY_HEADERS - Static variable in interface io.rxmicro.http.HttpHeaders
-
Empty HTTP headers instance
- EMPTY_QUERY_PARAMS - Static variable in interface io.rxmicro.http.QueryParams
-
Empty HTTP query parameters instance
- ETAG - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
ETag` standard HTTP header - EXPECT - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Expect` standard HTTP header - EXPIRES - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Expires` standard HTTP header
F
- FROM - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
From` standard HTTP header
G
- getConnectionString() - Method in class io.rxmicro.http.HttpConfig
-
Returns the connection string built from schema, host and port parameters
- getEntries() - Method in interface io.rxmicro.http.HttpHeaders
-
Returns the entries of HTTP header names and values
- getEntries() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- getEntries() - Method in interface io.rxmicro.http.QueryParams
-
Returns the entries of HTTP query parameter names and values
- getErrorMessage(int) - Static method in class io.rxmicro.http.HttpStatuses
-
Returns the short description for the specified status code
- getHost() - Method in class io.rxmicro.http.HttpConfig
-
Returns the host name
- getLocation() - Method in exception io.rxmicro.http.error.RedirectException
-
Returns the new redirect location
- getPort() - Method in class io.rxmicro.http.HttpConfig
-
Returns the server port
- getPort() - Method in enum io.rxmicro.http.ProtocolSchema
-
Returns the default port
- getSchema() - Method in class io.rxmicro.http.HttpConfig
- getSchema() - Method in enum io.rxmicro.http.ProtocolSchema
-
Returns the schema name
- getStatusCode() - Method in exception io.rxmicro.http.error.HttpErrorException
- getText() - Method in enum io.rxmicro.http.HttpVersion
-
Returns the HTTP protocol version name
- getValue(String) - Method in interface io.rxmicro.http.HttpHeaders
-
Returns the HTTP header value of the given named header.
- getValue(String) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- getValue(String) - Method in interface io.rxmicro.http.QueryParams
-
Returns the HTTP query parameter value of the given named query parameter.
- getValues(String) - Method in interface io.rxmicro.http.HttpHeaders
-
Returns all defined HTTP header values of the given named header.
- getValues(String) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- getValues(String) - Method in interface io.rxmicro.http.QueryParams
-
Returns all defined HTTP query parameter values of the given named query parameter.
- getValuesMap() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- getValuesMap() - Method in interface io.rxmicro.http.local.RepeatableValues
H
- HOST - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Host` standard HTTP header - HTTP - io.rxmicro.http.ProtocolSchema
-
HTTP protocol
- HTTP_1_0 - io.rxmicro.http.HttpVersion
-
HTTP/1.0
- HTTP_1_1 - io.rxmicro.http.HttpVersion
-
HTTP/1.1
- HTTP_2 - io.rxmicro.http.HttpVersion
-
HTTP/2
- HTTP_HEALTH_CHECK_ENDPOINT - Static variable in class io.rxmicro.http.local.PredefinedUrls
-
The predefined URL path for http health check
- HttpConfig - Class in io.rxmicro.http
-
Allows configuring common HTTP options.
- HttpConfig() - Constructor for class io.rxmicro.http.HttpConfig
- HttpErrorException - Exception in io.rxmicro.http.error
-
Base exception for all not success HTTP response statuses.
- HttpErrorException(int) - Constructor for exception io.rxmicro.http.error.HttpErrorException
-
Creates a HTTP error with status code only.
- HttpErrorException(int, String) - Constructor for exception io.rxmicro.http.error.HttpErrorException
-
Creates a HTTP error with status code and error message.
- HttpErrorException(int, String, Object...) - Constructor for exception io.rxmicro.http.error.HttpErrorException
-
Creates a HTTP error with status code and error message.
- HttpHeaders - Interface in io.rxmicro.http
-
Represents a HTTP headers instance
- HTTPS - io.rxmicro.http.ProtocolSchema
-
HTTPS protocol
- HttpStandardHeaderNames - Class in io.rxmicro.http
-
Standard HTTP header names
- HttpStatuses - Class in io.rxmicro.http
-
Wide used HTTP statuses and its short descriptions
- HttpValidators - Class in io.rxmicro.http.local
- HttpValues - Class in io.rxmicro.http
-
Utility class for HTTP values
- HttpVersion - Enum in io.rxmicro.http
-
Represents the HTTP protocol version
I
- IF_MATCH - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
If-Match` standard HTTP header - IF_MODIFIED_SINCE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
If-Modified-Since` standard HTTP header - IF_NONE_MATCH - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
If-None-Match` standard HTTP header - IF_RANGE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
If-Range` standard HTTP header - IF_UNMODIFIED_SINCE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
If-Unmodified-Since` standard HTTP header - InternalHttpErrorException - Exception in io.rxmicro.http.error
-
A class signaling that an internal error has occurred during execution.
- InternalHttpErrorException() - Constructor for exception io.rxmicro.http.error.InternalHttpErrorException
-
Creates an internal HTTP error without error message.
- InternalHttpErrorException(String) - Constructor for exception io.rxmicro.http.error.InternalHttpErrorException
-
Creates an internal HTTP error with error message.
- InternalHttpErrorException(String, Object...) - Constructor for exception io.rxmicro.http.error.InternalHttpErrorException
-
Creates an internal HTTP error with error message.
- io.rxmicro.http - package io.rxmicro.http
- io.rxmicro.http.error - package io.rxmicro.http.error
- io.rxmicro.http.local - package io.rxmicro.http.local
- isAbsolute() - Method in exception io.rxmicro.http.error.RedirectException
-
Returns
trueif a new redirect location is absolute URL path. - isAddedValue(Object) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- isClientErrorCode() - Method in exception io.rxmicro.http.error.HttpErrorException
- isEmpty() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- isInformationalCode() - Method in exception io.rxmicro.http.error.HttpErrorException
- isNotEmpty() - Method in interface io.rxmicro.http.HttpHeaders
-
Returns
trueif HTTP headers contains any HTTP headers,falseotherwise - isNotEmpty() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- isRedirectCode() - Method in exception io.rxmicro.http.error.HttpErrorException
- isServerErrorCode() - Method in exception io.rxmicro.http.error.HttpErrorException
- isSetValue(Object) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- isSuccessCode() - Method in exception io.rxmicro.http.error.HttpErrorException
J
- joinPath(String, QueryParams) - Static method in interface io.rxmicro.http.QueryParams
-
Joins the URL path and HTTP query parameters
- joinPath(String, Collection<Map.Entry<String, String>>) - Static method in class io.rxmicro.http.local.QueryParamUtils
L
- LAST_MODIFIED - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Last-Modified` standard HTTP header - listToString(List<?>) - Static method in class io.rxmicro.http.HttpValues
-
Converts the list to the string separated by the "|" symbol
- LOCATION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Location` standard HTTP header
M
- MAX_FORWARDS - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Max-Forwards` standard HTTP header
N
- names() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
O
- objectToString(Object) - Static method in class io.rxmicro.http.HttpValues
-
Converts the object value to the string representation
- of() - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns the empty HTTP headers instance
- of() - Static method in interface io.rxmicro.http.QueryParams
-
Returns the empty HTTP query parameters instance
- of(String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing one header.
- of(String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing one query parameter.
- of(String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing two headers.
- of(String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing two query parameters.
- of(String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing three headers.
- of(String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing three query parameters.
- of(String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing four headers.
- of(String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing four query parameters.
- of(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing five headers.
- of(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing five query parameters.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing six headers.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing six query parameters.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing seven headers.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing seven query parameters.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing eight headers.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing eight query parameters.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing nine headers.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing nine query parameters.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing ten headers.
- of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing ten query parameters.
- of(Collection<Map.Entry<String, Object>>) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing header names and values extracted from the given entries.
- of(Map.Entry<String, Object>...) - Static method in interface io.rxmicro.http.HttpHeaders
-
Returns HTTP headers instance containing header names and values extracted from the given entries.
- of(Map.Entry<String, Object>...) - Static method in interface io.rxmicro.http.QueryParams
-
Returns HTTP query parameters instance containing query parameter names and values extracted from the given entries.
- ORIGIN - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Origin` standard HTTP header
P
- PermanentRedirectException - Exception in io.rxmicro.http.error
-
A class that signals the need to perform Permanent Redirect (
308). - PermanentRedirectException(String) - Constructor for exception io.rxmicro.http.error.PermanentRedirectException
-
Creates a Permanent Redirect instance with new URL path.
- PermanentRedirectException(String, Object...) - Constructor for exception io.rxmicro.http.error.PermanentRedirectException
-
Creates a Permanent Redirect instance with new URL path.
- PRAGMA - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Pragma` standard HTTP header - PredefinedUrls - Class in io.rxmicro.http.local
- ProtocolSchema - Enum in io.rxmicro.http
-
Represents the supported protocols
- PROXY_AUTHENTICATE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Proxy-Authenticate` standard HTTP header - PROXY_AUTHORIZATION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Proxy-Authorization` standard HTTP header
Q
- QueryParams - Interface in io.rxmicro.http
-
Represents a HTTP query parameters instance
- QueryParamUtils - Class in io.rxmicro.http.local
R
- RANGE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Range` standard HTTP header - RedirectException - Exception in io.rxmicro.http.error
-
A base class to inform the client about the need to perform redirect.
- REFERER - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Referer` standard HTTP header - remove(String) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- RepeatableHttpHeaders - Interface in io.rxmicro.http.local
- RepeatableValues<T extends RepeatableValues<T>> - Interface in io.rxmicro.http.local
- REQUEST_ID - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
Pseudo HTTP header.
- RETRY_AFTER - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Retry-After` standard HTTP header - rxmicro.http - module rxmicro.http
-
The basic module to work with HTTP protocol.
S
- SEC_WEBSOCKET_ACCEPT - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Accept` standard HTTP header - SEC_WEBSOCKET_KEY - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Key` standard HTTP header - SEC_WEBSOCKET_KEY1 - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Key1` standard HTTP header - SEC_WEBSOCKET_KEY2 - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Key2` standard HTTP header - SEC_WEBSOCKET_LOCATION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Location` standard HTTP header - SEC_WEBSOCKET_ORIGIN - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Origin` standard HTTP header - SEC_WEBSOCKET_PROTOCOL - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Protocol` standard HTTP header - SEC_WEBSOCKET_VERSION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Sec-WebSocket-Version` standard HTTP header - SERVER - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Server` standard HTTP header - set(String, String) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- SET_COOKIE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Set-Cookie` standard HTTP header - SET_COOKIE2 - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Set-Cookie2` standard HTTP header - setConnectionString(String) - Method in class io.rxmicro.http.HttpConfig
-
Sets protocol schema, host and port
- setHost(String) - Method in class io.rxmicro.http.HttpConfig
-
Sets the host name
- setOrAdd(String, String) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- setOrAddAll(T) - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- setPort(int) - Method in class io.rxmicro.http.HttpConfig
-
Sets the port
- setSchema(ProtocolSchema) - Method in class io.rxmicro.http.HttpConfig
-
Sets the protocol schema
- size() - Method in interface io.rxmicro.http.HttpHeaders
-
Returns the count of HTTP headers
- size() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- STATUS_CODE - Static variable in exception io.rxmicro.http.error.InternalHttpErrorException
- STATUS_CODE - Static variable in exception io.rxmicro.http.error.PermanentRedirectException
- STATUS_CODE - Static variable in exception io.rxmicro.http.error.TemporaryRedirectException
- STATUS_CODE - Static variable in exception io.rxmicro.http.error.ValidationException
- STRING_ARRAY_DELIMITER - Static variable in class io.rxmicro.http.HttpValues
-
Defines a delimiter that used for separation of the list values.
T
- TE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
TE` standard HTTP header - TemporaryRedirectException - Exception in io.rxmicro.http.error
-
A class that signals the need to perform Temporary Redirect (
307). - TemporaryRedirectException(String) - Constructor for exception io.rxmicro.http.error.TemporaryRedirectException
-
Creates a Temporary Redirect instance with new URL path.
- TemporaryRedirectException(String, Object...) - Constructor for exception io.rxmicro.http.error.TemporaryRedirectException
-
Creates a Temporary Redirect instance with new URL path.
- toString() - Method in class io.rxmicro.http.HttpConfig
- toString() - Method in enum io.rxmicro.http.HttpVersion
- toString() - Method in class io.rxmicro.http.local.AbstractRepeatableValues
- toString() - Method in interface io.rxmicro.http.QueryParams
- TRAILER - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Trailer` standard HTTP header - TRANSFER_ENCODING - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Transfer-Encoding` standard HTTP header
U
- UPGRADE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Upgrade` standard HTTP header - USER_AGENT - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
User-Agent` standard HTTP header
V
- validateHeaderName(String) - Static method in class io.rxmicro.http.local.HttpValidators
-
Validates HTTP header name
- validateParameterName(String) - Static method in class io.rxmicro.http.local.HttpValidators
-
Validates HTTP query parameter name
- validateQueryParameterNameCharacter(char) - Static method in class io.rxmicro.http.local.HttpValidators
- ValidationException - Exception in io.rxmicro.http.error
-
A class signaling that the client has sent a
Bad Request. - ValidationException(String) - Constructor for exception io.rxmicro.http.error.ValidationException
-
Creates a
Bad RequestHTTP error with error message. - ValidationException(String, Object...) - Constructor for exception io.rxmicro.http.error.ValidationException
-
Creates a
Bad RequestHTTP error with error message. - valueOf(String) - Static method in enum io.rxmicro.http.HttpVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.rxmicro.http.ProtocolSchema
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.rxmicro.http.HttpVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.rxmicro.http.ProtocolSchema
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VARY - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Vary` standard HTTP header - VIA - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Via` standard HTTP header
W
- WARNING - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
Warning` standard HTTP header - WEBSOCKET_LOCATION - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
WebSocket-Location` standard HTTP header - WEBSOCKET_ORIGIN - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
WebSocket-Origin` standard HTTP header - WEBSOCKET_PROTOCOL - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
WebSocket-Protocol` standard HTTP header - WWW_AUTHENTICATE - Static variable in class io.rxmicro.http.HttpStandardHeaderNames
-
`
WWW-Authenticate` standard HTTP header
All Classes All Packages