Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W _ 

A

AbstractHeaderFields<C extends Cookie,T extends HeaderFields<C,T>> - Class in org.refcodes.net
Abstract implementation of the HeaderFields type.
AbstractHeaderFields() - Constructor for class org.refcodes.net.AbstractHeaderFields
Instantiates a new abstract Header-Fields.
AbstractHeaderFields(Map<String, List<String>>) - Constructor for class org.refcodes.net.AbstractHeaderFields
Instantiates a new abstract Header-Fields.
AbstractHttpFields<T extends HttpFields<T>> - Class in org.refcodes.net
Abstract implementation of the HeaderFields type.
AbstractHttpFields() - Constructor for class org.refcodes.net.AbstractHttpFields
Instantiates an empty instance.
AbstractHttpFields(Map<String, List<String>>) - Constructor for class org.refcodes.net.AbstractHttpFields
Initializes the instance with the fields provided by the given Map.
addCookie(C) - Method in class org.refcodes.net.AbstractHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String, String) - Method in class org.refcodes.net.AbstractHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String) - Method in interface org.refcodes.net.HeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String, String) - Method in interface org.refcodes.net.HeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(C) - Method in interface org.refcodes.net.HeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String) - Method in interface org.refcodes.net.RequestHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addCookie(String) - Method in interface org.refcodes.net.ResponseHeaderFields
Adds an individual server-side cookie to be sent to the client to this ResponseHeaderFields instance.
addMediaTypeFactory(MediaTypeFactory) - Method in interface org.refcodes.net.MediaTypeFactoryLookup.MutableMediaTypeFactoryLookup
Registers a MediaTypeFactory for marshaling and unmarshaling a HTTP-Request's body of the according MediaType.
addTo(String, String) - Method in class org.refcodes.net.AbstractHeaderFields
Adds a value to the list of values associated with the given Header-Field (key),.
addTo(HeaderField, String) - Method in interface org.refcodes.net.HeaderFields
Adds the value to the given Header-Field.
addTo(HeaderField, String...) - Method in interface org.refcodes.net.HeaderFields
Adds the given values to the according Header-Field.
addTo(HeaderField, List<String>) - Method in interface org.refcodes.net.HeaderFields
Adds the given values to the according Header-Field.
addTo(String, String) - Method in interface org.refcodes.net.HttpFields
Adds a value to the list of values associated with the given Header-Field (key),.
addTo(Enum<?>, String) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.addTo(String, String) though using the provided enumeration's Enum.toString() method to determine the key.
addTo(String, String...) - Method in interface org.refcodes.net.HttpFields
Adds values to the list of values associated with the given Header-Field (key),.
addTo(Enum<?>, String...) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.addTo(String, String ...) though using the provided enumeration's Enum.toString() method to determine the key.
addTo(String, List<String>) - Method in interface org.refcodes.net.HttpFields
Adds values to the list of values associated with the given Header-Field (key),.
addTo(Enum<?>, List<String>) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.addTo(String, List) though using the provided enumeration's Enum.toString() method to determine the key.
ApplicationFormFactory - Class in org.refcodes.net
Implements the MediaTypeFactory for Media-Type "application/x-www-form-urlencoded" ( MediaType.APPLICATION_X_WWW_FORM_URLENCODED).
ApplicationFormFactory() - Constructor for class org.refcodes.net.ApplicationFormFactory
 
ApplicationJsonFactory - Class in org.refcodes.net
Implements the MediaTypeFactory for Media-Type "application/json" ( MediaType.APPLICATION_JSON).
ApplicationJsonFactory() - Constructor for class org.refcodes.net.ApplicationJsonFactory
Instantiates a new application JSON factory.
ApplicationXmlFactory - Class in org.refcodes.net
Implements the MediaTypeFactory for Media-Type "application/xml" ( MediaType.APPLICATION_XML).
ApplicationXmlFactory() - Constructor for class org.refcodes.net.ApplicationXmlFactory
 
ApplicationYamlFactory - Class in org.refcodes.net
Implements the MediaTypeFactory for Media-Type "application/YAML" ( MediaType.APPLICATION_YAML).
ApplicationYamlFactory() - Constructor for class org.refcodes.net.ApplicationYamlFactory
Instantiates a new application YAML factory.
AuthCredentials<T extends AuthCredentials<T,V>,V extends org.refcodes.mixin.Validatable<V>> - Interface in org.refcodes.net
The Interface AuthCredentials.
AuthType - Enum in org.refcodes.net
The Enum AuthType.
AuthTypeAccessor - Interface in org.refcodes.net
Provides an accessor for a AuthType property.
AuthTypeAccessor.AuthTypeBuilder<B extends AuthTypeAccessor.AuthTypeBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a AuthType property returning the builder for applying multiple build operations.
AuthTypeAccessor.AuthTypeMutator - Interface in org.refcodes.net
Provides a mutator for a AuthType property.
AuthTypeAccessor.AuthTypeProperty - Interface in org.refcodes.net
Provides a AuthType property.

B

BadGatewayException - Exception in org.refcodes.net
The Class BadGatewayException.
BadGatewayException(String, String) - Constructor for exception org.refcodes.net.BadGatewayException
Instantiates a new bad gateway exception.
BadGatewayException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayException
Instantiates a new bad gateway exception.
BadGatewayException(String, Throwable) - Constructor for exception org.refcodes.net.BadGatewayException
Instantiates a new bad gateway exception.
BadGatewayException(String) - Constructor for exception org.refcodes.net.BadGatewayException
Instantiates a new bad gateway exception.
BadGatewayException(Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayException
Instantiates a new bad gateway exception.
BadGatewayException(Throwable) - Constructor for exception org.refcodes.net.BadGatewayException
Instantiates a new bad gateway exception.
BadGatewayRuntimeException - Exception in org.refcodes.net
The Class BadGatewayRuntimeException.
BadGatewayRuntimeException(String, String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
Instantiates a new bad gateway runtime exception.
BadGatewayRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
Instantiates a new bad gateway runtime exception.
BadGatewayRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
Instantiates a new bad gateway runtime exception.
BadGatewayRuntimeException(String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
Instantiates a new bad gateway runtime exception.
BadGatewayRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
Instantiates a new bad gateway runtime exception.
BadGatewayRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
Instantiates a new bad gateway runtime exception.
BadRequestException - Exception in org.refcodes.net
The Class BadRequestException.
BadRequestException(String, String) - Constructor for exception org.refcodes.net.BadRequestException
Instantiates a new bad request exception.
BadRequestException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadRequestException
Instantiates a new bad request exception.
BadRequestException(String, Throwable) - Constructor for exception org.refcodes.net.BadRequestException
Instantiates a new bad request exception.
BadRequestException(String) - Constructor for exception org.refcodes.net.BadRequestException
Instantiates a new bad request exception.
BadRequestException(Throwable, String) - Constructor for exception org.refcodes.net.BadRequestException
Instantiates a new bad request exception.
BadRequestException(Throwable) - Constructor for exception org.refcodes.net.BadRequestException
Instantiates a new bad request exception.
BadRequestRuntimeException - Exception in org.refcodes.net
The Class BadRequestRuntimeException.
BadRequestRuntimeException(String, String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
Instantiates a new bad request runtime exception.
BadRequestRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
Instantiates a new bad request runtime exception.
BadRequestRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
Instantiates a new bad request runtime exception.
BadRequestRuntimeException(String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
Instantiates a new bad request runtime exception.
BadRequestRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
Instantiates a new bad request runtime exception.
BadRequestRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
Instantiates a new bad request runtime exception.
BadResponseException - Exception in org.refcodes.net
The Class BadResponseException.
BadResponseException(String, String) - Constructor for exception org.refcodes.net.BadResponseException
Instantiates a new bad response exception.
BadResponseException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadResponseException
Instantiates a new bad response exception.
BadResponseException(String, Throwable) - Constructor for exception org.refcodes.net.BadResponseException
Instantiates a new bad response exception.
BadResponseException(String) - Constructor for exception org.refcodes.net.BadResponseException
Instantiates a new bad response exception.
BadResponseException(Throwable, String) - Constructor for exception org.refcodes.net.BadResponseException
Instantiates a new bad response exception.
BadResponseException(Throwable) - Constructor for exception org.refcodes.net.BadResponseException
Instantiates a new bad response exception.
BadResponseRuntimeException - Exception in org.refcodes.net
The Class BadResponseRuntimeException.
BadResponseRuntimeException(String, String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
Instantiates a new bad response runtime exception.
BadResponseRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
Instantiates a new bad response runtime exception.
BadResponseRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
Instantiates a new bad response runtime exception.
BadResponseRuntimeException(String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
Instantiates a new bad response runtime exception.
BadResponseRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
Instantiates a new bad response runtime exception.
BadResponseRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
Instantiates a new bad response runtime exception.
BaseLocatorAccessor - Interface in org.refcodes.net
Provides an accessor for a base locator property.
BaseLocatorAccessor.BaseLocatorBuilder<B extends BaseLocatorAccessor.BaseLocatorBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a base locator property returning the builder for applying multiple build operations.
BaseLocatorAccessor.BaseLocatorMutator - Interface in org.refcodes.net
Provides a mutator for a base locator property.
BaseLocatorAccessor.BaseLocatorProperty - Interface in org.refcodes.net
Provides a base locator property.
BaseUrlAccessor - Interface in org.refcodes.net
Provides an accessor for a base URL (protocol, host, port, locator) property.
BaseUrlAccessor.BaseUrlBuilder<B extends BaseUrlAccessor.BaseUrlBuilder<B>> - Interface in org.refcodes.net
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.net
Provides a mutator for a base URL (protocol, host, port, locator) property.
BaseUrlAccessor.BaseUrlProperty - Interface in org.refcodes.net
Provides a base URL (protocol, host, port, path) property.
BASIC_REALM - Static variable in interface org.refcodes.net.HeaderFields
 
BasicAuthCredentials - Interface in org.refcodes.net
This interface defines a type for representing a Basic-Authentication credentials Header-Field.
BasicAuthCredentialsAccessor - Interface in org.refcodes.net
Provides an accessor for a BasicAuthCredentials property.
BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B extends BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a BasicAuthCredentials property returning the builder for applying multiple build operations.
BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator - Interface in org.refcodes.net
Provides a mutator for a BasicAuthCredentials property.
BasicAuthCredentialsAccessor.BasicAuthCredentialsProperty - Interface in org.refcodes.net
Provides a BasicAuthCredentials property.
BasicAuthCredentialsImpl - Class in org.refcodes.net
This implementation of the BasicAuthCredentials interface compares the secret (BasicAuthCredentialsImpl.getSecret()) case sensitive but the username ( BasicAuthCredentialsImpl.getIdentity()) case insensitive with the BasicAuthCredentialsImpl.equals(Object) method.
BasicAuthCredentialsImpl() - Constructor for class org.refcodes.net.BasicAuthCredentialsImpl
Instantiates a new basic auth credentials impl.
BasicAuthCredentialsImpl(String, String) - Constructor for class org.refcodes.net.BasicAuthCredentialsImpl
Instantiates a new basic auth credentials impl.
BasicAuthFailureException - Exception in org.refcodes.net
Thrown in case HTTP basic authorization failed, e.g. verifying BasicAuthCredentials failed.
BasicAuthFailureException(String, String) - Constructor for exception org.refcodes.net.BasicAuthFailureException
Instantiates a new basic auth failure exception.
BasicAuthFailureException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureException
Instantiates a new basic auth failure exception.
BasicAuthFailureException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureException
Instantiates a new basic auth failure exception.
BasicAuthFailureException(String) - Constructor for exception org.refcodes.net.BasicAuthFailureException
Instantiates a new basic auth failure exception.
BasicAuthFailureException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureException
Instantiates a new basic auth failure exception.
BasicAuthFailureException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureException
Instantiates a new basic auth failure exception.
BasicAuthFailureRuntimeException - Exception in org.refcodes.net
Thrown in case HTTP basic authorization failed, e.g. verifying BasicAuthCredentials failed.
BasicAuthFailureRuntimeException(String, String) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
Instantiates a new basic auth failure runtime exception.
BasicAuthFailureRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
Instantiates a new basic auth failure runtime exception.
BasicAuthFailureRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
Instantiates a new basic auth failure runtime exception.
BasicAuthFailureRuntimeException(String) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
Instantiates a new basic auth failure runtime exception.
BasicAuthFailureRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
Instantiates a new basic auth failure runtime exception.
BasicAuthFailureRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
Instantiates a new basic auth failure runtime exception.
BasicAuthObservable<B extends BasicAuthObservable<B>> - Interface in org.refcodes.net
An observable which notifies the registered BasicAuthObserver on incoming HTTP Basic-Authentication requests.
BasicAuthObserver - Interface in org.refcodes.net
An observer being notified by incoming HTTP Basic-Authentication requests which might have been registered via BasicAuthObservable.onBasicAuthRequest(BasicAuthObserver) possibly using lambda syntax.
BasicAuthRequiredException - Exception in org.refcodes.net
Thrown in case HTTP basic authorization is required but no required HeaderField.WWW_AUTHENTICATE data was found, e.g.
BasicAuthRequiredException(String, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
Instantiates a new basic auth required exception.
BasicAuthRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
Instantiates a new basic auth required exception.
BasicAuthRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
Instantiates a new basic auth required exception.
BasicAuthRequiredException(String) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
Instantiates a new basic auth required exception.
BasicAuthRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
Instantiates a new basic auth required exception.
BasicAuthRequiredException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
Instantiates a new basic auth required exception.
BasicAuthRequiredRuntimeException - Exception in org.refcodes.net
Thrown in case HTTP basic authorization is required but no required HeaderField.WWW_AUTHENTICATE data was found, e.g.
BasicAuthRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
Instantiates a new basic auth required runtime exception.
BasicAuthRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
Instantiates a new basic auth required runtime exception.
BasicAuthRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
Instantiates a new basic auth required runtime exception.
BasicAuthRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
Instantiates a new basic auth required runtime exception.
BasicAuthRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
Instantiates a new basic auth required runtime exception.
BasicAuthRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
Instantiates a new basic auth required runtime exception.
BasicAuthResponse - Enum in org.refcodes.net
The Enum BasicAuthResponse.
BasicCredentials - Interface in org.refcodes.net
The Interface BasicCredentials.
BasicCredentialsImpl - Class in org.refcodes.net
The Class BasicCredentialsImpl.
BasicCredentialsImpl() - Constructor for class org.refcodes.net.BasicCredentialsImpl
Instantiates a new basic credentials impl.
BasicCredentialsImpl(String, String) - Constructor for class org.refcodes.net.BasicCredentialsImpl
Instantiates a new basic credentials impl.
BearerAuthCredentials - Interface in org.refcodes.net
This interface defines a type for representing a Bearer-Authentication credentials Header-Field.
BearerAuthCredentialsAccessor - Interface in org.refcodes.net
Provides an accessor for a BearerAuthCredentials property.
BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B extends BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a BearerAuthCredentials property returning the builder for applying multiple build operations.
BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator - Interface in org.refcodes.net
Provides a mutator for a BearerAuthCredentials property.
BearerAuthCredentialsAccessor.BearerAuthCredentialsProperty - Interface in org.refcodes.net
Provides a BearerAuthCredentials property.
BearerAuthCredentialsImpl - Class in org.refcodes.net
Implementation of the BearerAuthCredentials interface.
BearerAuthCredentialsImpl() - Constructor for class org.refcodes.net.BearerAuthCredentialsImpl
Instantiates a new bearer auth credentials impl.
BearerAuthCredentialsImpl(String) - Constructor for class org.refcodes.net.BearerAuthCredentialsImpl
Instantiates a new bearer auth credentials impl.
BearerCredentials - Interface in org.refcodes.net
The Interface BearerCredentials.
BearerCredentialsImpl - Class in org.refcodes.net
The Class BearerCredentialsImpl.
BearerCredentialsImpl() - Constructor for class org.refcodes.net.BearerCredentialsImpl
Instantiates a new bearer credentials impl.
BearerCredentialsImpl(String) - Constructor for class org.refcodes.net.BearerCredentialsImpl
Instantiates a new bearer credentials impl.
bindAnyPort() - Method in interface org.refcodes.net.PortManager
Any free port in the range as defined by PortRange.DYNAMIC_PORTS is bound (reserved) and returned.
bindAnyPort() - Method in class org.refcodes.net.PortManagerImpl
Any free port in the range as defined by PortRange.DYNAMIC_PORTS is bound (reserved) and returned.
bindNextPort(int) - Method in interface org.refcodes.net.PortManager
The first free port in the range of the given Port-Number and the PortRange.DYNAMIC_PORTS max port number (as of PortRange.getMaxValue()) bound (reserved) and returned.
bindNextPort(PortRange) - Method in interface org.refcodes.net.PortManager
The first free port in the range of the given begin Port-Number index and the given end Port-Number index is bound (reserved) and returned.
bindNextPort(int, int) - Method in interface org.refcodes.net.PortManager
The first free port in the range of the given begin Port-Number index and the given end Port-Number index is bound (reserved) and returned.
bindNextPort(int, int) - Method in class org.refcodes.net.PortManagerImpl
The first free port in the range of the given begin Port-Number index and the given end Port-Number index is bound (reserved) and returned.
bindPort(int) - Method in interface org.refcodes.net.PortManager
The port is bound and returned.
bindPort(int) - Method in class org.refcodes.net.PortManagerImpl
The port is bound and returned.

C

childrenOf(String) - Method in interface org.refcodes.net.HttpBodyMap
childrenOf(String) - Method in class org.refcodes.net.HttpBodyMapImpl
ConflictException - Exception in org.refcodes.net
The Class ConflictException.
ConflictException(String, String) - Constructor for exception org.refcodes.net.ConflictException
Instantiates a new conflict exception.
ConflictException(String, Throwable, String) - Constructor for exception org.refcodes.net.ConflictException
Instantiates a new conflict exception.
ConflictException(String, Throwable) - Constructor for exception org.refcodes.net.ConflictException
Instantiates a new conflict exception.
ConflictException(String) - Constructor for exception org.refcodes.net.ConflictException
Instantiates a new conflict exception.
ConflictException(Throwable, String) - Constructor for exception org.refcodes.net.ConflictException
Instantiates a new conflict exception.
ConflictException(Throwable) - Constructor for exception org.refcodes.net.ConflictException
Instantiates a new conflict exception.
ConflictRuntimeException - Exception in org.refcodes.net
The Class ConflictRuntimeException.
ConflictRuntimeException(String, String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
Instantiates a new conflict runtime exception.
ConflictRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
Instantiates a new conflict runtime exception.
ConflictRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ConflictRuntimeException
Instantiates a new conflict runtime exception.
ConflictRuntimeException(String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
Instantiates a new conflict runtime exception.
ConflictRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
Instantiates a new conflict runtime exception.
ConflictRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ConflictRuntimeException
Instantiates a new conflict runtime exception.
ContentEncoding - Enum in org.refcodes.net
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.
ContentType - Interface in org.refcodes.net
A ContentType represents a MediaType and its according TopLevelType with additional (optional) suffixed parameters (as of the according HTTP Header-Fields).
ContentTypeAccessor - Interface in org.refcodes.net
Provides an accessor for a Content-Type property.
ContentTypeAccessor.ContentTypeBuilder<B extends ContentTypeAccessor.ContentTypeBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a Content-Type property returning the builder for applying multiple build operations.
ContentTypeAccessor.ContentTypeMutator - Interface in org.refcodes.net
Provides a mutator for a Content-Type property.
ContentTypeAccessor.ContentTypeProperty - Interface in org.refcodes.net
Provides a Content-Type property.
ContentTypeAccessor.ContentTypeProvider - Interface in org.refcodes.net
A provider interface provides a "toSomething(?)"
ContentTypeImpl - Class in org.refcodes.net
Implementation of the ContentType interface.
ContentTypeImpl(MediaType) - Constructor for class org.refcodes.net.ContentTypeImpl
Constructs the ContentType from the provided MediaType (and with it the TopLevelType).
ContentTypeImpl(String) - Constructor for class org.refcodes.net.ContentTypeImpl
Constructs a ContentType instance form a Media-Argument String as passed in the according HTTP Header-Fields.
ContentTypeImpl(MediaType, Map<String, String>) - Constructor for class org.refcodes.net.ContentTypeImpl
Instantiates a new content type impl.
Cookie - Interface in org.refcodes.net
The Cookie represents a HTTP cookie.
CookieAttribute - Enum in org.refcodes.net
The Enum CookieAttribute.
copyHttpFields(Map<String, List<String>>, HttpFields<?>) - Static method in class org.refcodes.net.AbstractHttpFields
Copies the provided "from" fields into the provided "to" fields.
createCookie(String, String) - Method in class org.refcodes.net.AbstractHeaderFields
Creates a plain Cookie with the given name and value.
createCookie(String) - Method in class org.refcodes.net.AbstractHeaderFields
Creates a Cookie from the given HTTP cookie String as retrieved from the according Header-Field.
createCookie(String, String) - Method in class org.refcodes.net.RequestHeaderFieldsImpl
Creates a plain Cookie with the given name and value.
createCookie(String) - Method in class org.refcodes.net.RequestHeaderFieldsImpl
Creates a Cookie from the given HTTP cookie String as retrieved from the according Header-Field.
createCookie(String, String) - Method in class org.refcodes.net.ResponseHeaderFieldsImpl
Creates a plain Cookie with the given name and value.
createCookie(String) - Method in class org.refcodes.net.ResponseHeaderFieldsImpl
Creates a Cookie from the given HTTP cookie String as retrieved from the according Header-Field.

D

delete(String) - Method in interface org.refcodes.net.HttpBodyMap
DELIMITER_BASIC_AUTH - Static variable in interface org.refcodes.net.BasicAuthCredentials
 
DELIMITER_BEARER_AUTH - Static variable in interface org.refcodes.net.BearerAuthCredentials
 
DELIMITER_CREDENTIALS - Static variable in interface org.refcodes.net.BasicAuthCredentials
 

E

entrySet() - Method in class org.refcodes.net.AbstractHeaderFields
equals(Object) - Method in class org.refcodes.net.BasicAuthCredentialsImpl
equals(Object) - Method in class org.refcodes.net.BearerAuthCredentialsImpl
equals(Object) - Method in class org.refcodes.net.ContentTypeImpl
ExpectationFailedException - Exception in org.refcodes.net
The Class ExpectationFailedException.
ExpectationFailedException(String, String) - Constructor for exception org.refcodes.net.ExpectationFailedException
Instantiates a new expectation failed exception.
ExpectationFailedException(String, Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedException
Instantiates a new expectation failed exception.
ExpectationFailedException(String, Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedException
Instantiates a new expectation failed exception.
ExpectationFailedException(String) - Constructor for exception org.refcodes.net.ExpectationFailedException
Instantiates a new expectation failed exception.
ExpectationFailedException(Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedException
Instantiates a new expectation failed exception.
ExpectationFailedException(Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedException
Instantiates a new expectation failed exception.
ExpectationFailedRuntimeException - Exception in org.refcodes.net
The Class ExpectationFailedRuntimeException.
ExpectationFailedRuntimeException(String, String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
Instantiates a new expectation failed runtime exception.
ExpectationFailedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
Instantiates a new expectation failed runtime exception.
ExpectationFailedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
Instantiates a new expectation failed runtime exception.
ExpectationFailedRuntimeException(String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
Instantiates a new expectation failed runtime exception.
ExpectationFailedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
Instantiates a new expectation failed runtime exception.
ExpectationFailedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
Instantiates a new expectation failed runtime exception.

F

FailedDependencyException - Exception in org.refcodes.net
The Class FailedDependencyException.
FailedDependencyException(String, String) - Constructor for exception org.refcodes.net.FailedDependencyException
Instantiates a new failed dependency exception.
FailedDependencyException(String, Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyException
Instantiates a new failed dependency exception.
FailedDependencyException(String, Throwable) - Constructor for exception org.refcodes.net.FailedDependencyException
Instantiates a new failed dependency exception.
FailedDependencyException(String) - Constructor for exception org.refcodes.net.FailedDependencyException
Instantiates a new failed dependency exception.
FailedDependencyException(Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyException
Instantiates a new failed dependency exception.
FailedDependencyException(Throwable) - Constructor for exception org.refcodes.net.FailedDependencyException
Instantiates a new failed dependency exception.
FailedDependencyRuntimeException - Exception in org.refcodes.net
The Class FailedDependencyRuntimeException.
FailedDependencyRuntimeException(String, String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
Instantiates a new failed dependency runtime exception.
FailedDependencyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
Instantiates a new failed dependency runtime exception.
FailedDependencyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
Instantiates a new failed dependency runtime exception.
FailedDependencyRuntimeException(String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
Instantiates a new failed dependency runtime exception.
FailedDependencyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
Instantiates a new failed dependency runtime exception.
FailedDependencyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
Instantiates a new failed dependency runtime exception.
ForbiddenException - Exception in org.refcodes.net
The Class ForbiddenException.
ForbiddenException(String, String) - Constructor for exception org.refcodes.net.ForbiddenException
Instantiates a new forbidden exception.
ForbiddenException(String, Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenException
Instantiates a new forbidden exception.
ForbiddenException(String, Throwable) - Constructor for exception org.refcodes.net.ForbiddenException
Instantiates a new forbidden exception.
ForbiddenException(String) - Constructor for exception org.refcodes.net.ForbiddenException
Instantiates a new forbidden exception.
ForbiddenException(Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenException
Instantiates a new forbidden exception.
ForbiddenException(Throwable) - Constructor for exception org.refcodes.net.ForbiddenException
Instantiates a new forbidden exception.
ForbiddenRuntimeException - Exception in org.refcodes.net
The Class ForbiddenRuntimeException.
ForbiddenRuntimeException(String, String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
Instantiates a new forbidden runtime exception.
ForbiddenRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
Instantiates a new forbidden runtime exception.
ForbiddenRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
Instantiates a new forbidden runtime exception.
ForbiddenRuntimeException(String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
Instantiates a new forbidden runtime exception.
ForbiddenRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
Instantiates a new forbidden runtime exception.
ForbiddenRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
Instantiates a new forbidden runtime exception.
FormFields - Interface in org.refcodes.net
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").
FormFieldsAccessor - Interface in org.refcodes.net
Provides an accessor for a request Form-Fields property.
FormFieldsAccessor.FormFieldsBuilder<B extends FormFieldsAccessor.FormFieldsBuilder<?>> - Interface in org.refcodes.net
Provides a mutator for a request Form-Fields property.
FormFieldsAccessor.FormFieldsMutator - Interface in org.refcodes.net
Provides a mutator for a request Form-Fields property.
FormFieldsAccessor.FormFieldsProperty - Interface in org.refcodes.net
Provides a request Form-Fields property.
FormFieldsImpl - Class in org.refcodes.net
The Class FormFieldsImpl.
FormFieldsImpl() - Constructor for class org.refcodes.net.FormFieldsImpl
Instantiates a new form fields impl.
FormFieldsImpl(Map<String, List<String>>) - Constructor for class org.refcodes.net.FormFieldsImpl
Initializes the instance with the fields provided by the given Map.
FormFieldsImpl(String) - Constructor for class org.refcodes.net.FormFieldsImpl
Initializes the instance with the fields provided by the given HTTP Form-Fields (HTTP Query-String).
FragmentAccessor - Interface in org.refcodes.net
Provides an accessor for a fragment property.
FragmentAccessor.FragmentBuilder<B extends FragmentAccessor.FragmentBuilder<?>> - Interface in org.refcodes.net
Provides a mutator for an fragment property.
FragmentAccessor.FragmentMutator - Interface in org.refcodes.net
Provides a mutator for a fragment property.
FragmentAccessor.FragmentProperty - Interface in org.refcodes.net
Provides a fragment property.
fromAnyCidrNotation(String) - Static method in enum org.refcodes.net.IpAddress
Creates an IP-Address as of an integer array for the first of the enumeration elements being able to successfully parse the provided String in CIDR notation.
fromBodyFormFields(String) - Method in interface org.refcodes.net.FormFields
Processes the HTTP Form-Fields body String and retrieves the therein defined Form-Fields and adds them to the FormFields instance.
fromCidrNotation(String) - Method in enum org.refcodes.net.IpAddress
Creates an IP-Address as of an integer array for the current enumeration from the provided String in CIDR notation.
fromCidrNotation(String) - Method in interface org.refcodes.net.IpAddressAccessor.IpAddressMutator
Constructs the IP-Address from the given String and sets it for the IP-Address property.
fromHeaderField(HeaderField) - Static method in enum org.refcodes.net.OauthToken
 
fromHttpAuthorization(String) - Method in interface org.refcodes.net.AuthCredentials
Initializes this AuthCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
fromHttpAuthorization(String) - Method in class org.refcodes.net.BasicAuthCredentialsImpl
Initializes this AuthCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
fromHttpAuthorization(String) - Method in class org.refcodes.net.BearerAuthCredentialsImpl
Initializes this AuthCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
fromHttpCookie(String) - Method in interface org.refcodes.net.Cookie
Sets the cookie according to the provided HTTP cookie text.
fromHttpCookie(String) - Method in interface org.refcodes.net.RequestCookie
Sets the cookie according to the provided HTTP cookie text.
fromHttpCookie(String) - Method in interface org.refcodes.net.ResponseCookie
Sets the cookie according to the provided HTTP cookie text.
fromHttpEncoding(String) - Static method in enum org.refcodes.net.ContentEncoding
Returns that ContentEncoding represented by the given HTTP header's encoding.
fromHttpMediaSubtype(String) - Static method in enum org.refcodes.net.MediaType
Retrieves the MediaType representing the provided HTTP Media-Type (ignoring the case).
fromHttpMediaTypeParameter(String) - Static method in enum org.refcodes.net.MediaTypeParameter
Returns that MediaTypeParameter represented by the given HTTP Media-Type parameter.
fromHttpMethod(String) - Static method in enum org.refcodes.net.HttpMethod
From http method.
fromHttpTopLevelType(String) - Static method in enum org.refcodes.net.TopLevelType
Returns that TopLevelType represented by the given HTTP Top-Level-Media-Type.
fromKey(String) - Static method in enum org.refcodes.net.CookieAttribute
From key.
fromMarshaled(InputStream, Class<T>) - Method in interface org.refcodes.net.MediaTypeFactory
fromMarshaled(InputStream, Class<?>...) - Method in interface org.refcodes.net.MediaTypeFactory
fromMarshaled(InputStream, Map<String, String>, Class<?>...) - Method in interface org.refcodes.net.MediaTypeFactory
fromMarshaled(InputStream, Class<T>, Map<String, String>) - Method in interface org.refcodes.net.MediaTypeFactory
fromName(String) - Static method in enum org.refcodes.net.AuthType
Returns that AuthType represented by the given name.
fromName(String) - Static method in enum org.refcodes.net.GrantType
Returns that GrantType represented by the given name.
fromName(String) - Static method in enum org.refcodes.net.TokenType
Returns that TokenType represented by the given name.
fromPath(String) - Static method in enum org.refcodes.net.OauthToken
 
fromTopLevelType(TopLevelType) - Static method in enum org.refcodes.net.MediaType
Returns all herein defined MediaType elements belonging to the given TopLevelType.
fromUnmarshaled(SRC) - Method in interface org.refcodes.net.MediaTypeFactory
Same as Marshalable.toMarshaled(Object) returning an InputStream instead of a String.
fromUnmarshaled(SRC, Map<String, String>) - Method in interface org.refcodes.net.MediaTypeFactory
Same as Marshalable.toMarshaled(Object, Map) returning an InputStream instead of a String.
fromUrl(String) - Method in interface org.refcodes.net.FormFields
Extracts the HTTP Query-String from the provided URL by identifying the first question mark ("?")
fromUrl(String) - Method in interface org.refcodes.net.Url.UrlBuilder
USes the given String to set the Url's state.
fromURL(URL) - Method in interface org.refcodes.net.Url.UrlBuilder
 
fromUrlQueryString(String) - Method in interface org.refcodes.net.FormFields
Processes the HTTP Query-String and retrieves the therein defined Form-Fields and adds them to the FormFields instance.

G

GatewayTimeoutException - Exception in org.refcodes.net
The Class GatewayTimeoutException.
GatewayTimeoutException(String, String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
Instantiates a new gateway timeout exception.
GatewayTimeoutException(String, Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
Instantiates a new gateway timeout exception.
GatewayTimeoutException(String, Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutException
Instantiates a new gateway timeout exception.
GatewayTimeoutException(String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
Instantiates a new gateway timeout exception.
GatewayTimeoutException(Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
Instantiates a new gateway timeout exception.
GatewayTimeoutException(Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutException
Instantiates a new gateway timeout exception.
GatewayTimeoutRuntimeException - Exception in org.refcodes.net
The Class GatewayTimeoutRuntimeException.
GatewayTimeoutRuntimeException(String, String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
Instantiates a new gateway timeout runtime exception.
GatewayTimeoutRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
Instantiates a new gateway timeout runtime exception.
GatewayTimeoutRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
Instantiates a new gateway timeout runtime exception.
GatewayTimeoutRuntimeException(String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
Instantiates a new gateway timeout runtime exception.
GatewayTimeoutRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
Instantiates a new gateway timeout runtime exception.
GatewayTimeoutRuntimeException(Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
Instantiates a new gateway timeout runtime exception.
get(Object) - Method in class org.refcodes.net.AbstractHeaderFields
get(HeaderField) - Method in interface org.refcodes.net.HeaderFields
Gets the values for the according Header-Field..
getAcceptCharsets() - Method in interface org.refcodes.net.HeaderFields
Gets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET
getAcceptEncodings() - Method in interface org.refcodes.net.HeaderFields
Gets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
getAcceptTypes() - Method in interface org.refcodes.net.HeaderFields
Gets the Accept request-Header-Field HeaderField.ACCEPT: "...
getAllCookies() - Method in class org.refcodes.net.AbstractHeaderFields
Retrieves an array of cookies sent by the client stored in this RequestHeaderFields instance.
getAllCookies() - Method in interface org.refcodes.net.HeaderFields
Retrieves an array of cookies sent by the client stored in this RequestHeaderFields instance.
getAllowMethods() - Method in interface org.refcodes.net.HeaderFields
Gets the Allow entity-Header-Field HeaderField.ALLOW: "...
getAuthenticate() - Method in interface org.refcodes.net.HeaderFields
Gets the WWW-Authenticate response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
getAuthType() - Method in interface org.refcodes.net.AuthTypeAccessor
Retrieves the AuthType from the Authorization-Type property (or null if there are none such credentials).
getAuthType() - Method in interface org.refcodes.net.BasicAuthCredentials
Retrieves the AuthType from the Authorization-Type property (or null if there are none such credentials).
getAuthType() - Method in interface org.refcodes.net.BearerAuthCredentials
Retrieves the AuthType from the Authorization-Type property (or null if there are none such credentials).
getBaseLocator() - Method in interface org.refcodes.net.BaseLocatorAccessor
Retrieves the base locator from the base locator property.
getBaseUrl() - Method in interface org.refcodes.net.BaseUrlAccessor
Retrieves the base URL (protocol, host, port, locator) from the base URL (protocol, host, port, locator) property.
getBaseUrl() - Method in class org.refcodes.net.HttpClientContextBuilderImpl
Retrieves the base URL (protocol, host, port, locator) from the base URL (protocol, host, port, locator) property.
getBasicAuth() - Method in interface org.refcodes.net.HeaderFields
Retrieves the WWW-Authenticate field for Basic-Authentication.
getBasicAuthCredentials() - Method in interface org.refcodes.net.BasicAuthCredentialsAccessor
Retrieves the BasicAuthCredentials from the Basic-Authentication credentials property (or null if there are none such credentials).
getBasicAuthCredentials() - Method in interface org.refcodes.net.HeaderFields
Retrieves the BasicAuthCredentials from the request (or null if there are none such credentials).
getBearerAuthCredentials() - Method in interface org.refcodes.net.BearerAuthCredentialsAccessor
Retrieves the BearerAuthCredentials from the bearer authentication credentials property (or null if there are none such credentials).
getBearerAuthCredentials() - Method in interface org.refcodes.net.HeaderFields
Retrieves the BearerAuthCredentials from the request (or null if there are none such credentials).
getBroadcast() - Method in enum org.refcodes.net.IpAddress
The byte representation of the "broadcast" address (if the protocol supports a broadcast).
getCharsetParametrer() - Method in interface org.refcodes.net.ContentType
Retrieves the charset parameter from the properties of this ContentType instance.
getCidrDelimiter() - Method in enum org.refcodes.net.IpAddress
The delimiter used by the CIDR notation.
getCidrLocalhost() - Method in enum org.refcodes.net.IpAddress
Returns the CIDR notation of the localhost IP-Address.
getCidrUnspecified() - Method in enum org.refcodes.net.IpAddress
Returns the CIDR notation of the unspecified IP-Address.
getClientId() - Method in class org.refcodes.net.OauthFieldsImpl
Gets the client id.
getClientSecret() - Method in class org.refcodes.net.OauthFieldsImpl
Gets the client secret.
getContentEncoding() - Method in interface org.refcodes.net.HeaderFields
Gets the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
getContentType() - Method in interface org.refcodes.net.ContentTypeAccessor
Retrieves the Content-Type from the Content-Type property.
getContentType() - Method in interface org.refcodes.net.HeaderFields
Gets the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE: "...
getCookieFieldName() - Method in class org.refcodes.net.AbstractHeaderFields
The Header-Field name for the Cookie elements.
getCookieFieldName() - Method in class org.refcodes.net.RequestHeaderFieldsImpl
The Header-Field name for the Cookie elements.
getCookieFieldName() - Method in class org.refcodes.net.ResponseHeaderFieldsImpl
The Header-Field name for the Cookie elements.
getCookies(String) - Method in interface org.refcodes.net.HeaderFields
Retrieves an individual cookie sent by the client stored in this RequestHeaderFields instance.
getDomain() - Method in class org.refcodes.net.ResponseCookieImpl
getExpiresDate() - Method in interface org.refcodes.net.ResponseCookie
Returns the expiration date of this ResponseCookie.
getExpiresDate() - Method in class org.refcodes.net.ResponseCookieImpl
Returns the expiration date of this ResponseCookie.
getFactoryMediaTypes() - Method in interface org.refcodes.net.MediaTypeFactoryLookup
Returns the currently supported MediaTypes as of the MediaTypeFactory instances being added and in the order of them being added.
getFirst(HeaderField) - Method in interface org.refcodes.net.HeaderFields
Gets the first value of the according Header-Field.
getFirst(String) - Method in interface org.refcodes.net.HttpFields
Returns the first Header-Field value in the list of values associated with the given Header-Field.
getFirst(Enum<?>) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.getFirst(String) though using the provided enumeration's Enum.toString() method to determine the key.
getFirstCookie(String) - Method in interface org.refcodes.net.HeaderFields
Same as HeaderFields.getAllCookies() though just returning the first cookie.
getFormFields() - Method in interface org.refcodes.net.FormFieldsAccessor
Retrieves the request Form-Fields from the request Form-Fields property.
getFragment() - Method in interface org.refcodes.net.FragmentAccessor
Retrieves the fragment from the fragment property.
getFragment() - Method in class org.refcodes.net.UrlImpl
Retrieves the fragment from the fragment property.
getFragment() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Retrieves the fragment from the fragment property.
getGrantType() - Method in class org.refcodes.net.OauthFieldsImpl
Gets the grant type.
getHeaderField() - Method in interface org.refcodes.net.HeaderFieldAccessor
Retrieves the HeaderField from the HeaderField property.
getHeaderField() - Method in enum org.refcodes.net.OauthToken
Retrieves the HeaderField from the HeaderField property.
getHeaderFields() - Method in interface org.refcodes.net.HeaderFieldsAccessor
Retrieves the Header-Fields from the Header-Fields property.
getHeaderFields() - Method in class org.refcodes.net.HttpRequestImpl
Retrieves the Header-Fields from the Header-Fields property.
getHeaderFields() - Method in class org.refcodes.net.HttpResponseImpl
Retrieves the Header-Fields from the Header-Fields property.
getHost() - Method in interface org.refcodes.net.HeaderFields
Gets the Host request-Header-Field HeaderField.HOST: "...
getHost() - Method in interface org.refcodes.net.HostAccessor
Retrieves the host from the host property.
getHost() - Method in class org.refcodes.net.UrlImpl
Retrieves the host from the host property.
getHost() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Retrieves the host from the host property.
getHttpBody() - Method in interface org.refcodes.net.HttpBodyAccessor
Retrieves the HTTP body from the HTTP body property.
getHttpBody() - Method in class org.refcodes.net.HttpClientResponseImpl
Retrieves the HTTP body from the HTTP body property.
getHttpBody() - Method in class org.refcodes.net.HttpServerRequestImpl
Retrieves the HTTP body from the HTTP body property.
getHttpInputStream() - Method in class org.refcodes.net.HttpClientResponseImpl
Retrieves the InputStream from the HTTP InputStream property.
getHttpInputStream() - Method in interface org.refcodes.net.HttpInputStreamAccessor
Retrieves the InputStream from the HTTP InputStream property.
getHttpInputStream() - Method in class org.refcodes.net.HttpServerRequestImpl
Retrieves the InputStream from the HTTP InputStream property.
getHttpMediaType() - Method in interface org.refcodes.net.HttpMediaTypeAccessor
Retrieves the HTTP Media-Type from the HTTP Media-Type property.
getHttpMethod() - Method in interface org.refcodes.net.HttpMethodAccessor
Retrieves the HTTP-Method from the HTTP-Method property.
getHttpMethod() - Method in class org.refcodes.net.HttpRequestImpl
Retrieves the HTTP-Method from the HTTP-Method property.
getHttpStatusCode() - Method in class org.refcodes.net.HttpResponseImpl
Retrieves the HTTP Status-Code from the HTTP Status-Code property.
getHttpStatusCode() - Method in interface org.refcodes.net.HttpStatusCodeAccessor
Retrieves the HTTP Status-Code from the HTTP Status-Code property.
getHttpSuccessCode() - Method in interface org.refcodes.net.HttpSuccessCodeAccessor
Retrieves the HTTP success code from the HTTP success code property.
getIdentity() - Method in class org.refcodes.net.BasicAuthCredentialsImpl
getIdentity() - Method in class org.refcodes.net.BasicCredentialsImpl
getIdentity() - Method in class org.refcodes.net.UrlImpl
getIdentity() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
getInstance() - Static method in class org.refcodes.net.PortManagerSingleton
Returns the singleton's instance as fabricated by this PortManagerSingleton.
getIpAddress() - Method in interface org.refcodes.net.IpAddressAccessor
Retrieves the IP-Address from the IP-Address property.
getIpAddress() - Method in class org.refcodes.net.UrlImpl
Retrieves the IP-Address from the IP-Address property.
getIpAddress() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Retrieves the IP-Address from the IP-Address property.
getKey() - Method in enum org.refcodes.net.CookieAttribute
getKeyStoreDescriptor() - Method in class org.refcodes.net.HttpServerContextBuilderImpl
getLength() - Method in enum org.refcodes.net.IpAddress
Returns the length in bytes of the IP-Address.
getLoadBalancingStrategy() - Method in interface org.refcodes.net.LoadBalancingStrategyAccessor
Retrieves the load balancing strategy from the load balancing strategy property.
getLocalAddress() - Method in interface org.refcodes.net.LocalAddressAccessor
Retrieves the local address from the local address property.
getLocalhost() - Method in enum org.refcodes.net.IpAddress
The byte representation of the "localhost".
getLocalhostAlias() - Method in enum org.refcodes.net.IpAddress
The commonly used alias for the "localhost".
getMaxConnections() - Method in class org.refcodes.net.HttpServerContextBuilderImpl
getMaxValue() - Method in enum org.refcodes.net.PortRange
getMediaType() - Method in class org.refcodes.net.ApplicationFormFactory
Retrieves the Media-Type from the Media-Type property.
getMediaType() - Method in class org.refcodes.net.ApplicationJsonFactory
Retrieves the Media-Type from the Media-Type property.
getMediaType() - Method in class org.refcodes.net.ApplicationXmlFactory
Retrieves the Media-Type from the Media-Type property.
getMediaType() - Method in class org.refcodes.net.ApplicationYamlFactory
Retrieves the Media-Type from the Media-Type property.
getMediaType() - Method in class org.refcodes.net.ContentTypeImpl
Retrieves the Media-Type from the Media-Type property.
getMediaType() - Method in interface org.refcodes.net.MediaTypeAccessor
Retrieves the Media-Type from the Media-Type property.
getMediaType() - Method in class org.refcodes.net.TextPlainFactory
Retrieves the Media-Type from the Media-Type property.
getMediaType() - Method in class org.refcodes.net.TextXmlFactory
Retrieves the Media-Type from the Media-Type property.
getMinValue() - Method in enum org.refcodes.net.PortRange
getName() - Method in enum org.refcodes.net.AuthType
Gets the name.
getName() - Method in enum org.refcodes.net.ContentEncoding
Gets the name.
getName() - Method in enum org.refcodes.net.GrantType
Gets the name.
getName() - Method in enum org.refcodes.net.HeaderField
getName() - Method in enum org.refcodes.net.MediaType
Returns the sub-type part of the MediaType.
getName() - Method in enum org.refcodes.net.MediaTypeParameter
Gets the name.
getName() - Method in enum org.refcodes.net.TokenType
Gets the name.
getName() - Method in enum org.refcodes.net.TopLevelType
Gets the name.
getPassword() - Method in class org.refcodes.net.OauthFieldsImpl
Gets the password.
getPath() - Method in enum org.refcodes.net.OauthToken
getPath() - Method in class org.refcodes.net.ResponseCookieImpl
getPath() - Method in class org.refcodes.net.UrlImpl
getPath() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
getPort() - Method in class org.refcodes.net.HttpServerContextBuilderImpl
getPort() - Method in exception org.refcodes.net.PortAlreadyBoundException
getPort() - Method in exception org.refcodes.net.PortAlreadyBoundRuntimeException
getPort() - Method in class org.refcodes.net.UrlImpl
getPort() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
getQueryFields() - Method in interface org.refcodes.net.QueryFieldsAccessor
Retrieves the request Query-Fields from the request Query-Fields property.
getQueryFields() - Method in class org.refcodes.net.UrlImpl
Retrieves the request Query-Fields from the request Query-Fields property.
getQueryFields() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Retrieves the request Query-Fields from the request Query-Fields property.
getRealm() - Method in interface org.refcodes.net.RealmAccessor
Retrieves the realm from the realm property.
getRedirectUri() - Method in class org.refcodes.net.OauthFieldsImpl
Gets the redirect uri.
getRefreshToken() - Method in class org.refcodes.net.OauthFieldsImpl
Gets the refresh token.
getRemoteAddress() - Method in interface org.refcodes.net.RemoteAddressAccessor
Retrieves the remote address from the remote address property.
getRequest() - Method in interface org.refcodes.net.HttpClientRequest
Retrieves the request from the request property.
getRequest() - Method in class org.refcodes.net.HttpClientRequestImpl
Gets the request.
getRequest(Class<REQ>) - Method in interface org.refcodes.net.HttpServerRequest
Retrieves the object representing the request body.
getRequest() - Method in interface org.refcodes.net.HttpServerRequest
Retrieves the HttpBodyMap representing the request body.
getRequest(Class<REQ>) - Method in class org.refcodes.net.HttpServerRequestImpl
This method's implementation supports the HttpBodyMap to unmarshal an HTTP Request-Body into an HttpBodyMap when providing the HttpBodyMap as request type.
getRequestHeaderFields() - Method in interface org.refcodes.net.RequestHeaderFieldsAccessor
Retrieves the request Header-Fields from the request Header-Fields property.
getRequestId() - Method in interface org.refcodes.net.HeaderFields
Gets the (interprocess) Request-Correlation ID field HeaderField.REQUEST_ID: A Request-Correlation ID is an ID to uniquely identify an entity (request) across multiple systems.
getResponse(Class<RES>) - Method in interface org.refcodes.net.HttpClientResponse
Retrieves the object representing the response body.
getResponse() - Method in interface org.refcodes.net.HttpClientResponse
Retrieves the HttpBodyMap representing the response body.
getResponse(Class<RES>) - Method in class org.refcodes.net.HttpClientResponseImpl
This method's implementation supports the HttpBodyMap to unmarshal an HTTP Response-Body into an HttpBodyMap when providing the HttpBodyMap as response type.
getResponse() - Method in interface org.refcodes.net.HttpServerResponse
Retrieves the response from the response property.
getResponse() - Method in class org.refcodes.net.HttpServerResponseImpl
Gets the response.
getResponseHeaderFields() - Method in interface org.refcodes.net.ResponseHeaderFieldsAccessor
Retrieves the response Header-Fields from the response Header-Fields property.
getScheme() - Method in class org.refcodes.net.HttpServerContextBuilderImpl
Retrieves the UrlScheme from the URL scheme.
getScheme() - Method in interface org.refcodes.net.SchemeAccessor
Retrieves the UrlScheme from the URL scheme.
getScheme() - Method in class org.refcodes.net.UrlImpl
Retrieves the UrlScheme from the URL scheme.
getScheme() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Retrieves the UrlScheme from the URL scheme.
getSecret() - Method in class org.refcodes.net.BasicAuthCredentialsImpl
getSecret() - Method in class org.refcodes.net.BasicCredentialsImpl
getSecret() - Method in class org.refcodes.net.UrlImpl
getSecret() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
getSessionId() - Method in interface org.refcodes.net.HeaderFields
Gets the (interprocess) Session-Correlation ID field HeaderField.SESSION_ID: A Session-Correlation ID is an ID to uniquely identify an entity (session) across multiple systems.
getStatusCode() - Method in enum org.refcodes.net.HttpStatusCode
getStatusCode() - Method in exception org.refcodes.net.HttpStatusException
getStatusCode() - Method in exception org.refcodes.net.HttpStatusRuntimeException
getStatusCode() - Method in enum org.refcodes.net.HttpSuccessCode
getToken() - Method in class org.refcodes.net.BearerAuthCredentialsImpl
getToken() - Method in class org.refcodes.net.BearerCredentialsImpl
getTopLevelType() - Method in interface org.refcodes.net.ContentType
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type property.
getTopLevelType() - Method in enum org.refcodes.net.MediaType
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type property.
getTopLevelType() - Method in interface org.refcodes.net.TopLevelTypeAccessor
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type property.
getTrustStoreDescriptor() - Method in class org.refcodes.net.HttpClientContextBuilderImpl
getUnknownAcceptTypes() - Method in interface org.refcodes.net.HeaderFields
Gets the unresolvable (unknown) Accept request-Header-Field HeaderField.ACCEPT.
getUnknownContentTypes() - Method in interface org.refcodes.net.HeaderFields
Gets the unresolvable (unknown) Content-Type request-Header-Field HeaderField.CONTENT_TYPE.
getUnspecified() - Method in enum org.refcodes.net.IpAddress
The byte representation of the "unspecified".
getUrl() - Method in class org.refcodes.net.HttpRequestImpl
Retrieves the Url from the Url property.
getUrl() - Method in interface org.refcodes.net.UrlAccessor
Retrieves the Url from the Url property.
getUserAgent() - Method in interface org.refcodes.net.HeaderFields
Gets the User-Agent request-Header-Field HeaderField.USER_AGENT: "...
getUserAgent() - Method in interface org.refcodes.net.UserAgentAccessor
Retrieves the user agent from the user agent property.
getUserName() - Method in class org.refcodes.net.OauthFieldsImpl
Gets the user name.
getVirtualHost() - Method in interface org.refcodes.net.VirtualHostAccessor
Retrieves the virtual host from the virtual host property.
GoneException - Exception in org.refcodes.net
The Class GoneException.
GoneException(String, String) - Constructor for exception org.refcodes.net.GoneException
Instantiates a new gone exception.
GoneException(String, Throwable, String) - Constructor for exception org.refcodes.net.GoneException
Instantiates a new gone exception.
GoneException(String, Throwable) - Constructor for exception org.refcodes.net.GoneException
Instantiates a new gone exception.
GoneException(String) - Constructor for exception org.refcodes.net.GoneException
Instantiates a new gone exception.
GoneException(Throwable, String) - Constructor for exception org.refcodes.net.GoneException
Instantiates a new gone exception.
GoneException(Throwable) - Constructor for exception org.refcodes.net.GoneException
Instantiates a new gone exception.
GoneRuntimeException - Exception in org.refcodes.net
The Class GoneRuntimeException.
GoneRuntimeException(String, String) - Constructor for exception org.refcodes.net.GoneRuntimeException
Instantiates a new gone runtime exception.
GoneRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.GoneRuntimeException
Instantiates a new gone runtime exception.
GoneRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.GoneRuntimeException
Instantiates a new gone runtime exception.
GoneRuntimeException(String) - Constructor for exception org.refcodes.net.GoneRuntimeException
Instantiates a new gone runtime exception.
GoneRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.GoneRuntimeException
Instantiates a new gone runtime exception.
GoneRuntimeException(Throwable) - Constructor for exception org.refcodes.net.GoneRuntimeException
Instantiates a new gone runtime exception.
GrantType - Enum in org.refcodes.net
The Enum GrantType.

H

hashCode() - Method in class org.refcodes.net.BasicAuthCredentialsImpl
hashCode() - Method in class org.refcodes.net.BearerAuthCredentialsImpl
hashCode() - Method in class org.refcodes.net.ContentTypeImpl
hasMediaTypeFactory(MediaType) - Method in interface org.refcodes.net.MediaTypeFactoryLookup
Determines whether there is a MediaTypeFactory for the given MediaType.
HeaderField - Enum in org.refcodes.net
The Enum HeaderField.
HeaderFieldAccessor - Interface in org.refcodes.net
Provides an accessor for a HeaderField property.
HeaderFieldAccessor.HeaderFieldBuilder<B extends HeaderFieldAccessor.HeaderFieldBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a HeaderField property returning the builder for applying multiple build operations.
HeaderFieldAccessor.HeaderFieldMutator - Interface in org.refcodes.net
Provides a mutator for a HeaderField property.
HeaderFieldAccessor.HeaderFieldProperty - Interface in org.refcodes.net
Provides a HeaderField property.
HeaderFields<C extends Cookie,B extends HeaderFields<C,B>> - Interface in org.refcodes.net
The HeaderFields reflect the structure of a HTTP header and may be used to represent a HTTP header.
HeaderFieldsAccessor<T extends HeaderFields<?,?>> - Interface in org.refcodes.net
Provides an accessor for an Header-Fields property.
HeaderFieldsAccessor.HeaderFieldsBuilder<T extends HeaderFields<?,?>,B extends HeaderFieldsAccessor.HeaderFieldsBuilder<T,B>> - Interface in org.refcodes.net
Provides a mutator for an Header-Fields property.
HeaderFieldsAccessor.HeaderFieldsMutator<T extends HeaderFields<?,?>> - Interface in org.refcodes.net
Provides a mutator for an Header-Fields property.
HeaderFieldsAccessor.HeaderFieldsProperty<T extends HeaderFields<?,?>> - Interface in org.refcodes.net
Provides an Header-Fields property.
HostAccessor - Interface in org.refcodes.net
Provides an accessor for a host property.
HostAccessor.HostBuilder<B extends HostAccessor.HostBuilder<?>> - Interface in org.refcodes.net
Provides a mutator for an host property.
HostAccessor.HostMutator - Interface in org.refcodes.net
Provides a mutator for a host property.
HostAccessor.HostProperty - Interface in org.refcodes.net
Provides a host property.
HttpBodyAccessor - Interface in org.refcodes.net
Provides an accessor for a HTTP body property.
HttpBodyAccessor.HttpBodyBuilder<B extends HttpBodyAccessor.HttpBodyBuilder<B>> - Interface in org.refcodes.net
Provides a builder body for a HTTP body property returning the builder for applying multiple build operations.
HttpBodyAccessor.HttpBodyMutator - Interface in org.refcodes.net
Provides a mutator for a HTTP body property.
HttpBodyAccessor.HttpBodyProperty - Interface in org.refcodes.net
Provides a HTTP body property.
HttpBodyAccessor.HttpBodyProvider<EXC extends Exception> - Interface in org.refcodes.net
A provider interface provides a "toSomething(?)"
HttpBodyMap - Interface in org.refcodes.net
The HttpBodyMap type is a "dynamic" type in terms of it's structure being represented by paths'.
HttpBodyMapImpl - Class in org.refcodes.net
The Class HttpBodyMapImpl.
HttpBodyMapImpl() - Constructor for class org.refcodes.net.HttpBodyMapImpl
Create an empty HttpBodyMap instance using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyMapImpl(Object) - Constructor for class org.refcodes.net.HttpBodyMapImpl
Create a HttpBodyMap instance containing the elements as of MutablePathMap#insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyMapImpl(String, Object) - Constructor for class org.refcodes.net.HttpBodyMapImpl
Create a HttpBodyMap instance containing the elements as of MutablePathMap#insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyMapImpl(Object, String) - Constructor for class org.refcodes.net.HttpBodyMapImpl
Creates a HttpBodyMap instance containing the elements as of MutablePathMap#insert(Object) using the default path delimiter "/" (Delimiter.PATH) for the path declarations.
HttpBodyMapImpl(String, Object, String) - Constructor for class org.refcodes.net.HttpBodyMapImpl
Creates a HttpBodyMap instance containing the elements as of MutablePathMap#insert(Object) using the default path delimiter "/" (Delimiter.PATH for the path declarations.
HttpClientContext - Interface in org.refcodes.net
This context describes all information required to open a client (HTTP or HTTPS).
HttpClientContext.HttpClientContextBuilder - Interface in org.refcodes.net
The HttpClientContext.HttpClientContextBuilder interface extends the HttpClientContext with builder functionality as of the builder pattern.
HttpClientContextBuilderImpl - Class in org.refcodes.net
HttpClientContextBuilderImpl(Url, TrustStoreDescriptor) - Constructor for class org.refcodes.net.HttpClientContextBuilderImpl
Constructs a HttpClientContext with the given data.
HttpClientRequest - Interface in org.refcodes.net
Defines a HttpClientRequest being the request as produced by the client.
HttpClientRequestImpl - Class in org.refcodes.net
The Class HttpClientRequestImpl.
HttpClientRequestImpl(HttpMethod, Url, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpClientRequestImpl
Instantiates a new http client request impl.
HttpClientRequestImpl(HttpMethod, Url, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpClientRequestImpl
Instantiates a new http client request impl.
HttpClientRequestImpl(HttpMethod, Url, RequestHeaderFields, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpClientRequestImpl
Instantiates a new http client request impl.
HttpClientResponse - Interface in org.refcodes.net
Defines a HttpClientResponse being the response as consumed by the client.
HttpClientResponseImpl - Class in org.refcodes.net
Implementation of the HttpClientResponse interface.
HttpClientResponseImpl(HttpStatusCode, ResponseHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpClientResponseImpl
Constructs a HttpClientResponse with all required attributes.
HttpException - Exception in org.refcodes.net
The Class HttpException.
HttpException(String, String) - Constructor for exception org.refcodes.net.HttpException
Instantiates a new http exception.
HttpException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpException
Instantiates a new http exception.
HttpException(String, Throwable) - Constructor for exception org.refcodes.net.HttpException
Instantiates a new http exception.
HttpException(String) - Constructor for exception org.refcodes.net.HttpException
Instantiates a new http exception.
HttpException(Throwable, String) - Constructor for exception org.refcodes.net.HttpException
Instantiates a new http exception.
HttpException(Throwable) - Constructor for exception org.refcodes.net.HttpException
Instantiates a new http exception.
HttpFields<B extends HttpFields<B>> - Interface in org.refcodes.net
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.net
Provides an accessor for a HTTP InputStream body property.
HttpInputStreamAccessor.HttpInputStreamBuilder<B extends HttpInputStreamAccessor.HttpInputStreamBuilder<B>> - Interface in org.refcodes.net
Provides a builder body for a HTTP InputStream property returning the builder for applying multiple build operations.
HttpInputStreamAccessor.HttpInputStreamMutator - Interface in org.refcodes.net
Provides a mutator for a InputStream property.
HttpInputStreamAccessor.HttpInputStreamProperty - Interface in org.refcodes.net
Provides a HTTP InputStream property.
HttpInputStreamAccessor.HttpInputStreamProvider<EXC extends Exception> - Interface in org.refcodes.net
A provider interface provides a "toSomething(?)"
HttpMediaType - Interface in org.refcodes.net
The HttpMediaType converts an implementing instance's state into an HTTP media type as used in HTTP Header-Fields.
HttpMediaTypeAccessor - Interface in org.refcodes.net
Provides an accessor for a HTTP Media-Type property.
HttpMediaTypeAccessor.HttpMediaTypeBuilder<B extends HttpMediaTypeAccessor.HttpMediaTypeBuilder<B>> - Interface in org.refcodes.net
Provides a builder body for a HTTP Media-Type property returning the builder for applying multiple build operations.
HttpMediaTypeAccessor.HttpMediaTypeMutator - Interface in org.refcodes.net
Provides a mutator for a HTTP Media-Type property.
HttpMediaTypeAccessor.HttpMediaTypeProperty - Interface in org.refcodes.net
Provides a HTTP Media-Type property.
HttpMediaTypeAccessor.HttpMediaTypeProvider<EXC extends Exception> - Interface in org.refcodes.net
A provider interface provides a "toSomething(?)"
HttpMethod - Enum in org.refcodes.net
The Enum HttpMethod.
HttpMethodAccessor - Interface in org.refcodes.net
Provides an accessor for a HTTP-Method property.
HttpMethodAccessor.HttpMethodBuilder<B extends HttpMethodAccessor.HttpMethodBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a HTTP-Method property returning the builder for applying multiple build operations.
HttpMethodAccessor.HttpMethodMutator - Interface in org.refcodes.net
Provides a mutator for a HTTP-Method property.
HttpMethodAccessor.HttpMethodProperty - Interface in org.refcodes.net
Provides a HTTP-Method property.
HttpRequest - Interface in org.refcodes.net
Defines a HTTP-Request, being the HttpMethod, the Header-Fields, the request body and the locator representing the request.
HttpRequestBuilder<B extends HttpRequestBuilder<B>> - Interface in org.refcodes.net
The Interface HttpRequestBuilder.
HttpRequestImpl - Class in org.refcodes.net
Implementation of the HttpRequest interface.
HttpRequestImpl(HttpMethod, Url) - Constructor for class org.refcodes.net.HttpRequestImpl
Constructs a HttpRequest with all required attributes.
HttpRequestImpl(HttpMethod, Url, RequestHeaderFields) - Constructor for class org.refcodes.net.HttpRequestImpl
Constructs a HttpRequest with all required attributes.
HttpResponse - Interface in org.refcodes.net
Defines a HttpResponse being the response Header-Fields and the response body.
HttpResponseBuilder<B> - Interface in org.refcodes.net
The Interface HttpResponseBuilder.
HttpResponseException - Exception in org.refcodes.net
Thrown by a HTTP-Response handling system in case of some unexpected response.
HttpResponseException(HttpStatusCode, String, String) - Constructor for exception org.refcodes.net.HttpResponseException
Instantiates a new http response exception.
HttpResponseException(HttpStatusCode, String, Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseException
Instantiates a new http response exception.
HttpResponseException(HttpStatusCode, String, Throwable) - Constructor for exception org.refcodes.net.HttpResponseException
Instantiates a new http response exception.
HttpResponseException(HttpStatusCode, String) - Constructor for exception org.refcodes.net.HttpResponseException
Instantiates a new http response exception.
HttpResponseException(HttpStatusCode, Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseException
Instantiates a new http response exception.
HttpResponseException(HttpStatusCode, Throwable) - Constructor for exception org.refcodes.net.HttpResponseException
Instantiates a new http response exception.
HttpResponseImpl - Class in org.refcodes.net
Implementation of the HttpResponse interface.
HttpResponseImpl() - Constructor for class org.refcodes.net.HttpResponseImpl
Constructs a HttpResponse with HttpStatusCode.OK.
HttpResponseImpl(HttpStatusCode) - Constructor for class org.refcodes.net.HttpResponseImpl
Constructs a HttpResponse with all required attributes.
HttpResponseImpl(ResponseHeaderFields) - Constructor for class org.refcodes.net.HttpResponseImpl
Constructs a HttpResponse with with HttpStatusCode.OK.
HttpResponseImpl(HttpStatusCode, ResponseHeaderFields) - Constructor for class org.refcodes.net.HttpResponseImpl
Constructs a HttpResponse with all required attributes.
HttpResponseRuntimeException - Exception in org.refcodes.net
Thrown by a HTTP-Response handling system in case of some unexpected response.
HttpResponseRuntimeException(HttpStatusCode, String, String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
Instantiates a new http response runtime exception.
HttpResponseRuntimeException(HttpStatusCode, String, Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
Instantiates a new http response runtime exception.
HttpResponseRuntimeException(HttpStatusCode, String, Throwable) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
Instantiates a new http response runtime exception.
HttpResponseRuntimeException(HttpStatusCode, String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
Instantiates a new http response runtime exception.
HttpResponseRuntimeException(HttpStatusCode, Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
Instantiates a new http response runtime exception.
HttpResponseRuntimeException(HttpStatusCode, Throwable) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
Instantiates a new http response runtime exception.
HttpRuntimeException - Exception in org.refcodes.net
The Class HttpRuntimeException.
HttpRuntimeException(String, String) - Constructor for exception org.refcodes.net.HttpRuntimeException
Instantiates a new http runtime exception.
HttpRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpRuntimeException
Instantiates a new http runtime exception.
HttpRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.HttpRuntimeException
Instantiates a new http runtime exception.
HttpRuntimeException(String) - Constructor for exception org.refcodes.net.HttpRuntimeException
Instantiates a new http runtime exception.
HttpRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.HttpRuntimeException
Instantiates a new http runtime exception.
HttpRuntimeException(Throwable) - Constructor for exception org.refcodes.net.HttpRuntimeException
Instantiates a new http runtime exception.
HttpsConnectionRequestObservable<B extends HttpsConnectionRequestObservable<B>> - Interface in org.refcodes.net
An observable which notifies the registered HttpsConnectionRequestObserver on incoming HTTPS requests.
HttpsConnectionRequestObserver - Interface in org.refcodes.net
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.net
This context describes all information required to open a server (HTTP or HTTPS) and bind a port.
HttpServerContext.HttpServerContextBuilder - Interface in org.refcodes.net
The HttpServerContext.HttpServerContextBuilder interface extends the HttpServerContext with builder functionality as of the builder pattern.
HttpServerContextBuilderImpl - Class in org.refcodes.net
The HttpServerContextBuilderImpl implements the HttpServerContext.HttpServerContextBuilder interface and can be used as HttpServerContext for opening an HTTP-Server such as the `HttpRestServer` from the `org.refcodes:refcodes-rest` artifact.
HttpServerContextBuilderImpl(Scheme, int, KeyStoreDescriptor, int) - Constructor for class org.refcodes.net.HttpServerContextBuilderImpl
Constructs a HttpClientContext with the given data.
HttpServerContextBuilderImpl(String, int, KeyStoreDescriptor, int) - Constructor for class org.refcodes.net.HttpServerContextBuilderImpl
Constructs a HttpClientContext with the given data.
HttpServerRequest - Interface in org.refcodes.net
Defines a HttpServerRequest being the request as consumed by the server.
HttpServerRequestImpl - Class in org.refcodes.net
The Class HttpServerRequestImpl.
HttpServerRequestImpl(HttpMethod, Url, RequestHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpServerRequestImpl
Constructs a HttpServerRequest with all required attributes.
HttpServerResponse - Interface in org.refcodes.net
Defines a HttpServerResponse as produced by the server.
HttpServerResponseImpl - Class in org.refcodes.net
Implementation of the HttpResponse interface.
HttpServerResponseImpl(MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpServerResponseImpl
Instantiates a new http server response impl.
HttpServerResponseImpl(HttpStatusCode, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpServerResponseImpl
Instantiates a new http server response impl.
HttpServerResponseImpl(ResponseHeaderFields, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.HttpServerResponseImpl
Instantiates a new http server response impl.
HttpStatusCode - Enum in org.refcodes.net
The org.apache.commons.httpclient.HttpStatus constants as enumeration.
HttpStatusCodeAccessor - Interface in org.refcodes.net
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 extends HttpStatusCodeAccessor.HttpStatusCodeBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a HTTP Status-Code property returning the builder for applying multiple build operations.
HttpStatusCodeAccessor.HttpStatusCodeMutator - Interface in org.refcodes.net
Extends the HttpStatusCodeAccessor with a setter method.
HttpStatusCodeAccessor.HttpStatusCodeProperty - Interface in org.refcodes.net
Extends the HttpStatusCodeAccessor with a setter method.
HttpStatusException - Exception in org.refcodes.net
Base exception for HTTP status code related exceptions.
HttpStatusException(HttpStatusCode, String, String) - Constructor for exception org.refcodes.net.HttpStatusException
Instantiates a new http status exception.
HttpStatusException(HttpStatusCode, String, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusException
Instantiates a new http status exception.
HttpStatusException(HttpStatusCode, String, Throwable) - Constructor for exception org.refcodes.net.HttpStatusException
Instantiates a new http status exception.
HttpStatusException(HttpStatusCode, String) - Constructor for exception org.refcodes.net.HttpStatusException
Instantiates a new http status exception.
HttpStatusException(HttpStatusCode, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusException
Instantiates a new http status exception.
HttpStatusException(HttpStatusCode, Throwable) - Constructor for exception org.refcodes.net.HttpStatusException
Instantiates a new http status exception.
HttpStatusRuntimeException - Exception in org.refcodes.net
The Class HttpStatusRuntimeException.
HttpStatusRuntimeException(HttpStatusCode, String, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
Instantiates a new http status runtime exception.
HttpStatusRuntimeException(HttpStatusCode, String, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
Instantiates a new http status runtime exception.
HttpStatusRuntimeException(HttpStatusCode, String, Throwable) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
Instantiates a new http status runtime exception.
HttpStatusRuntimeException(HttpStatusCode, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
Instantiates a new http status runtime exception.
HttpStatusRuntimeException(HttpStatusCode, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
Instantiates a new http status runtime exception.
HttpStatusRuntimeException(HttpStatusCode, Throwable) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
Instantiates a new http status runtime exception.
HttpSuccessCode - Enum in org.refcodes.net
Only the Success 2xx codes as of (from) the HttpStatusCode enumeration.
HttpSuccessCodeAccessor - Interface in org.refcodes.net
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 extends HttpSuccessCodeAccessor.HttpSuccessCodeBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a HTTP success code property returning the builder for applying multiple build operations.
HttpSuccessCodeAccessor.HttpSuccessCodeMutator - Interface in org.refcodes.net
Extends the HttpSuccessCodeAccessor with a setter method.
HttpSuccessCodeAccessor.HttpSuccessCodeProperty - Interface in org.refcodes.net
Extends the HttpSuccessCodeAccessor with a setter method.
HttpVersionNotSupportedException - Exception in org.refcodes.net
The Class HttpVersionNotSupportedException.
HttpVersionNotSupportedException(String, String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedException
Instantiates a new HTTP version not supported exception.
HttpVersionNotSupportedException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedException
Instantiates a new HTTP version not supported exception.
HttpVersionNotSupportedException(String, Throwable) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedException
Instantiates a new HTTP version not supported exception.
HttpVersionNotSupportedException(String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedException
Instantiates a new HTTP version not supported exception.
HttpVersionNotSupportedException(Throwable, String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedException
Instantiates a new HTTP version not supported exception.
HttpVersionNotSupportedException(Throwable) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedException
Instantiates a new HTTP version not supported exception.
HttpVersionNotSupportedRuntimeException - Exception in org.refcodes.net
The Class HttpVersionNotSupportedRuntimeException.
HttpVersionNotSupportedRuntimeException(String, String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedRuntimeException
Instantiates a new HTTP version not supported runtime exception.
HttpVersionNotSupportedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedRuntimeException
Instantiates a new HTTP version not supported runtime exception.
HttpVersionNotSupportedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedRuntimeException
Instantiates a new HTTP version not supported runtime exception.
HttpVersionNotSupportedRuntimeException(String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedRuntimeException
Instantiates a new HTTP version not supported runtime exception.
HttpVersionNotSupportedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedRuntimeException
Instantiates a new HTTP version not supported runtime exception.
HttpVersionNotSupportedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.HttpVersionNotSupportedRuntimeException
Instantiates a new HTTP version not supported runtime exception.

I

initialize() - Method in enum org.refcodes.net.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 org.refcodes.net.Proxy
Initializes the proxy for all proxy enumeration elements, e.g. calls Proxy.initialize() on each element in this enumeration.
InsufficientSpaceOnResourceException - Exception in org.refcodes.net
The Class InsufficientSpaceOnResourceException.
InsufficientSpaceOnResourceException(String, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
Instantiates a new insufficient space on resource exception.
InsufficientSpaceOnResourceException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
Instantiates a new insufficient space on resource exception.
InsufficientSpaceOnResourceException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
Instantiates a new insufficient space on resource exception.
InsufficientSpaceOnResourceException(String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
Instantiates a new insufficient space on resource exception.
InsufficientSpaceOnResourceException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
Instantiates a new insufficient space on resource exception.
InsufficientSpaceOnResourceException(Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
Instantiates a new insufficient space on resource exception.
InsufficientSpaceOnResourceRuntimeException - Exception in org.refcodes.net
The Class InsufficientSpaceOnResourceRuntimeException.
InsufficientSpaceOnResourceRuntimeException(String, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
Instantiates a new insufficient space on resource runtime exception.
InsufficientSpaceOnResourceRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
Instantiates a new insufficient space on resource runtime exception.
InsufficientSpaceOnResourceRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
Instantiates a new insufficient space on resource runtime exception.
InsufficientSpaceOnResourceRuntimeException(String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
Instantiates a new insufficient space on resource runtime exception.
InsufficientSpaceOnResourceRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
Instantiates a new insufficient space on resource runtime exception.
InsufficientSpaceOnResourceRuntimeException(Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
Instantiates a new insufficient space on resource runtime exception.
InsufficientStorageException - Exception in org.refcodes.net
The Class InsufficientStorageException.
InsufficientStorageException(String, String) - Constructor for exception org.refcodes.net.InsufficientStorageException
Instantiates a new insufficient storage exception.
InsufficientStorageException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageException
Instantiates a new insufficient storage exception.
InsufficientStorageException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageException
Instantiates a new insufficient storage exception.
InsufficientStorageException(String) - Constructor for exception org.refcodes.net.InsufficientStorageException
Instantiates a new insufficient storage exception.
InsufficientStorageException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageException
Instantiates a new insufficient storage exception.
InsufficientStorageException(Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageException
Instantiates a new insufficient storage exception.
InsufficientStorageRuntimeException - Exception in org.refcodes.net
The Class InsufficientStorageRuntimeException.
InsufficientStorageRuntimeException(String, String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
Instantiates a new insufficient storage runtime exception.
InsufficientStorageRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
Instantiates a new insufficient storage runtime exception.
InsufficientStorageRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
Instantiates a new insufficient storage runtime exception.
InsufficientStorageRuntimeException(String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
Instantiates a new insufficient storage runtime exception.
InsufficientStorageRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
Instantiates a new insufficient storage runtime exception.
InsufficientStorageRuntimeException(Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
Instantiates a new insufficient storage runtime exception.
InternalClientErrorException - Exception in org.refcodes.net
The Class InternalClientErrorException.
InternalClientErrorException(String, String) - Constructor for exception org.refcodes.net.InternalClientErrorException
Instantiates a new internal client error exception.
InternalClientErrorException(String, Throwable, String) - Constructor for exception org.refcodes.net.InternalClientErrorException
Instantiates a new internal client error exception.
InternalClientErrorException(String, Throwable) - Constructor for exception org.refcodes.net.InternalClientErrorException
Instantiates a new internal client error exception.
InternalClientErrorException(String) - Constructor for exception org.refcodes.net.InternalClientErrorException
Instantiates a new internal client error exception.
InternalClientErrorException(Throwable, String) - Constructor for exception org.refcodes.net.InternalClientErrorException
Instantiates a new internal client error exception.
InternalClientErrorException(Throwable) - Constructor for exception org.refcodes.net.InternalClientErrorException
Instantiates a new internal client error exception.
InternalClientErrorRuntimeException - Exception in org.refcodes.net
The Class InternalClientErrorRuntimeException.
InternalClientErrorRuntimeException(String, String) - Constructor for exception org.refcodes.net.InternalClientErrorRuntimeException
Instantiates a new internal client error runtime exception.
InternalClientErrorRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.InternalClientErrorRuntimeException
Instantiates a new internal client error runtime exception.
InternalClientErrorRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.InternalClientErrorRuntimeException
Instantiates a new internal client error runtime exception.
InternalClientErrorRuntimeException(String) - Constructor for exception org.refcodes.net.InternalClientErrorRuntimeException
Instantiates a new internal client error runtime exception.
InternalClientErrorRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.InternalClientErrorRuntimeException
Instantiates a new internal client error runtime exception.
InternalClientErrorRuntimeException(Throwable) - Constructor for exception org.refcodes.net.InternalClientErrorRuntimeException
Instantiates a new internal client error runtime exception.
InternalServerErrorException - Exception in org.refcodes.net
The Class InternalServerErrorException.
InternalServerErrorException(String, String) - Constructor for exception org.refcodes.net.InternalServerErrorException
Instantiates a new internal server error exception.
InternalServerErrorException(String, Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorException
Instantiates a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorException
Instantiates a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception org.refcodes.net.InternalServerErrorException
Instantiates a new internal server error exception.
InternalServerErrorException(Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorException
Instantiates a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorException
Instantiates a new internal server error exception.
InternalServerErrorRuntimeException - Exception in org.refcodes.net
The Class InternalServerErrorRuntimeException.
InternalServerErrorRuntimeException(String, String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
Instantiates a new internal server error runtime exception.
InternalServerErrorRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
Instantiates a new internal server error runtime exception.
InternalServerErrorRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
Instantiates a new internal server error runtime exception.
InternalServerErrorRuntimeException(String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
Instantiates a new internal server error runtime exception.
InternalServerErrorRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
Instantiates a new internal server error runtime exception.
InternalServerErrorRuntimeException(Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
Instantiates a new internal server error runtime exception.
IpAddress - Enum in org.refcodes.net
Metrics of an IP-Address as of IPv4 or IPv6.
IpAddressAccessor - Interface in org.refcodes.net
Provides an accessor for a IP-Address property.
IpAddressAccessor.IpAddressBuilder<B extends IpAddressAccessor.IpAddressBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a IP-Address property returning the builder for applying multiple build operations.
IpAddressAccessor.IpAddressMutator - Interface in org.refcodes.net
Provides a mutator for a IP-Address property.
IpAddressAccessor.IpAddressProperty - Interface in org.refcodes.net
Provides a IP-Address property.
isAnyCidrNotation(String) - Static method in enum org.refcodes.net.IpAddress
Determines whether the given String represents a valid IP-Address.
isBroadcast(int[]) - Static method in enum org.refcodes.net.IpAddress
Determines whether the given IP-Address is the broadcast address.
isCidrNotation(String) - Method in enum org.refcodes.net.IpAddress
Determines whether the given String represents a valid CIDR notation.
isCommaSeparatedHeaderField(String) - Static method in class org.refcodes.net.AbstractHeaderFields
Tests the given HTTP Header-Field name whether it holds a comma separated value.
isErrorStatus() - Method in enum org.refcodes.net.HttpStatusCode
Determines whether the given HTTP Status-Code signals a failure.
isHttpOnly() - Method in interface org.refcodes.net.ResponseCookie
Returns true if we have an HTTP only cookie.
isHttpOnly() - Method in class org.refcodes.net.ResponseCookieImpl
Returns true if we have an HTTP only cookie.
isLocalhost(int[]) - Static method in enum org.refcodes.net.IpAddress
Determines whether the given IP-Address represents the IP-Address of the "localhost" as of IpAddress.getLocalhost().
isLoopback(int[]) - Static method in enum org.refcodes.net.IpAddress
Determines whether the given IP-Address is in the scope of the the loopback interfaces.
isPortAvaialble(int) - Method in interface org.refcodes.net.PortManager
Tests whether there is already some Server-Socket technically bound to the given port.
isPortAvaialble(int) - Method in class org.refcodes.net.PortManagerImpl
Tests whether there is already some Server-Socket technically bound to the given port.
isPortBound(int) - Method in interface org.refcodes.net.PortManager
Determines whether the given Port-Number is already in use.
isPortBound(int) - Method in class org.refcodes.net.PortManagerImpl
Determines whether the given Port-Number is already in use.
isSecure() - Method in interface org.refcodes.net.ResponseCookie
Returns true if we have a secure HTTP cookie.
isSecure() - Method in class org.refcodes.net.ResponseCookieImpl
Returns true if we have a secure HTTP cookie.
isSuccessStatus() - Method in enum org.refcodes.net.HttpStatusCode
Determines whether the given HTTP Status-Code signals a success.
isValid(BasicCredentials) - Method in interface org.refcodes.net.BasicCredentials
Validates the provided BasicCredentials against this BasicCredentials user-name and secret.
isValid(String, String) - Method in interface org.refcodes.net.BasicCredentials
Validates the provided user-name and secret against this BasicCredentials user-name and secret.
isValid(BearerCredentials) - Method in interface org.refcodes.net.BearerCredentials
Validates the provided BearerCredentials against this BearerCredentials user-name and secret.
isValid(String) - Method in interface org.refcodes.net.BearerCredentials
Validates the provided user-name and secret against this BearerCredentials user-name and secret.

K

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

L

LengthRequiredException - Exception in org.refcodes.net
The Class LengthRequiredException.
LengthRequiredException(String, String) - Constructor for exception org.refcodes.net.LengthRequiredException
Instantiates a new length required exception.
LengthRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredException
Instantiates a new length required exception.
LengthRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.LengthRequiredException
Instantiates a new length required exception.
LengthRequiredException(String) - Constructor for exception org.refcodes.net.LengthRequiredException
Instantiates a new length required exception.
LengthRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredException
Instantiates a new length required exception.
LengthRequiredException(Throwable) - Constructor for exception org.refcodes.net.LengthRequiredException
Instantiates a new length required exception.
LengthRequiredRuntimeException - Exception in org.refcodes.net
The Class LengthRequiredRuntimeException.
LengthRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
Instantiates a new length required runtime exception.
LengthRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
Instantiates a new length required runtime exception.
LengthRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
Instantiates a new length required runtime exception.
LengthRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
Instantiates a new length required runtime exception.
LengthRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
Instantiates a new length required runtime exception.
LengthRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
Instantiates a new length required runtime exception.
LoadBalancingStrategy - Enum in org.refcodes.net
Some simple load balancing strategies.
LoadBalancingStrategyAccessor - Interface in org.refcodes.net
Provides access to a load balancing strategy property as of LoadBalancingStrategy.
LoadBalancingStrategyAccessor.LoadBalancingStrategyBuilder<B extends LoadBalancingStrategyAccessor.LoadBalancingStrategyBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a load balancing strategy property returning the builder for applying multiple build operations.
LoadBalancingStrategyAccessor.LoadBalancingStrategyMutator - Interface in org.refcodes.net
Extends the LoadBalancingStrategyAccessor with a setter method.
LoadBalancingStrategyAccessor.LoadBalancingStrategyProperty - Interface in org.refcodes.net
Extends the LoadBalancingStrategyAccessor with a setter method.
LocalAddressAccessor - Interface in org.refcodes.net
Provides an accessor for a local address property.
LocalAddressAccessor.LocalAddressBuilder<B extends LocalAddressAccessor.LocalAddressBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a local address property returning the builder for applying multiple build operations.
LocalAddressAccessor.LocalAddressMutator - Interface in org.refcodes.net
Provides a mutator for a local address property.
LocalAddressAccessor.LocalAddressProperty - Interface in org.refcodes.net
Provides a local address property.
LockedException - Exception in org.refcodes.net
The Class LockedException.
LockedException(String, String) - Constructor for exception org.refcodes.net.LockedException
Instantiates a new locked exception.
LockedException(String, Throwable, String) - Constructor for exception org.refcodes.net.LockedException
Instantiates a new locked exception.
LockedException(String, Throwable) - Constructor for exception org.refcodes.net.LockedException
Instantiates a new locked exception.
LockedException(String) - Constructor for exception org.refcodes.net.LockedException
Instantiates a new locked exception.
LockedException(Throwable, String) - Constructor for exception org.refcodes.net.LockedException
Instantiates a new locked exception.
LockedException(Throwable) - Constructor for exception org.refcodes.net.LockedException
Instantiates a new locked exception.
LockedRuntimeException - Exception in org.refcodes.net
The Class LockedRuntimeException.
LockedRuntimeException(String, String) - Constructor for exception org.refcodes.net.LockedRuntimeException
Instantiates a new locked runtime exception.
LockedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.LockedRuntimeException
Instantiates a new locked runtime exception.
LockedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.LockedRuntimeException
Instantiates a new locked runtime exception.
LockedRuntimeException(String) - Constructor for exception org.refcodes.net.LockedRuntimeException
Instantiates a new locked runtime exception.
LockedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.LockedRuntimeException
Instantiates a new locked runtime exception.
LockedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.LockedRuntimeException
Instantiates a new locked runtime exception.

M

Marshalable<T> - Interface in org.refcodes.net
The Marshalable defines the functionality which must be provided in order to represent a factory for object creation depending on some provided context and of a predefined type specified with a generic argument (in contrast to the BeanLookupFactory , which creates instances of an expected type).
MediaType - Enum in org.refcodes.net
The MediaType is the Media-Sub-Type part of a HTTP Media-Type.
MediaTypeAccessor - Interface in org.refcodes.net
Provides an accessor for a Media-Type property.
MediaTypeAccessor.MediaTypeBuilder<B extends MediaTypeAccessor.MediaTypeBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a Media-Type property returning the builder for applying multiple build operations.
MediaTypeAccessor.MediaTypeMutator - Interface in org.refcodes.net
Provides a mutator for a Media-Type property.
MediaTypeAccessor.MediaTypeProperty - Interface in org.refcodes.net
Provides a Media-Type property.
MediaTypeFactory - Interface in org.refcodes.net
The MediaTypeFactory creates instances from an HTTP body and creates an HTTP body from given instances according to the MediaType (as of MediaTypeAccessor.getMediaType()) for which the MediaTypeFactory is responsible.
MediaTypeFactoryLookup - Interface in org.refcodes.net
The Interface MediaTypeFactoryLookup.
MediaTypeFactoryLookup.MutableMediaTypeFactoryLookup - Interface in org.refcodes.net
Adds functionality to modify the MediaTypeFactoryLookup e.g.
MediaTypeParameter - Enum in org.refcodes.net
Known or in this scope used MediaType parameters.
MethodFailureException - Exception in org.refcodes.net
The Class MethodFailureException.
MethodFailureException(String, String) - Constructor for exception org.refcodes.net.MethodFailureException
Instantiates a new method failure exception.
MethodFailureException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureException
Instantiates a new method failure exception.
MethodFailureException(String, Throwable) - Constructor for exception org.refcodes.net.MethodFailureException
Instantiates a new method failure exception.
MethodFailureException(String) - Constructor for exception org.refcodes.net.MethodFailureException
Instantiates a new method failure exception.
MethodFailureException(Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureException
Instantiates a new method failure exception.
MethodFailureException(Throwable) - Constructor for exception org.refcodes.net.MethodFailureException
Instantiates a new method failure exception.
MethodFailureRuntimeException - Exception in org.refcodes.net
The Class MethodFailureRuntimeException.
MethodFailureRuntimeException(String, String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
Instantiates a new method failure runtime exception.
MethodFailureRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
Instantiates a new method failure runtime exception.
MethodFailureRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
Instantiates a new method failure runtime exception.
MethodFailureRuntimeException(String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
Instantiates a new method failure runtime exception.
MethodFailureRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
Instantiates a new method failure runtime exception.
MethodFailureRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
Instantiates a new method failure runtime exception.
MethodNotAllowedException - Exception in org.refcodes.net
The Class MethodNotAllowedException.
MethodNotAllowedException(String, String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
Instantiates a new method not allowed exception.
MethodNotAllowedException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
Instantiates a new method not allowed exception.
MethodNotAllowedException(String, Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedException
Instantiates a new method not allowed exception.
MethodNotAllowedException(String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
Instantiates a new method not allowed exception.
MethodNotAllowedException(Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
Instantiates a new method not allowed exception.
MethodNotAllowedException(Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedException
Instantiates a new method not allowed exception.
MethodNotAllowedRuntimeException - Exception in org.refcodes.net
The Class MethodNotAllowedRuntimeException.
MethodNotAllowedRuntimeException(String, String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
Instantiates a new method not allowed runtime exception.
MethodNotAllowedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
Instantiates a new method not allowed runtime exception.
MethodNotAllowedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
Instantiates a new method not allowed runtime exception.
MethodNotAllowedRuntimeException(String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
Instantiates a new method not allowed runtime exception.
MethodNotAllowedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
Instantiates a new method not allowed runtime exception.
MethodNotAllowedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
Instantiates a new method not allowed runtime exception.
MovedPermanentlyException - Exception in org.refcodes.net
The Class MovedPermanentlyException.
MovedPermanentlyException(String, String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
Instantiates a new moved permanently exception.
MovedPermanentlyException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
Instantiates a new moved permanently exception.
MovedPermanentlyException(String, Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyException
Instantiates a new moved permanently exception.
MovedPermanentlyException(String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
Instantiates a new moved permanently exception.
MovedPermanentlyException(Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
Instantiates a new moved permanently exception.
MovedPermanentlyException(Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyException
Instantiates a new moved permanently exception.
MovedPermanentlyRuntimeException - Exception in org.refcodes.net
The Class MovedPermanentlyRuntimeException.
MovedPermanentlyRuntimeException(String, String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
Instantiates a new moved permanently runtime exception.
MovedPermanentlyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
Instantiates a new moved permanently runtime exception.
MovedPermanentlyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
Instantiates a new moved permanently runtime exception.
MovedPermanentlyRuntimeException(String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
Instantiates a new moved permanently runtime exception.
MovedPermanentlyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
Instantiates a new moved permanently runtime exception.
MovedPermanentlyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
Instantiates a new moved permanently runtime exception.
MovedTemporarilyException - Exception in org.refcodes.net
The Class MovedTemporarilyException.
MovedTemporarilyException(String, String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
Instantiates a new moved temporarily exception.
MovedTemporarilyException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
Instantiates a new moved temporarily exception.
MovedTemporarilyException(String, Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyException
Instantiates a new moved temporarily exception.
MovedTemporarilyException(String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
Instantiates a new moved temporarily exception.
MovedTemporarilyException(Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
Instantiates a new moved temporarily exception.
MovedTemporarilyException(Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyException
Instantiates a new moved temporarily exception.
MovedTemporarilyRuntimeException - Exception in org.refcodes.net
The Class MovedTemporarilyRuntimeException.
MovedTemporarilyRuntimeException(String, String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
Instantiates a new moved temporarily runtime exception.
MovedTemporarilyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
Instantiates a new moved temporarily runtime exception.
MovedTemporarilyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
Instantiates a new moved temporarily runtime exception.
MovedTemporarilyRuntimeException(String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
Instantiates a new moved temporarily runtime exception.
MovedTemporarilyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
Instantiates a new moved temporarily runtime exception.
MovedTemporarilyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
Instantiates a new moved temporarily runtime exception.
MultipleChoicesException - Exception in org.refcodes.net
The Class MultipleChoicesException.
MultipleChoicesException(String, String) - Constructor for exception org.refcodes.net.MultipleChoicesException
Instantiates a new multiple choices exception.
MultipleChoicesException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesException
Instantiates a new multiple choices exception.
MultipleChoicesException(String, Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesException
Instantiates a new multiple choices exception.
MultipleChoicesException(String) - Constructor for exception org.refcodes.net.MultipleChoicesException
Instantiates a new multiple choices exception.
MultipleChoicesException(Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesException
Instantiates a new multiple choices exception.
MultipleChoicesException(Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesException
Instantiates a new multiple choices exception.
MultipleChoicesRuntimeException - Exception in org.refcodes.net
The Class MultipleChoicesRuntimeException.
MultipleChoicesRuntimeException(String, String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
Instantiates a new multiple choices runtime exception.
MultipleChoicesRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
Instantiates a new multiple choices runtime exception.
MultipleChoicesRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
Instantiates a new multiple choices runtime exception.
MultipleChoicesRuntimeException(String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
Instantiates a new multiple choices runtime exception.
MultipleChoicesRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
Instantiates a new multiple choices runtime exception.
MultipleChoicesRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
Instantiates a new multiple choices runtime exception.
MultiStatusException - Exception in org.refcodes.net
The Class MultiStatusException.
MultiStatusException(String, String) - Constructor for exception org.refcodes.net.MultiStatusException
Instantiates a new multi status exception.
MultiStatusException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusException
Instantiates a new multi status exception.
MultiStatusException(String, Throwable) - Constructor for exception org.refcodes.net.MultiStatusException
Instantiates a new multi status exception.
MultiStatusException(String) - Constructor for exception org.refcodes.net.MultiStatusException
Instantiates a new multi status exception.
MultiStatusException(Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusException
Instantiates a new multi status exception.
MultiStatusException(Throwable) - Constructor for exception org.refcodes.net.MultiStatusException
Instantiates a new multi status exception.
MultiStatusRuntimeException - Exception in org.refcodes.net
The Class MultiStatusRuntimeException.
MultiStatusRuntimeException(String, String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
Instantiates a new multi status runtime exception.
MultiStatusRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
Instantiates a new multi status runtime exception.
MultiStatusRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
Instantiates a new multi status runtime exception.
MultiStatusRuntimeException(String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
Instantiates a new multi status runtime exception.
MultiStatusRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
Instantiates a new multi status runtime exception.
MultiStatusRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
Instantiates a new multi status runtime exception.

N

NetException - Exception in org.refcodes.net
The Class NetException.
NetException(String, String) - Constructor for exception org.refcodes.net.NetException
Instantiates a new net exception.
NetException(String, Throwable, String) - Constructor for exception org.refcodes.net.NetException
Instantiates a new net exception.
NetException(String, Throwable) - Constructor for exception org.refcodes.net.NetException
Instantiates a new net exception.
NetException(String) - Constructor for exception org.refcodes.net.NetException
Instantiates a new net exception.
NetException(Throwable, String) - Constructor for exception org.refcodes.net.NetException
Instantiates a new net exception.
NetException(Throwable) - Constructor for exception org.refcodes.net.NetException
Instantiates a new net exception.
NetRuntimeException - Exception in org.refcodes.net
The Class NetRuntimeException.
NetRuntimeException(String, String) - Constructor for exception org.refcodes.net.NetRuntimeException
Instantiates a new net runtime exception.
NetRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NetRuntimeException
Instantiates a new net runtime exception.
NetRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NetRuntimeException
Instantiates a new net runtime exception.
NetRuntimeException(String) - Constructor for exception org.refcodes.net.NetRuntimeException
Instantiates a new net runtime exception.
NetRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NetRuntimeException
Instantiates a new net runtime exception.
NetRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NetRuntimeException
Instantiates a new net runtime exception.
NoContentException - Exception in org.refcodes.net
The Class NoContentException.
NoContentException(String, String) - Constructor for exception org.refcodes.net.NoContentException
Instantiates a new no content exception.
NoContentException(String, Throwable, String) - Constructor for exception org.refcodes.net.NoContentException
Instantiates a new no content exception.
NoContentException(String, Throwable) - Constructor for exception org.refcodes.net.NoContentException
Instantiates a new no content exception.
NoContentException(String) - Constructor for exception org.refcodes.net.NoContentException
Instantiates a new no content exception.
NoContentException(Throwable, String) - Constructor for exception org.refcodes.net.NoContentException
Instantiates a new no content exception.
NoContentException(Throwable) - Constructor for exception org.refcodes.net.NoContentException
Instantiates a new no content exception.
NoContentRuntimeException - Exception in org.refcodes.net
The Class NoContentRuntimeException.
NoContentRuntimeException(String, String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
Instantiates a new no content runtime exception.
NoContentRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
Instantiates a new no content runtime exception.
NoContentRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NoContentRuntimeException
Instantiates a new no content runtime exception.
NoContentRuntimeException(String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
Instantiates a new no content runtime exception.
NoContentRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
Instantiates a new no content runtime exception.
NoContentRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NoContentRuntimeException
Instantiates a new no content runtime exception.
NonAuthoritativeInformationException - Exception in org.refcodes.net
The Class NonAuthoritativeInformationException.
NonAuthoritativeInformationException(String, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
Instantiates a new non authoritative information exception.
NonAuthoritativeInformationException(String, Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
Instantiates a new non authoritative information exception.
NonAuthoritativeInformationException(String, Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
Instantiates a new non authoritative information exception.
NonAuthoritativeInformationException(String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
Instantiates a new non authoritative information exception.
NonAuthoritativeInformationException(Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
Instantiates a new non authoritative information exception.
NonAuthoritativeInformationException(Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
Instantiates a new non authoritative information exception.
NonAuthoritativeInformationRuntimeException - Exception in org.refcodes.net
The Class NonAuthoritativeInformationRuntimeException.
NonAuthoritativeInformationRuntimeException(String, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
Instantiates a new non authoritative information runtime exception.
NonAuthoritativeInformationRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
Instantiates a new non authoritative information runtime exception.
NonAuthoritativeInformationRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
Instantiates a new non authoritative information runtime exception.
NonAuthoritativeInformationRuntimeException(String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
Instantiates a new non authoritative information runtime exception.
NonAuthoritativeInformationRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
Instantiates a new non authoritative information runtime exception.
NonAuthoritativeInformationRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
Instantiates a new non authoritative information runtime exception.
NotAcceptableException - Exception in org.refcodes.net
The Class NotAcceptableException.
NotAcceptableException(String, String) - Constructor for exception org.refcodes.net.NotAcceptableException
Instantiates a new not acceptable exception.
NotAcceptableException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableException
Instantiates a new not acceptable exception.
NotAcceptableException(String, Throwable) - Constructor for exception org.refcodes.net.NotAcceptableException
Instantiates a new not acceptable exception.
NotAcceptableException(String) - Constructor for exception org.refcodes.net.NotAcceptableException
Instantiates a new not acceptable exception.
NotAcceptableException(Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableException
Instantiates a new not acceptable exception.
NotAcceptableException(Throwable) - Constructor for exception org.refcodes.net.NotAcceptableException
Instantiates a new not acceptable exception.
NotAcceptableRuntimeException - Exception in org.refcodes.net
The Class NotAcceptableRuntimeException.
NotAcceptableRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
Instantiates a new not acceptable runtime exception.
NotAcceptableRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
Instantiates a new not acceptable runtime exception.
NotAcceptableRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
Instantiates a new not acceptable runtime exception.
NotAcceptableRuntimeException(String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
Instantiates a new not acceptable runtime exception.
NotAcceptableRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
Instantiates a new not acceptable runtime exception.
NotAcceptableRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
Instantiates a new not acceptable runtime exception.
NotFoundException - Exception in org.refcodes.net
The Class NotFoundException.
NotFoundException(String, String) - Constructor for exception org.refcodes.net.NotFoundException
Instantiates a new not found exception.
NotFoundException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotFoundException
Instantiates a new not found exception.
NotFoundException(String, Throwable) - Constructor for exception org.refcodes.net.NotFoundException
Instantiates a new not found exception.
NotFoundException(String) - Constructor for exception org.refcodes.net.NotFoundException
Instantiates a new not found exception.
NotFoundException(Throwable, String) - Constructor for exception org.refcodes.net.NotFoundException
Instantiates a new not found exception.
NotFoundException(Throwable) - Constructor for exception org.refcodes.net.NotFoundException
Instantiates a new not found exception.
NotFoundRuntimeException - Exception in org.refcodes.net
The Class NotFoundRuntimeException.
NotFoundRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
Instantiates a new not found runtime exception.
NotFoundRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
Instantiates a new not found runtime exception.
NotFoundRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
Instantiates a new not found runtime exception.
NotFoundRuntimeException(String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
Instantiates a new not found runtime exception.
NotFoundRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
Instantiates a new not found runtime exception.
NotFoundRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
Instantiates a new not found runtime exception.
NotImplementedException - Exception in org.refcodes.net
The Class NotImplementedException.
NotImplementedException(String, String) - Constructor for exception org.refcodes.net.NotImplementedException
Instantiates a new not implemented exception.
NotImplementedException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedException
Instantiates a new not implemented exception.
NotImplementedException(String, Throwable) - Constructor for exception org.refcodes.net.NotImplementedException
Instantiates a new not implemented exception.
NotImplementedException(String) - Constructor for exception org.refcodes.net.NotImplementedException
Instantiates a new not implemented exception.
NotImplementedException(Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedException
Instantiates a new not implemented exception.
NotImplementedException(Throwable) - Constructor for exception org.refcodes.net.NotImplementedException
Instantiates a new not implemented exception.
NotImplementedRuntimeException - Exception in org.refcodes.net
The Class NotImplementedRuntimeException.
NotImplementedRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
Instantiates a new not implemented runtime exception.
NotImplementedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
Instantiates a new not implemented runtime exception.
NotImplementedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
Instantiates a new not implemented runtime exception.
NotImplementedRuntimeException(String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
Instantiates a new not implemented runtime exception.
NotImplementedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
Instantiates a new not implemented runtime exception.
NotImplementedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
Instantiates a new not implemented runtime exception.
NotModifiedException - Exception in org.refcodes.net
The Class NotModifiedException.
NotModifiedException(String, String) - Constructor for exception org.refcodes.net.NotModifiedException
Instantiates a new not modified exception.
NotModifiedException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedException
Instantiates a new not modified exception.
NotModifiedException(String, Throwable) - Constructor for exception org.refcodes.net.NotModifiedException
Instantiates a new not modified exception.
NotModifiedException(String) - Constructor for exception org.refcodes.net.NotModifiedException
Instantiates a new not modified exception.
NotModifiedException(Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedException
Instantiates a new not modified exception.
NotModifiedException(Throwable) - Constructor for exception org.refcodes.net.NotModifiedException
Instantiates a new not modified exception.
NotModifiedRuntimeException - Exception in org.refcodes.net
The Class NotModifiedRuntimeException.
NotModifiedRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
Instantiates a new not modified runtime exception.
NotModifiedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
Instantiates a new not modified runtime exception.
NotModifiedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
Instantiates a new not modified runtime exception.
NotModifiedRuntimeException(String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
Instantiates a new not modified runtime exception.
NotModifiedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
Instantiates a new not modified runtime exception.
NotModifiedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
Instantiates a new not modified runtime exception.

O

OauthField - Enum in org.refcodes.net
The Enum OauthField.
OauthFieldsImpl - Class in org.refcodes.net
The Class OauthFieldsImpl.
OauthFieldsImpl() - Constructor for class org.refcodes.net.OauthFieldsImpl
Instantiates a new oauth fields impl.
OauthFieldsImpl(GrantType, URL, String, String) - Constructor for class org.refcodes.net.OauthFieldsImpl
Instantiates a new oauth fields impl.
OauthFieldsImpl(GrantType, String, String, String) - Constructor for class org.refcodes.net.OauthFieldsImpl
Instantiates a new oauth fields impl.
OauthFieldsImpl(GrantType, String, String, URL, String, String) - Constructor for class org.refcodes.net.OauthFieldsImpl
Instantiates a new oauth fields impl.
OauthFieldsImpl(GrantType, String, String, String, String, String) - Constructor for class org.refcodes.net.OauthFieldsImpl
Instantiates a new oauth fields impl.
OauthFieldsImpl(GrantType, String, String) - Constructor for class org.refcodes.net.OauthFieldsImpl
Instantiates a new oauth fields impl.
OauthToken - Enum in org.refcodes.net
The Enum OauthToken.
onBasicAuthRequest(BasicAuthObserver) - Method in interface org.refcodes.net.BasicAuthObservable
Registers the BasicAuthObserver to handle incoming HTTP basic authentication requests.
onBasicAuthRequest(InetSocketAddress, InetSocketAddress, HttpMethod, String, BasicAuthCredentials, String) - Method in interface org.refcodes.net.BasicAuthObserver
Invoked upon an incoming HTTP Basic-Authentication requests.
onConnectionRequest(HttpsConnectionRequestObserver) - Method in interface org.refcodes.net.HttpsConnectionRequestObservable
Registers the HttpsConnectionRequestObserver to handle incoming HTTPS requests, possibly using lambda syntax.
onHttpsConnectionRequest(InetSocketAddress, InetSocketAddress, SSLParameters) - Method in interface org.refcodes.net.HttpsConnectionRequestObserver
Invoked upon an incoming HTTPS request.
org.refcodes.net - package org.refcodes.net
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: This artifact provides various types such as Cookie, FormFields, HeaderFields or HttpMethod, which enable you to use such HTTP based structures in a native Java way while having a tool at hand to bridge back into the HTTP protocol world.

P

PartialContentException - Exception in org.refcodes.net
The Class PartialContentException.
PartialContentException(String, String) - Constructor for exception org.refcodes.net.PartialContentException
Instantiates a new partial content exception.
PartialContentException(String, Throwable, String) - Constructor for exception org.refcodes.net.PartialContentException
Instantiates a new partial content exception.
PartialContentException(String, Throwable) - Constructor for exception org.refcodes.net.PartialContentException
Instantiates a new partial content exception.
PartialContentException(String) - Constructor for exception org.refcodes.net.PartialContentException
Instantiates a new partial content exception.
PartialContentException(Throwable, String) - Constructor for exception org.refcodes.net.PartialContentException
Instantiates a new partial content exception.
PartialContentException(Throwable) - Constructor for exception org.refcodes.net.PartialContentException
Instantiates a new partial content exception.
PartialContentRuntimeException - Exception in org.refcodes.net
The Class PartialContentRuntimeException.
PartialContentRuntimeException(String, String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
Instantiates a new partial content runtime exception.
PartialContentRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
Instantiates a new partial content runtime exception.
PartialContentRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
Instantiates a new partial content runtime exception.
PartialContentRuntimeException(String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
Instantiates a new partial content runtime exception.
PartialContentRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
Instantiates a new partial content runtime exception.
PartialContentRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
Instantiates a new partial content runtime exception.
PaymentRequiredException - Exception in org.refcodes.net
The Class PaymentRequiredException.
PaymentRequiredException(String, String) - Constructor for exception org.refcodes.net.PaymentRequiredException
Instantiates a new payment required exception.
PaymentRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredException
Instantiates a new payment required exception.
PaymentRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredException
Instantiates a new payment required exception.
PaymentRequiredException(String) - Constructor for exception org.refcodes.net.PaymentRequiredException
Instantiates a new payment required exception.
PaymentRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredException
Instantiates a new payment required exception.
PaymentRequiredException(Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredException
Instantiates a new payment required exception.
PaymentRequiredRuntimeException - Exception in org.refcodes.net
The Class PaymentRequiredRuntimeException.
PaymentRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
Instantiates a new payment required runtime exception.
PaymentRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
Instantiates a new payment required runtime exception.
PaymentRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
Instantiates a new payment required runtime exception.
PaymentRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
Instantiates a new payment required runtime exception.
PaymentRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
Instantiates a new payment required runtime exception.
PaymentRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
Instantiates a new payment required runtime exception.
PortAlreadyBoundException - Exception in org.refcodes.net
Thrown in case the given port PortAlreadyBoundException.getPort() is already in use.
PortAlreadyBoundException(int, String, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
Instantiates a new port already bound exception.
PortAlreadyBoundException(int, String, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
Instantiates a new port already bound exception.
PortAlreadyBoundException(int, String, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
Instantiates a new port already bound exception.
PortAlreadyBoundException(int, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
Instantiates a new port already bound exception.
PortAlreadyBoundException(int, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
Instantiates a new port already bound exception.
PortAlreadyBoundException(int, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
Instantiates a new port already bound exception.
PortAlreadyBoundRuntimeException - Exception in org.refcodes.net
Thrown in case the given port PortAlreadyBoundRuntimeException.getPort() is already in use.
PortAlreadyBoundRuntimeException(int, String, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
Instantiates a new port already bound runtime exception.
PortAlreadyBoundRuntimeException(int, String, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
Instantiates a new port already bound runtime exception.
PortAlreadyBoundRuntimeException(int, String, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
Instantiates a new port already bound runtime exception.
PortAlreadyBoundRuntimeException(int, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
Instantiates a new port already bound runtime exception.
PortAlreadyBoundRuntimeException(int, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
Instantiates a new port already bound runtime exception.
PortAlreadyBoundRuntimeException(int, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
Instantiates a new port already bound runtime exception.
PortManager - Interface in org.refcodes.net
When implemented as singleton, then resources battling for dynamically assigned ports my use this functionality to get and block a port until it is freed again.
PortManagerImpl - Class in org.refcodes.net
Implementation of the PortManager interface.
PortManagerImpl() - Constructor for class org.refcodes.net.PortManagerImpl
 
PortManagerSingleton - Class in org.refcodes.net
The singleton of the PortManagerImpl for system wide part management.
PortManagerSingleton() - Constructor for class org.refcodes.net.PortManagerSingleton
Instantiates a new port manager singleton.
PortNotFoundException - Exception in org.refcodes.net
Thrown in case no port can be determined.
PortNotFoundException(String, String) - Constructor for exception org.refcodes.net.PortNotFoundException
Instantiates a new port not found exception.
PortNotFoundException(String, Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundException
Instantiates a new port not found exception.
PortNotFoundException(String, Throwable) - Constructor for exception org.refcodes.net.PortNotFoundException
Instantiates a new port not found exception.
PortNotFoundException(String) - Constructor for exception org.refcodes.net.PortNotFoundException
Instantiates a new port not found exception.
PortNotFoundException(Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundException
Instantiates a new port not found exception.
PortNotFoundException(Throwable) - Constructor for exception org.refcodes.net.PortNotFoundException
Instantiates a new port not found exception.
PortNotFoundRuntimeException - Exception in org.refcodes.net
Thrown in case no port can be determined.
PortNotFoundRuntimeException(String, String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
Instantiates a new port not found runtime exception.
PortNotFoundRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
Instantiates a new port not found runtime exception.
PortNotFoundRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
Instantiates a new port not found runtime exception.
PortNotFoundRuntimeException(String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
Instantiates a new port not found runtime exception.
PortNotFoundRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
Instantiates a new port not found runtime exception.
PortNotFoundRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
Instantiates a new port not found runtime exception.
PortRange - Enum in org.refcodes.net
Port range definitions as of RFC 6335 ("https://tools.ietf.org/html/rfc6335")
PreconditionFailedException - Exception in org.refcodes.net
The Class PreconditionFailedException.
PreconditionFailedException(String, String) - Constructor for exception org.refcodes.net.PreconditionFailedException
Instantiates a new precondition failed exception.
PreconditionFailedException(String, Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedException
Instantiates a new precondition failed exception.
PreconditionFailedException(String, Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedException
Instantiates a new precondition failed exception.
PreconditionFailedException(String) - Constructor for exception org.refcodes.net.PreconditionFailedException
Instantiates a new precondition failed exception.
PreconditionFailedException(Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedException
Instantiates a new precondition failed exception.
PreconditionFailedException(Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedException
Instantiates a new precondition failed exception.
PreconditionFailedRuntimeException - Exception in org.refcodes.net
The Class PreconditionFailedRuntimeException.
PreconditionFailedRuntimeException(String, String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
Instantiates a new precondition failed runtime exception.
PreconditionFailedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
Instantiates a new precondition failed runtime exception.
PreconditionFailedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
Instantiates a new precondition failed runtime exception.
PreconditionFailedRuntimeException(String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
Instantiates a new precondition failed runtime exception.
PreconditionFailedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
Instantiates a new precondition failed runtime exception.
PreconditionFailedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
Instantiates a new precondition failed runtime exception.
Proxy - Enum in org.refcodes.net
The Enum Proxy.
ProxyAuthenticationRequiredException - Exception in org.refcodes.net
The Class ProxyAuthenticationRequiredException.
ProxyAuthenticationRequiredException(String, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
Instantiates a new proxy authentication required exception.
ProxyAuthenticationRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
Instantiates a new proxy authentication required exception.
ProxyAuthenticationRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
Instantiates a new proxy authentication required exception.
ProxyAuthenticationRequiredException(String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
Instantiates a new proxy authentication required exception.
ProxyAuthenticationRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
Instantiates a new proxy authentication required exception.
ProxyAuthenticationRequiredException(Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
Instantiates a new proxy authentication required exception.
ProxyAuthenticationRequiredRuntimeException - Exception in org.refcodes.net
The Class ProxyAuthenticationRequiredRuntimeException.
ProxyAuthenticationRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
Instantiates a new proxy authentication required runtime exception.
ProxyAuthenticationRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
Instantiates a new proxy authentication required runtime exception.
ProxyAuthenticationRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
Instantiates a new proxy authentication required runtime exception.
ProxyAuthenticationRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
Instantiates a new proxy authentication required runtime exception.
ProxyAuthenticationRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
Instantiates a new proxy authentication required runtime exception.
ProxyAuthenticationRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
Instantiates a new proxy authentication required runtime exception.
put(String, List<String>) - Method in class org.refcodes.net.AbstractHeaderFields
put(MediaTypeParameter, String) - Method in interface org.refcodes.net.ContentType
Put.
put(HeaderField, String) - Method in interface org.refcodes.net.HeaderFields
Puts (replaces) the currently set Header-Field values with the provided one.
put(HeaderField, String...) - Method in interface org.refcodes.net.HeaderFields
Puts (replaces) the currently set Header-Field values with the provided ones.
put(HeaderField, List<String>) - Method in interface org.refcodes.net.HeaderFields
Puts (replaces) the currently set Header-Field values with the provided ones.
put(String, String) - Method in interface org.refcodes.net.HttpFields
Sets a single value for the Header-Field (key).
put(Enum<?>, String) - Method in interface org.refcodes.net.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.net.HttpFields
Performs a #set(String, String) on multiple values.
put(Enum<?>, String...) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.put(String, String ... ) though using the provided enumeration's Enum.toString() method to determine the key.
putAcceptCharsets(String...) - Method in interface org.refcodes.net.HeaderFields
Sets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET
putAcceptCharsets(List<String>) - Method in interface org.refcodes.net.HeaderFields
Sets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET
putAcceptEncodings(ContentEncoding...) - Method in interface org.refcodes.net.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
putAcceptEncodings(List<ContentEncoding>) - Method in interface org.refcodes.net.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
putAcceptTypes(HttpMediaType...) - Method in interface org.refcodes.net.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
putAcceptTypes(List<? extends HttpMediaType>) - Method in interface org.refcodes.net.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
putAll(Map<? extends String, ? extends List<String>>) - Method in class org.refcodes.net.AbstractHeaderFields
putAllowMethods(HttpMethod...) - Method in interface org.refcodes.net.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
putAllowMethods(List<HttpMethod>) - Method in interface org.refcodes.net.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
putAuthenticate(String) - Method in interface org.refcodes.net.HeaderFields
Sets the WWW-Authenticate response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
putBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.net.BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
Sets the BasicAuthCredentials for the Basic-Authentication credentials property.
putBasicAuthCredentials(String, String) - Method in interface org.refcodes.net.BasicAuthCredentialsAccessor.BasicAuthCredentialsMutator
Sets the BasicAuthCredentials from the user name and the secret for the Basic-Authentication credentials property.
putBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.net.HeaderFields
Sets the BasicAuthCredentials (user name and secret) for HTTP Basic-Authentication.
putBasicAuthRequired(String) - Method in interface org.refcodes.net.HeaderFields
Sets the WWW-Authenticate field for Basic-Authentication with the given realm.
putBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.net.BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
Sets the BearerAuthCredentials for the bearer authentication credentials property.
putBearerAuthCredentials(String) - Method in interface org.refcodes.net.BearerAuthCredentialsAccessor.BearerAuthCredentialsMutator
Sets the BearerAuthCredentials from the token for the bearer authentication credentials property.
putBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.net.HeaderFields
Sets the BearerAuthCredentials (token) for HTTP bearer authentication.
putCharsetParametrer(String) - Method in interface org.refcodes.net.ContentType
Sets the charset parameter's charset-code.
putContentEncoding(ContentEncoding) - Method in interface org.refcodes.net.HeaderFields
Sets the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
putContentType(HttpMediaType) - Method in interface org.refcodes.net.HeaderFields
Sets the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE.
putContentType(MediaType, Map<String, String>) - Method in interface org.refcodes.net.HeaderFields
Sets the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE. : "...
putHost(String) - Method in interface org.refcodes.net.HeaderFields
Sets the Host request-Header-Field HeaderField.HOST: "...
putRequestId(String) - Method in interface org.refcodes.net.HeaderFields
Sets the (interprocess) Request-Correlation ID field HeaderField.REQUEST_ID: A Request-Correlation ID is an ID to uniquely identify an entity (request) across multiple systems.
putSessionId(String) - Method in interface org.refcodes.net.HeaderFields
Sets the (interprocess) Session-Correlation ID field HeaderField.SESSION_ID: A Session-Correlation ID is an ID to uniquely identify an entity (session) across multiple systems.
putUserAgent(String) - Method in interface org.refcodes.net.HeaderFields
Sets the User-Agent request-Header-Field HeaderField.USER_AGENT: "...

Q

QueryFieldsAccessor - Interface in org.refcodes.net
Provides an accessor for a request Query-Fields property.
QueryFieldsAccessor.QueryFieldsBuilder<B extends QueryFieldsAccessor.QueryFieldsBuilder<?>> - Interface in org.refcodes.net
Provides a mutator for a request Query-Fields property.
QueryFieldsAccessor.QueryFieldsMutator - Interface in org.refcodes.net
Provides a mutator for a request Query-Fields property.
QueryFieldsAccessor.QueryFieldsProperty - Interface in org.refcodes.net
Provides a request Query-Fields property.

R

RealmAccessor - Interface in org.refcodes.net
Provides an accessor for a realm property.
RealmAccessor.RealmBuilder<B extends RealmAccessor.RealmBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a realm property returning the builder for applying multiple build operations.
RealmAccessor.RealmMutator - Interface in org.refcodes.net
Provides a mutator for a realm property.
RealmAccessor.RealmProperty - Interface in org.refcodes.net
Provides a realm property.
ReauthenticationRequiredException - Exception in org.refcodes.net
The Class ReauthenticationRequiredException.
ReauthenticationRequiredException(String, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
Instantiates a new reauthentication required exception.
ReauthenticationRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
Instantiates a new reauthentication required exception.
ReauthenticationRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
Instantiates a new reauthentication required exception.
ReauthenticationRequiredException(String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
Instantiates a new reauthentication required exception.
ReauthenticationRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
Instantiates a new reauthentication required exception.
ReauthenticationRequiredException(Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
Instantiates a new reauthentication required exception.
ReauthenticationRequiredRuntimeException - Exception in org.refcodes.net
The Class ReauthenticationRequiredRuntimeException.
ReauthenticationRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
Instantiates a new reauthentication required runtime exception.
ReauthenticationRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
Instantiates a new reauthentication required runtime exception.
ReauthenticationRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
Instantiates a new reauthentication required runtime exception.
ReauthenticationRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
Instantiates a new reauthentication required runtime exception.
ReauthenticationRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
Instantiates a new reauthentication required runtime exception.
ReauthenticationRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
Instantiates a new reauthentication required runtime exception.
RemoteAddressAccessor - Interface in org.refcodes.net
Provides an accessor for a remote address property.
RemoteAddressAccessor.RemoteAddressBuilder<B extends RemoteAddressAccessor.RemoteAddressBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a remote address property returning the builder for applying multiple build operations.
RemoteAddressAccessor.RemoteAddressMutator - Interface in org.refcodes.net
Provides a mutator for a remote address property.
RemoteAddressAccessor.RemoteAddressProperty - Interface in org.refcodes.net
Provides a remote address property.
remove(HeaderField) - Method in interface org.refcodes.net.HeaderFields
Removes the values from the given Header-Field.
removeAcceptCharsets() - Method in interface org.refcodes.net.HeaderFields
Removes the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET
removeAcceptEncodings() - Method in interface org.refcodes.net.HeaderFields
Removes the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
removeAcceptTypes() - Method in interface org.refcodes.net.HeaderFields
Removes the Accept request-Header-Field HeaderField.ACCEPT: "...
removeAllowMethods() - Method in interface org.refcodes.net.HeaderFields
Removes the Allow entity-Header-Field HeaderField.ALLOW: "...
removeAuthenticate() - Method in interface org.refcodes.net.HeaderFields
Removes the WWW-Authenticate response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
removeBasicAuthCredentials() - Method in interface org.refcodes.net.HeaderFields
Removes the BasicAuthCredentials (user name and secret) for HTTP Basic-Authentication.
removeBasicAuthenticate() - Method in interface org.refcodes.net.HeaderFields
Removes the WWW-Authenticate field for Basic-Authentication.
removeBearerAuthCredentials() - Method in interface org.refcodes.net.HeaderFields
Removes the BearerAuthCredentials (token) for HTTP bearer authentication.
removeContentEncoding() - Method in interface org.refcodes.net.HeaderFields
Removes the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
removeContentType() - Method in interface org.refcodes.net.HeaderFields
Removes the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE. : "...
removeHost() - Method in interface org.refcodes.net.HeaderFields
Removes the Host request-Header-Field HeaderField.HOST: "...
removeRequestId() - Method in interface org.refcodes.net.HeaderFields
Removes the (interprocess) Request-Correlation ID field HeaderField.REQUEST_ID: A Request-Correlation ID is an ID to uniquely identify an entity (request) across multiple systems.
removeSessionId() - Method in interface org.refcodes.net.HeaderFields
Removes the (interprocess) Session-Correlation ID field HeaderField.SESSION_ID: A Session-Correlation ID is an ID to uniquely identify an entity (session) across multiple systems.
removeUserAgent() - Method in interface org.refcodes.net.HeaderFields
Removes he User-Agent request-Header-Field HeaderField.USER_AGENT : "...
RequestCookie - Interface in org.refcodes.net
The RequestCookie represents a builder for a building request cookies.
RequestCookieImpl - Class in org.refcodes.net
Implementation of the RequestCookie interface.
RequestCookieImpl() - Constructor for class org.refcodes.net.RequestCookieImpl
Constructs a RequestCookie.
RequestCookieImpl(String, String) - Constructor for class org.refcodes.net.RequestCookieImpl
Constructs a RequestCookie with the given cookie name and value.
RequestCookieImpl(String) - Constructor for class org.refcodes.net.RequestCookieImpl
Constructs a RequestCookie.
RequestedRangeNotSatisfiableException - Exception in org.refcodes.net
The Class RequestedRangeNotSatisfiableException.
RequestedRangeNotSatisfiableException(String, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
Instantiates a new requested range not satisfiable exception.
RequestedRangeNotSatisfiableException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
Instantiates a new requested range not satisfiable exception.
RequestedRangeNotSatisfiableException(String, Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
Instantiates a new requested range not satisfiable exception.
RequestedRangeNotSatisfiableException(String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
Instantiates a new requested range not satisfiable exception.
RequestedRangeNotSatisfiableException(Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
Instantiates a new requested range not satisfiable exception.
RequestedRangeNotSatisfiableException(Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
Instantiates a new requested range not satisfiable exception.
RequestedRangeNotSatisfiableRuntimeException - Exception in org.refcodes.net
The Class RequestedRangeNotSatisfiableRuntimeException.
RequestedRangeNotSatisfiableRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
Instantiates a new requested range not satisfiable runtime exception.
RequestedRangeNotSatisfiableRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
Instantiates a new requested range not satisfiable runtime exception.
RequestedRangeNotSatisfiableRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
Instantiates a new requested range not satisfiable runtime exception.
RequestedRangeNotSatisfiableRuntimeException(String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
Instantiates a new requested range not satisfiable runtime exception.
RequestedRangeNotSatisfiableRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
Instantiates a new requested range not satisfiable runtime exception.
RequestedRangeNotSatisfiableRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
Instantiates a new requested range not satisfiable runtime exception.
RequestHeaderFields - Interface in org.refcodes.net
The RequestHeaderFields reflect the structure of a HTTP header and may be used to represent a HTTP header.
RequestHeaderFieldsAccessor - Interface in org.refcodes.net
Provides an accessor for an request Header-Fields property.
RequestHeaderFieldsAccessor.RequestHeaderFieldsBuilder<B extends RequestHeaderFieldsAccessor.RequestHeaderFieldsBuilder<?>> - Interface in org.refcodes.net
Provides a mutator for an request Header-Fields property.
RequestHeaderFieldsAccessor.RequestHeaderFieldsMutator - Interface in org.refcodes.net
Provides a mutator for an request Header-Fields property.
RequestHeaderFieldsAccessor.RequestHeaderFieldsProperty - Interface in org.refcodes.net
Provides an request Header-Fields property.
RequestHeaderFieldsImpl - Class in org.refcodes.net
Implementation of the HeaderFields interface.
RequestHeaderFieldsImpl() - Constructor for class org.refcodes.net.RequestHeaderFieldsImpl
Instantiates a new request Header-Fields impl.
RequestHeaderFieldsImpl(Map<String, List<String>>) - Constructor for class org.refcodes.net.RequestHeaderFieldsImpl
Instantiates a new request Header-Fields impl.
RequestTimeoutException - Exception in org.refcodes.net
The Class RequestTimeoutException.
RequestTimeoutException(String, String) - Constructor for exception org.refcodes.net.RequestTimeoutException
Instantiates a new request timeout exception.
RequestTimeoutException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutException
Instantiates a new request timeout exception.
RequestTimeoutException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutException
Instantiates a new request timeout exception.
RequestTimeoutException(String) - Constructor for exception org.refcodes.net.RequestTimeoutException
Instantiates a new request timeout exception.
RequestTimeoutException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutException
Instantiates a new request timeout exception.
RequestTimeoutException(Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutException
Instantiates a new request timeout exception.
RequestTimeoutRuntimeException - Exception in org.refcodes.net
The Class RequestTimeoutRuntimeException.
RequestTimeoutRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
Instantiates a new request timeout runtime exception.
RequestTimeoutRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
Instantiates a new request timeout runtime exception.
RequestTimeoutRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
Instantiates a new request timeout runtime exception.
RequestTimeoutRuntimeException(String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
Instantiates a new request timeout runtime exception.
RequestTimeoutRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
Instantiates a new request timeout runtime exception.
RequestTimeoutRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
Instantiates a new request timeout runtime exception.
RequestTooLongException - Exception in org.refcodes.net
The Class RequestTooLongException.
RequestTooLongException(String, String) - Constructor for exception org.refcodes.net.RequestTooLongException
Instantiates a new request too long exception.
RequestTooLongException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongException
Instantiates a new request too long exception.
RequestTooLongException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTooLongException
Instantiates a new request too long exception.
RequestTooLongException(String) - Constructor for exception org.refcodes.net.RequestTooLongException
Instantiates a new request too long exception.
RequestTooLongException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongException
Instantiates a new request too long exception.
RequestTooLongException(Throwable) - Constructor for exception org.refcodes.net.RequestTooLongException
Instantiates a new request too long exception.
RequestTooLongRuntimeException - Exception in org.refcodes.net
The Class RequestTooLongRuntimeException.
RequestTooLongRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
Instantiates a new request too long runtime exception.
RequestTooLongRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
Instantiates a new request too long runtime exception.
RequestTooLongRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
Instantiates a new request too long runtime exception.
RequestTooLongRuntimeException(String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
Instantiates a new request too long runtime exception.
RequestTooLongRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
Instantiates a new request too long runtime exception.
RequestTooLongRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
Instantiates a new request too long runtime exception.
RequestUriTooLongException - Exception in org.refcodes.net
The Class RequestUriTooLongException.
RequestUriTooLongException(String, String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
Instantiates a new request uri too long exception.
RequestUriTooLongException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
Instantiates a new request uri too long exception.
RequestUriTooLongException(String, Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongException
Instantiates a new request uri too long exception.
RequestUriTooLongException(String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
Instantiates a new request uri too long exception.
RequestUriTooLongException(Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
Instantiates a new request uri too long exception.
RequestUriTooLongException(Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongException
Instantiates a new request uri too long exception.
RequestUriTooLongRuntimeException - Exception in org.refcodes.net
The Class RequestUriTooLongRuntimeException.
RequestUriTooLongRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
Instantiates a new request uri too long runtime exception.
RequestUriTooLongRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
Instantiates a new request uri too long runtime exception.
RequestUriTooLongRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
Instantiates a new request uri too long runtime exception.
RequestUriTooLongRuntimeException(String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
Instantiates a new request uri too long runtime exception.
RequestUriTooLongRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
Instantiates a new request uri too long runtime exception.
RequestUriTooLongRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
Instantiates a new request uri too long runtime exception.
ResetContentException - Exception in org.refcodes.net
The Class ResetContentException.
ResetContentException(String, String) - Constructor for exception org.refcodes.net.ResetContentException
Instantiates a new reset content exception.
ResetContentException(String, Throwable, String) - Constructor for exception org.refcodes.net.ResetContentException
Instantiates a new reset content exception.
ResetContentException(String, Throwable) - Constructor for exception org.refcodes.net.ResetContentException
Instantiates a new reset content exception.
ResetContentException(String) - Constructor for exception org.refcodes.net.ResetContentException
Instantiates a new reset content exception.
ResetContentException(Throwable, String) - Constructor for exception org.refcodes.net.ResetContentException
Instantiates a new reset content exception.
ResetContentException(Throwable) - Constructor for exception org.refcodes.net.ResetContentException
Instantiates a new reset content exception.
ResetContentRuntimeException - Exception in org.refcodes.net
The Class ResetContentRuntimeException.
ResetContentRuntimeException(String, String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
Instantiates a new reset content runtime exception.
ResetContentRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
Instantiates a new reset content runtime exception.
ResetContentRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
Instantiates a new reset content runtime exception.
ResetContentRuntimeException(String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
Instantiates a new reset content runtime exception.
ResetContentRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
Instantiates a new reset content runtime exception.
ResetContentRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
Instantiates a new reset content runtime exception.
ResponseCookie - Interface in org.refcodes.net
The ResponseCookie represents a builder for building response cookies.
ResponseCookieImpl - Class in org.refcodes.net
As of "HTTP cookies explained - NCZOnline": "...
ResponseCookieImpl() - Constructor for class org.refcodes.net.ResponseCookieImpl
Instantiates a new response cookie impl.
ResponseCookieImpl(String, String) - Constructor for class org.refcodes.net.ResponseCookieImpl
Constructs a ResponseCookie.
ResponseCookieImpl(String) - Constructor for class org.refcodes.net.ResponseCookieImpl
Constructs a ResponseCookie from the given HTTP cookie.
ResponseCookieImpl(Cookie) - Constructor for class org.refcodes.net.ResponseCookieImpl
Constructs a ResponseCookie.
ResponseCookieImpl(String, String, Date, String, String, boolean, boolean) - Constructor for class org.refcodes.net.ResponseCookieImpl
Constructs a ResponseCookie.
ResponseHeaderFields - Interface in org.refcodes.net
The ResponseHeaderFields reflect the structure of a HTTP header and may be used to represent a HTTP header.
ResponseHeaderFieldsAccessor - Interface in org.refcodes.net
Provides an accessor for an response Header-Fields property.
ResponseHeaderFieldsAccessor.ResponseHeaderFieldsBuilder<B extends ResponseHeaderFieldsAccessor.ResponseHeaderFieldsBuilder<?>> - Interface in org.refcodes.net
Provides a mutator for an response Header-Fields property.
ResponseHeaderFieldsAccessor.ResponseHeaderFieldsMutator - Interface in org.refcodes.net
Provides a mutator for an response Header-Fields property.
ResponseHeaderFieldsAccessor.ResponseHeaderFieldsProperty - Interface in org.refcodes.net
Provides an response Header-Fields property.
ResponseHeaderFieldsImpl - Class in org.refcodes.net
Implementation of the HeaderFields interface.
ResponseHeaderFieldsImpl() - Constructor for class org.refcodes.net.ResponseHeaderFieldsImpl
 
retrieve(String, String) - Method in interface org.refcodes.net.HttpBodyMap
retrieve(String, String) - Method in class org.refcodes.net.HttpBodyMapImpl
retrieveFrom(String) - Method in interface org.refcodes.net.HttpBodyMap
retrieveFrom(String) - Method in class org.refcodes.net.HttpBodyMapImpl
retrieveTo(String) - Method in interface org.refcodes.net.HttpBodyMap
retrieveTo(String) - Method in class org.refcodes.net.HttpBodyMapImpl

S

SchemeAccessor - Interface in org.refcodes.net
Provides an accessor for a URL scheme.
SchemeAccessor.SchemeBuilder<B extends SchemeAccessor.SchemeBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a URL scheme returning the builder for applying multiple build operations.
SchemeAccessor.SchemeMutator - Interface in org.refcodes.net
Provides a mutator for a URL scheme.
SchemeAccessor.SchemeProperty - Interface in org.refcodes.net
Provides a URL scheme.
SeeOtherException - Exception in org.refcodes.net
The Class SeeOtherException.
SeeOtherException(String, String) - Constructor for exception org.refcodes.net.SeeOtherException
Instantiates a new see other exception.
SeeOtherException(String, Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherException
Instantiates a new see other exception.
SeeOtherException(String, Throwable) - Constructor for exception org.refcodes.net.SeeOtherException
Instantiates a new see other exception.
SeeOtherException(String) - Constructor for exception org.refcodes.net.SeeOtherException
Instantiates a new see other exception.
SeeOtherException(Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherException
Instantiates a new see other exception.
SeeOtherException(Throwable) - Constructor for exception org.refcodes.net.SeeOtherException
Instantiates a new see other exception.
SeeOtherRuntimeException - Exception in org.refcodes.net
The Class SeeOtherRuntimeException.
SeeOtherRuntimeException(String, String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
Instantiates a new see other runtime exception.
SeeOtherRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
Instantiates a new see other runtime exception.
SeeOtherRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
Instantiates a new see other runtime exception.
SeeOtherRuntimeException(String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
Instantiates a new see other runtime exception.
SeeOtherRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
Instantiates a new see other runtime exception.
SeeOtherRuntimeException(Throwable) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
Instantiates a new see other runtime exception.
ServiceUnavailableException - Exception in org.refcodes.net
The Class ServiceUnavailableException.
ServiceUnavailableException(String, String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
Instantiates a new service unavailable exception.
ServiceUnavailableException(String, Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
Instantiates a new service unavailable exception.
ServiceUnavailableException(String, Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableException
Instantiates a new service unavailable exception.
ServiceUnavailableException(String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
Instantiates a new service unavailable exception.
ServiceUnavailableException(Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
Instantiates a new service unavailable exception.
ServiceUnavailableException(Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableException
Instantiates a new service unavailable exception.
ServiceUnavailableRuntimeException - Exception in org.refcodes.net
The Class ServiceUnavailableRuntimeException.
ServiceUnavailableRuntimeException(String, String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
Instantiates a new service unavailable runtime exception.
ServiceUnavailableRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
Instantiates a new service unavailable runtime exception.
ServiceUnavailableRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
Instantiates a new service unavailable runtime exception.
ServiceUnavailableRuntimeException(String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
Instantiates a new service unavailable runtime exception.
ServiceUnavailableRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
Instantiates a new service unavailable runtime exception.
ServiceUnavailableRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
Instantiates a new service unavailable runtime exception.
setAuthType(AuthType) - Method in interface org.refcodes.net.AuthTypeAccessor.AuthTypeMutator
Sets the AuthType for the Authorization-Type property.
setAuthType(String) - Method in interface org.refcodes.net.AuthTypeAccessor.AuthTypeMutator
Sets the AuthType from the bearer and token for the Authorization-Type property.
setBaseLocator(String) - Method in interface org.refcodes.net.BaseLocatorAccessor.BaseLocatorMutator
Sets the base locator for the base locator property.
setBaseUrl(Url) - Method in interface org.refcodes.net.BaseUrlAccessor.BaseUrlMutator
Sets the base Url (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
setBaseUrl(URL) - Method in interface org.refcodes.net.BaseUrlAccessor.BaseUrlMutator
Sets the base URL (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
setBaseUrl(String) - Method in interface org.refcodes.net.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.net.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.net.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) - Method in interface org.refcodes.net.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.net.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.net.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.net.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.net.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.net.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 class org.refcodes.net.HttpClientContextBuilderImpl
Sets the base Url (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
setBaseUrl(URL) - Method in class org.refcodes.net.HttpClientContextBuilderImpl
Sets the base URL (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
setClientId(String) - Method in class org.refcodes.net.OauthFieldsImpl
Sets the client id.
setClientSecret(String) - Method in class org.refcodes.net.OauthFieldsImpl
Sets the client secret.
setContentType(ContentType) - Method in interface org.refcodes.net.ContentTypeAccessor.ContentTypeMutator
Sets the Content-Type for the Content-Type property.
setDomain(String) - Method in class org.refcodes.net.ResponseCookieImpl
setExpiresAfter(TimeUnit, long) - Method in interface org.refcodes.net.ResponseCookie
Sets the expires date to the current time plus the provided time.
setExpiresAfter(TimeUnit, long) - Method in class org.refcodes.net.ResponseCookieImpl
Sets the expires date to the current time plus the provided time.
setExpiresDate(Date) - Method in interface org.refcodes.net.ResponseCookie
Sets the expiration date of this cookie.
setExpiresDate(Date) - Method in class org.refcodes.net.ResponseCookieImpl
Sets the expiration date of this cookie.
setFormFields(FormFields) - Method in interface org.refcodes.net.FormFieldsAccessor.FormFieldsMutator
Sets the request Form-Fields for the request Form-Fields property.
setFragment(String) - Method in interface org.refcodes.net.FragmentAccessor.FragmentMutator
Sets the fragment for the fragment property.
setFragment(String) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Sets the fragment for the fragment property.
setGrantType(GrantType) - Method in class org.refcodes.net.OauthFieldsImpl
Sets the grant type.
setHeaderField(HeaderField) - Method in interface org.refcodes.net.HeaderFieldAccessor.HeaderFieldMutator
Sets the HeaderField for the HeaderField property.
setHeaderFields(T) - Method in interface org.refcodes.net.HeaderFieldsAccessor.HeaderFieldsMutator
Sets the Header-Fields for the Header-Fields property.
setHost(String) - Method in interface org.refcodes.net.HostAccessor.HostMutator
Sets the host for the host property.
setHost(String) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Sets the host for the host property.
setHttpBody(String) - Method in interface org.refcodes.net.HttpBodyAccessor.HttpBodyMutator
Sets the HTTP body for the HTTP body property.
setHttpInputStream(InputStream) - Method in interface org.refcodes.net.HttpInputStreamAccessor.HttpInputStreamMutator
Sets the InputStream for the HTTP InputStream property.
setHttpMediaType(String) - Method in interface org.refcodes.net.HttpMediaTypeAccessor.HttpMediaTypeMutator
Sets the HTTP Media-Type for the HTTP Media-Type property.
setHttpMethod(HttpMethod) - Method in interface org.refcodes.net.HttpMethodAccessor.HttpMethodMutator
Sets the HTTP-Method for the HTTP-Method property.
setHttpOnly(boolean) - Method in interface org.refcodes.net.ResponseCookie
Sets whether it be an HTTP only cookie.
setHttpOnly(boolean) - Method in class org.refcodes.net.ResponseCookieImpl
Sets whether it be an HTTP only cookie.
setHttpStatusCode(HttpStatusCode) - Method in class org.refcodes.net.HttpServerResponseImpl
Sets the HTTP Status-Code for the HTTP Status-Code property.
setHttpStatusCode(HttpStatusCode) - Method in interface org.refcodes.net.HttpStatusCodeAccessor.HttpStatusCodeMutator
Sets the HTTP Status-Code for the HTTP Status-Code property.
setHttpSuccessCode(HttpSuccessCode) - Method in interface org.refcodes.net.HttpSuccessCodeAccessor.HttpSuccessCodeMutator
Sets the HTTP success code for the HTTP success code property.
setIdentity(String) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
setIpAddress(int[]) - Method in interface org.refcodes.net.IpAddressAccessor.IpAddressMutator
Sets the IP-Address for the IP-Address property.
setIpAddress(int[]) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Sets the IP-Address for the IP-Address property.
setKeyStoreDescriptor(KeyStoreDescriptor) - Method in class org.refcodes.net.HttpServerContextBuilderImpl
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.net.LoadBalancingStrategyAccessor.LoadBalancingStrategyMutator
Sets the load balancing strategy for the load balancing strategy property.
setLocalAddress(InetSocketAddress) - Method in interface org.refcodes.net.LocalAddressAccessor.LocalAddressMutator
Sets the local address for the local address property.
setMaxConnections(int) - Method in class org.refcodes.net.HttpServerContextBuilderImpl
setMediaType(MediaType) - Method in interface org.refcodes.net.MediaTypeAccessor.MediaTypeMutator
Sets the Media-Type for the Media-Type property.
setPassword(String) - Method in class org.refcodes.net.OauthFieldsImpl
Sets the password.
setPath(String) - Method in class org.refcodes.net.ResponseCookieImpl
setPath(String) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
setPort(int) - Method in class org.refcodes.net.HttpServerContextBuilderImpl
setPort(int) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
setProtocol(String) - Method in class org.refcodes.net.HttpServerContextBuilderImpl
Sets the protocol String representation for the scheme property.
setProtocol(String) - Method in interface org.refcodes.net.SchemeAccessor.SchemeMutator
Sets the protocol String representation for the scheme property.
setProtocol(String) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Sets the protocol String representation for the scheme property.
setQueryFields(FormFields) - Method in interface org.refcodes.net.QueryFieldsAccessor.QueryFieldsMutator
Sets the request Query-Fields for the request Query-Fields property.
setQueryFields(FormFields) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Sets the request Query-Fields for the request Query-Fields property.
setRealm(String) - Method in interface org.refcodes.net.RealmAccessor.RealmMutator
Sets the realm for the realm property.
setRedirectUri(String) - Method in class org.refcodes.net.OauthFieldsImpl
Sets the redirect uri.
setRefreshToken(String) - Method in class org.refcodes.net.OauthFieldsImpl
Sets the refresh token.
setRemoteAddress(InetSocketAddress) - Method in interface org.refcodes.net.RemoteAddressAccessor.RemoteAddressMutator
Sets the remote address for the remote address property.
setRequest(REQ) - Method in interface org.refcodes.net.HttpClientRequest
Sets the request for the request property.
setRequest(REQ) - Method in class org.refcodes.net.HttpClientRequestImpl
Sets the request for the request property.
setRequestHeaderFields(RequestHeaderFields) - Method in interface org.refcodes.net.RequestHeaderFieldsAccessor.RequestHeaderFieldsMutator
Sets the request Header-Fields for the request Header-Fields property.
setResponse(RES) - Method in interface org.refcodes.net.HttpServerResponse
Sets the response for the response property.
setResponse(RES) - Method in class org.refcodes.net.HttpServerResponseImpl
Sets the response for the response property.
setResponseHeaderFields(ResponseHeaderFields) - Method in interface org.refcodes.net.ResponseHeaderFieldsAccessor.ResponseHeaderFieldsMutator
Sets the response Header-Fields for the response Header-Fields property.
setScheme(Scheme) - Method in class org.refcodes.net.HttpServerContextBuilderImpl
Sets the UrlScheme for the URL scheme.
setScheme(Scheme) - Method in interface org.refcodes.net.SchemeAccessor.SchemeMutator
Sets the UrlScheme for the URL scheme.
setScheme(Scheme) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Sets the UrlScheme for the URL scheme.
setSecret(String) - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
setSecure(boolean) - Method in interface org.refcodes.net.ResponseCookie
Sets whether it be a secure HTTP cookie.
setSecure(boolean) - Method in class org.refcodes.net.ResponseCookieImpl
Sets whether it be a secure HTTP cookie.
setTopLevelType(TopLevelType) - Method in interface org.refcodes.net.TopLevelTypeAccessor.TopLevelTypeMutator
Sets the Media-Top-Level-Type for the Media-Top-Level-Type property.
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.net.HttpClientContextBuilderImpl
setUrl(Url) - Method in interface org.refcodes.net.UrlAccessor.UrlMutator
Sets the Url for the Url property.
setUserAgent(String) - Method in interface org.refcodes.net.UserAgentAccessor.UserAgentMutator
Sets the user agent for the user agent property.
setUserName(String) - Method in class org.refcodes.net.OauthFieldsImpl
Sets the user name.
setVirtualHost(String) - Method in interface org.refcodes.net.VirtualHostAccessor.VirtualHostMutator
Sets the virtual host for the virtual host property.

T

TemporaryRedirectException - Exception in org.refcodes.net
The Class TemporaryRedirectException.
TemporaryRedirectException(String, String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
Instantiates a new temporary redirect exception.
TemporaryRedirectException(String, Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
Instantiates a new temporary redirect exception.
TemporaryRedirectException(String, Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectException
Instantiates a new temporary redirect exception.
TemporaryRedirectException(String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
Instantiates a new temporary redirect exception.
TemporaryRedirectException(Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
Instantiates a new temporary redirect exception.
TemporaryRedirectException(Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectException
Instantiates a new temporary redirect exception.
TemporaryRedirectRuntimeException - Exception in org.refcodes.net
The Class TemporaryRedirectRuntimeException.
TemporaryRedirectRuntimeException(String, String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
Instantiates a new temporary redirect runtime exception.
TemporaryRedirectRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
Instantiates a new temporary redirect runtime exception.
TemporaryRedirectRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
Instantiates a new temporary redirect runtime exception.
TemporaryRedirectRuntimeException(String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
Instantiates a new temporary redirect runtime exception.
TemporaryRedirectRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
Instantiates a new temporary redirect runtime exception.
TemporaryRedirectRuntimeException(Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
Instantiates a new temporary redirect runtime exception.
TextPlainFactory - Class in org.refcodes.net
Implements the MediaTypeFactory for Media-Type "text/plain" ( MediaType.TEXT_PLAIN).
TextPlainFactory() - Constructor for class org.refcodes.net.TextPlainFactory
 
TextXmlFactory - Class in org.refcodes.net
Implements the MediaTypeFactory for Media-Type "application/xml" ( MediaType.APPLICATION_XML).
TextXmlFactory() - Constructor for class org.refcodes.net.TextXmlFactory
 
toBasicAuthRealm() - Method in interface org.refcodes.net.HeaderFields
Extracts the real (if any) from the HeaderField.WWW_AUTHENTICATE Header-Field (HeaderFields.getAuthenticate()).
toBodyFormFields() - Method in interface org.refcodes.net.FormFields
Produces an HTTP Form-Fields body String form the herein contain HTTP query fields.
toCidrNotation(int[]) - Method in enum org.refcodes.net.IpAddress
 
toCidrNotation() - Method in interface org.refcodes.net.IpAddressAccessor
Constructs the IP-Address String in CIDR notation from the IP-Address property.
toContentType() - Method in interface org.refcodes.net.ContentTypeAccessor.ContentTypeProvider
Returns the ContentType instance from the implementing instance.
toContentType() - Method in enum org.refcodes.net.MediaType
Returns a ContentType instance from the available data.
toElementName(Class<?>) - Method in class org.refcodes.net.ApplicationJsonFactory
Creates an element name for the class.
toField(String) - Method in interface org.refcodes.net.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.
toField(Enum<?>) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.toField(String) though using the provided enumeration's Enum.toString() method to determine the key.
toFormFields() - Static method in interface org.refcodes.net.FormFields
Creates a new FormFields instance.
toFormFields(String) - Static method in interface org.refcodes.net.FormFields
Creates a new FormFields instance.
toHeaderField(Object) - Method in class org.refcodes.net.AbstractHeaderFields
Normalizes the case of the provided Header-Field to conform to the HeaderField.getName() format if possible.
toHeaderField(String) - Static method in enum org.refcodes.net.HeaderField
Retrieves the HeaderField which corresponds to the given HTTP Header-Field name.
toHeaderFields(Map<String, List<String>>, HeaderFields<?, ?>) - Static method in class org.refcodes.net.AbstractHeaderFields
Copies the provided "from" fields into the provided "to" fields.
toHeaderFields(Map<String, List<String>>) - Method in interface org.refcodes.net.HeaderFields
Copies the Header-Fields into the provided Map.
toHost() - Method in interface org.refcodes.net.Url
Returns the "host" depending on whether an IP-Address has been provided or a host name.
toHostIpAddress() - Static method in enum org.refcodes.net.IpAddress
Tries to determine a no-localhost IP-Address for this machine.
toHttpAuthorization() - Method in interface org.refcodes.net.AuthCredentials
Creates a HeaderField.AUTHORIZATION HTTP Header-Field value from the AuthCredentials instance.
toHttpAuthorization() - Method in class org.refcodes.net.BasicAuthCredentialsImpl
Creates a HeaderField.AUTHORIZATION HTTP Header-Field value from the AuthCredentials instance.
toHttpAuthorization() - Method in class org.refcodes.net.BearerAuthCredentialsImpl
Creates a HeaderField.AUTHORIZATION HTTP Header-Field value from the AuthCredentials instance.
toHttpBody() - Method in interface org.refcodes.net.HttpBodyAccessor.HttpBodyProvider
Converts an object representing the HTTP body to a String instance.
toHttpBody() - Method in interface org.refcodes.net.HttpClientRequest
Automatically sets the ContentType to the RequestHeaderFields retrieved from HeaderFieldsAccessor.getHeaderFields().
toHttpBody() - Method in class org.refcodes.net.HttpClientRequestImpl
Automatically sets the ContentType to the RequestHeaderFields retrieved from HeaderFieldsAccessor.getHeaderFields().
toHttpBody() - Method in class org.refcodes.net.HttpServerResponseImpl
Converts an object representing the HTTP body to a String instance.
toHttpCookie() - Method in interface org.refcodes.net.Cookie
Returns the cookie to be assigned to a cookie Header-Field.
toHttpCookie() - Method in interface org.refcodes.net.RequestCookie
Returns the cookie to be assigned to a cookie Header-Field.
toHttpCookie() - Method in interface org.refcodes.net.ResponseCookie
Returns the cookie to be assigned to a cookie Header-Field.
toHttpCookies() - Method in interface org.refcodes.net.HeaderFields
Creates a HTTP Header-Field value from the herein stored Cookie instances.
toHttpHeaderField(String) - Static method in enum org.refcodes.net.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.net.HttpInputStreamAccessor.HttpInputStreamProvider
Returns the InputStream instance representing the HTTP body from the implementing instance.
toHttpMediaType() - Method in interface org.refcodes.net.ContentType
Returns the HTTP media type: It consists of the Media-Top-Level-Type ( ContentType.getTopLevelType() and the Media-Subtype ( MediaTypeAccessor.getMediaType()) as well as some (optional) suffixed parameters (as of Keys.keySet() and Keys.get(Object), mutable via Keys.MutableValues.put(Object, Object)) all being concatenated in an HTTP valid manner, such as: "application/json;charset=UTF-8".
toHttpMediaType() - Method in interface org.refcodes.net.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.net.HttpMediaTypeAccessor.HttpMediaTypeProvider
A provider interface provides a "toSomething(?)"
toHttpMediaType() - Method in enum org.refcodes.net.MediaType
Returns the Media-Type / MIME-Type as expected by the HTTP protocol.
toHttpMediaType(Properties) - Method in enum org.refcodes.net.MediaType
Similar to MediaType.toHttpMediaType() with the provided parameters suffixed in an HTTP heder field's synatx.
toHttpStatusCode(int) - Static method in enum org.refcodes.net.HttpStatusCode
Determines the HTTP success code from the given value by evaluating the HttpStatusCode.getStatusCode() property.
toHttpStatusCode(StatusCodeAccessor<Integer>) - Static method in enum org.refcodes.net.HttpStatusCode
Determines the HTTP success code from the given HTTP Status-Code property by evaluating the HttpStatusCode.getStatusCode() property.
toHttpStatusException(String) - Method in enum org.refcodes.net.HttpStatusCode
If the status is an erroneous status as of HttpStatusCode.isErrorStatus() , then this method creates the according HttpStatusException exception.
toHttpStatusRuntimeException(String) - Method in enum org.refcodes.net.HttpStatusCode
If the status is an erroneous status as of HttpStatusCode.isErrorStatus(), then this method creates the according HttpStatusRuntimeException exception.
toHttpSuccessCode(int) - Static method in enum org.refcodes.net.HttpSuccessCode
Determines the HTTP success code from the given value by evaluating the HttpSuccessCode.getStatusCode() property.
toHttpSuccessCode(StatusCodeAccessor<Integer>) - Static method in enum org.refcodes.net.HttpSuccessCode
Determines the HTTP success code from the given HTTP Status-Code property by evaluating the HttpSuccessCode.getStatusCode() property.
toHttpUrl() - Method in interface org.refcodes.net.Url
Creates the complete "HTTP" URL String from the Url instance's state.
TokenType - Enum in org.refcodes.net
The Enum TokenType.
toLocator() - Method in interface org.refcodes.net.Url
Creates the locator part from the Url instance's state, excluding the fragment or the query fields.
toMarshaled(Object) - Method in class org.refcodes.net.ApplicationFormFactory
This method expects an instance of (sub-)type Map of generic type String (key) and List containing String instances (value) as argument.
toMarshaled(Object) - Method in class org.refcodes.net.ApplicationJsonFactory
This method creates / retrieves an instance of the given type with the given identifier (name) constructed as defined in one to many configuration files.
toMarshaled(Object) - Method in class org.refcodes.net.ApplicationXmlFactory
This method creates / retrieves an instance of the given type with the given identifier (name) constructed as defined in one to many configuration files.
toMarshaled(Object) - Method in class org.refcodes.net.ApplicationYamlFactory
This method creates / retrieves an instance of the given type with the given identifier (name) constructed as defined in one to many configuration files.
toMarshaled(SRC) - Method in interface org.refcodes.net.Marshalable
This method creates / retrieves an instance of the given type with the given identifier (name) constructed as defined in one to many configuration files.
toMarshaled(SRC, Map<String, String>) - Method in interface org.refcodes.net.Marshalable
This method creates / retrieves an instance of the given type with the given identifier (name) constructed as defined in one to many configuration files.
toMarshaled(Object) - Method in class org.refcodes.net.TextPlainFactory
This method creates / retrieves an instance of the given type with the given identifier (name) constructed as defined in one to many configuration files.
toMediaTypeFactory(MediaType) - Method in interface org.refcodes.net.MediaTypeFactoryLookup
Retrieves the MediaTypeFactory related to the given MediaType or null if there is none such MediaTypeFactory.
toPlainJson(String) - Method in class org.refcodes.net.ApplicationJsonFactory
Removes any prefixed variable declaration.
TopLevelType - Enum in org.refcodes.net
The TopLevelType is the top-level part of a HTTP Media-Type.
TopLevelTypeAccessor - Interface in org.refcodes.net
Provides an accessor for a Media-Top-Level-Type property.
TopLevelTypeAccessor.TopLevelTypeBuilder<B extends TopLevelTypeAccessor.TopLevelTypeBuilder<B>> - Interface in org.refcodes.net
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.net
Provides a mutator for a Media-Top-Level-Type property.
TopLevelTypeAccessor.TopLevelTypeProperty - Interface in org.refcodes.net
Provides a Media-Top-Level-Type property.
toProtocol() - Method in class org.refcodes.net.HttpServerContextBuilderImpl
Retrieves the protocol representation from the Scheme.
toProtocol() - Method in interface org.refcodes.net.SchemeAccessor
Retrieves the protocol representation from the Scheme.
toProtocol() - Method in class org.refcodes.net.UrlImpl
Retrieves the protocol representation from the Scheme.
toProtocol() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
Retrieves the protocol representation from the Scheme.
toProxySettings(EnvironmentProperty, SystemProperty, SystemProperty, Scheme) - Static method in enum org.refcodes.net.Proxy
To proxy settings.
toScheme(String) - Static method in enum org.refcodes.net.TransportLayerProtocol
Determines the HTTP Scheme from the provided protocol.
toString() - Method in class org.refcodes.net.BasicAuthCredentialsImpl
toString() - Method in class org.refcodes.net.BearerAuthCredentialsImpl
toString() - Method in class org.refcodes.net.ContentTypeImpl
toString(int[]) - Static method in enum org.refcodes.net.IpAddress
Creates a String as of the CIDR notation from the provided IP-Address bytes.
toString() - Method in enum org.refcodes.net.OauthField
toString() - Method in class org.refcodes.net.RequestCookieImpl
toString() - Method in class org.refcodes.net.ResponseCookieImpl
toString() - Method in class org.refcodes.net.UrlImpl
 
toString() - Method in class org.refcodes.net.UrlImpl.UrlBuilderImpl
 
toUnboxed(String) - Method in class org.refcodes.net.ApplicationJsonFactory
Unboxes any enveloped JSON.
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.ApplicationFormFactory
 
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.ApplicationJsonFactory
This method creates / retrieves an instance of the given type from the provided instance.
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.ApplicationXmlFactory
This method creates / retrieves an instance of the given type from the provided instance.
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.ApplicationYamlFactory
This method creates / retrieves an instance of the given type from the provided instance.
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.TextPlainFactory
To unmarshaled.
toUnmarshaled(SRC, Class<T>) - Method in interface org.refcodes.net.Unmarshalable
This method creates / retrieves an instance of the given type from the provided instance.
toUnmarshaled(SRC, Class<?>...) - Method in interface org.refcodes.net.Unmarshalable
This method creates / retrieves an instance of one of the given types from the provided instance.
toUnmarshaled(SRC, Map<String, String>, Class<?>...) - Method in interface org.refcodes.net.Unmarshalable
This method creates / retrieves an instance of one of the given types from the provided instance.
toUnmarshaled(SRC, Class<T>, Map<String, String>) - Method in interface org.refcodes.net.Unmarshalable
This method creates / retrieves all instances of the given type.
toURL() - Method in interface org.refcodes.net.Url
Constructs an URL instance from your Url's state.
toUrl() - Method in class org.refcodes.net.UrlSugar
Creates an empty Url.UrlBuilder, make sure to set required attributes for a valid URL.
toUrl(String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder from the provided URL String.
toUrl(URL) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder from the provided URL instance.
toUrl(Scheme, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(Scheme, String, int) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(Scheme, String, int, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(Scheme, String, int, String, FormFields) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(Scheme, String, int, String, FormFields, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String, int) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String, int, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String, int, String, FormFields) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String, int, String, FormFields, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(Scheme, String, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(Scheme, String, String, FormFields) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(Scheme, String, String, FormFields, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String, String, FormFields) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrl(String, String, String, FormFields, String) - Method in class org.refcodes.net.UrlSugar
Constructs an Url.UrlBuilder with the common attributes.
toUrlQueryString() - Method in interface org.refcodes.net.FormFields
Produces an HTTP Query-String form the herein contain HTTP query fields.
toVariableDeclaration(Class<?>) - Method in class org.refcodes.net.ApplicationJsonFactory
Returns the JSON specific assignment declaration for the given class.
toVisibleIpAddresses() - Static method in enum org.refcodes.net.IpAddress
Tries to determine the known IP-Addresses from the accessible network segment.
TransportLayerProtocol - Enum in org.refcodes.net
Transport Layer Security Protocols (TLS-Protocols) known by the herin contained libraries.

U

UnauthorizedException - Exception in org.refcodes.net
The Class UnauthorizedException.
UnauthorizedException(String, String) - Constructor for exception org.refcodes.net.UnauthorizedException
Instantiates a new unauthorized exception.
UnauthorizedException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedException
Instantiates a new unauthorized exception.
UnauthorizedException(String, Throwable) - Constructor for exception org.refcodes.net.UnauthorizedException
Instantiates a new unauthorized exception.
UnauthorizedException(String) - Constructor for exception org.refcodes.net.UnauthorizedException
Instantiates a new unauthorized exception.
UnauthorizedException(Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedException
Instantiates a new unauthorized exception.
UnauthorizedException(Throwable) - Constructor for exception org.refcodes.net.UnauthorizedException
Instantiates a new unauthorized exception.
UnauthorizedRuntimeException - Exception in org.refcodes.net
The Class UnauthorizedRuntimeException.
UnauthorizedRuntimeException(String, String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
Instantiates a new unauthorized runtime exception.
UnauthorizedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
Instantiates a new unauthorized runtime exception.
UnauthorizedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
Instantiates a new unauthorized runtime exception.
UnauthorizedRuntimeException(String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
Instantiates a new unauthorized runtime exception.
UnauthorizedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
Instantiates a new unauthorized runtime exception.
UnauthorizedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
Instantiates a new unauthorized runtime exception.
UnavailableForLegalReasonsException - Exception in org.refcodes.net
The Class UnavailableForLegalReasonsException.
UnavailableForLegalReasonsException(String, String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsException(String, Throwable) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsException(String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsException(Throwable, String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsException(Throwable) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsRuntimeException - Exception in org.refcodes.net
The Class UnavailableForLegalReasonsRuntimeException.
UnavailableForLegalReasonsRuntimeException(String, String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsRuntimeException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsRuntimeException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsRuntimeException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsRuntimeException(String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsRuntimeException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsRuntimeException
Instantiates a new unavailable for legal reasons exception.
UnavailableForLegalReasonsRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UnavailableForLegalReasonsRuntimeException
Instantiates a new unavailable for legal reasons exception.
unbindPort(Integer) - Method in interface org.refcodes.net.PortManager
Unbinds a port for the given Port-Number using the Integer as handle for unbinding.
unbindPort(Integer) - Method in class org.refcodes.net.PortManagerImpl
Unbinds a port for the given Port-Number using the Integer as handle for unbinding.
Unmarshalable<SRC> - Interface in org.refcodes.net
The Unmarshalable defines the functionality which must be provided in order to represent a factory for object creation of an object being of a requested type (in contrast to the TypeFactory and the LookupFactory) from an instance of a provided type.
UnprocessableEntityException - Exception in org.refcodes.net
The Class UnprocessableEntityException.
UnprocessableEntityException(String, String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
Instantiates a new unprocessable entity exception.
UnprocessableEntityException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
Instantiates a new unprocessable entity exception.
UnprocessableEntityException(String, Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityException
Instantiates a new unprocessable entity exception.
UnprocessableEntityException(String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
Instantiates a new unprocessable entity exception.
UnprocessableEntityException(Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
Instantiates a new unprocessable entity exception.
UnprocessableEntityException(Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityException
Instantiates a new unprocessable entity exception.
UnprocessableEntityRuntimeException - Exception in org.refcodes.net
The Class UnprocessableEntityRuntimeException.
UnprocessableEntityRuntimeException(String, String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
Instantiates a new unprocessable entity runtime exception.
UnprocessableEntityRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
Instantiates a new unprocessable entity runtime exception.
UnprocessableEntityRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
Instantiates a new unprocessable entity runtime exception.
UnprocessableEntityRuntimeException(String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
Instantiates a new unprocessable entity runtime exception.
UnprocessableEntityRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
Instantiates a new unprocessable entity runtime exception.
UnprocessableEntityRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
Instantiates a new unprocessable entity runtime exception.
UnsupportedMediaTypeException - Exception in org.refcodes.net
The Class UnsupportedMediaTypeException.
UnsupportedMediaTypeException(String, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
Instantiates a new unsupported media type exception.
UnsupportedMediaTypeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
Instantiates a new unsupported media type exception.
UnsupportedMediaTypeException(String, Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
Instantiates a new unsupported media type exception.
UnsupportedMediaTypeException(String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
Instantiates a new unsupported media type exception.
UnsupportedMediaTypeException(Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
Instantiates a new unsupported media type exception.
UnsupportedMediaTypeException(Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
Instantiates a new unsupported media type exception.
UnsupportedMediaTypeRuntimeException - Exception in org.refcodes.net
The Class UnsupportedMediaTypeRuntimeException.
UnsupportedMediaTypeRuntimeException(String, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
Instantiates a new unsupported media type runtime exception.
UnsupportedMediaTypeRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
Instantiates a new unsupported media type runtime exception.
UnsupportedMediaTypeRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
Instantiates a new unsupported media type runtime exception.
UnsupportedMediaTypeRuntimeException(String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
Instantiates a new unsupported media type runtime exception.
UnsupportedMediaTypeRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
Instantiates a new unsupported media type runtime exception.
UnsupportedMediaTypeRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
Instantiates a new unsupported media type runtime exception.
Url - Interface in org.refcodes.net
An URL looks something like this: "scheme://[identity[:secret]@]host[:port][/path][?
Url.UrlBuilder - Interface in org.refcodes.net
 
UrlAccessor - Interface in org.refcodes.net
Provides an accessor for a Url property..
UrlAccessor.UrlBuilder - Interface in org.refcodes.net
Provides a builder method for a Url property returning the builder for applying multiple build operations.
UrlAccessor.UrlMutator - Interface in org.refcodes.net
Provides a mutator for a Url property.
UrlAccessor.UrlProperty - Interface in org.refcodes.net
Provides a Url property.
UrlBuilderImpl() - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Default constructor.
UrlBuilderImpl(Url) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Creates an UrlBuilder from the provided Url.
UrlBuilderImpl(String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder from the provided URL String.
UrlBuilderImpl(String, FormFields) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder from the provided URL String.
UrlBuilderImpl(String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder from the provided URL String.
UrlBuilderImpl(URL) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder from the provided URL instance.
UrlBuilderImpl(Scheme, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Scheme, String, int) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Scheme, String, int, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Scheme, String, int, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Scheme, String, int, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(String, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(String, String, int) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(String, String, int, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(String, String, int, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(String, String, int, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Scheme, String, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Scheme, String, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Scheme, String, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(String, String, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(String, String, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Url, Url) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs a new UrlBuilder from the given Url instances by adding the other Url's data to the first Url's data.
UrlBuilderImpl(String, String, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Constructs an UrlBuilder with the common attributes.
UrlBuilderImpl(Url, String...) - Constructor for class org.refcodes.net.UrlImpl.UrlBuilderImpl
Some Url algebra: Adds the provided path to the given Url by prepending it to the Url's path.
UrlImpl - Class in org.refcodes.net
 
UrlImpl() - Constructor for class org.refcodes.net.UrlImpl
Default constructor.
UrlImpl(String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url from the provided URL String.
UrlImpl(String, FormFields) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url from the provided URL String.
UrlImpl(String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url from the provided URL String.
UrlImpl(URL) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url from the provided URL instance.
UrlImpl(Scheme, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Scheme, String, int) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Scheme, String, int, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Scheme, String, int, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Scheme, String, int, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String, int) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String, int, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String, int, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String, int, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Scheme, String, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Scheme, String, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Scheme, String, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String, String, FormFields) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(String, String, String, FormFields, String) - Constructor for class org.refcodes.net.UrlImpl
Constructs an Url with the common attributes.
UrlImpl(Url, Url) - Constructor for class org.refcodes.net.UrlImpl
Constructs a new Url from the given Url instances by adding the other Url's data to the first Url's data.
UrlImpl(Url, String...) - Constructor for class org.refcodes.net.UrlImpl
Some Url algebra: Adds the provided path to the given Url by prepending it to the Url's path.
UrlImpl(Url) - Constructor for class org.refcodes.net.UrlImpl
Creates an Url from the provided Url.
UrlImpl.UrlBuilderImpl - Class in org.refcodes.net
 
UrlSugar - Class in org.refcodes.net
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions for Url (Url.UrlBuilder) creation and tweaking: import static org.refcodes.net.UrlSugar.
UrlSugar() - Constructor for class org.refcodes.net.UrlSugar
 
UseProxyException - Exception in org.refcodes.net
The Class UseProxyException.
UseProxyException(String, String) - Constructor for exception org.refcodes.net.UseProxyException
Instantiates a new use proxy exception.
UseProxyException(String, Throwable, String) - Constructor for exception org.refcodes.net.UseProxyException
Instantiates a new use proxy exception.
UseProxyException(String, Throwable) - Constructor for exception org.refcodes.net.UseProxyException
Instantiates a new use proxy exception.
UseProxyException(String) - Constructor for exception org.refcodes.net.UseProxyException
Instantiates a new use proxy exception.
UseProxyException(Throwable, String) - Constructor for exception org.refcodes.net.UseProxyException
Instantiates a new use proxy exception.
UseProxyException(Throwable) - Constructor for exception org.refcodes.net.UseProxyException
Instantiates a new use proxy exception.
UseProxyRuntimeException - Exception in org.refcodes.net
The Class UseProxyRuntimeException.
UseProxyRuntimeException(String, String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
Instantiates a new use proxy runtime exception.
UseProxyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
Instantiates a new use proxy runtime exception.
UseProxyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
Instantiates a new use proxy runtime exception.
UseProxyRuntimeException(String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
Instantiates a new use proxy runtime exception.
UseProxyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
Instantiates a new use proxy runtime exception.
UseProxyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
Instantiates a new use proxy runtime exception.
UserAgentAccessor - Interface in org.refcodes.net
Provides an accessor for a user agent property.
UserAgentAccessor.UserAgentBuilder<B extends UserAgentAccessor.UserAgentBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a user agent property returning the builder for applying multiple build operations.
UserAgentAccessor.UserAgentMutator - Interface in org.refcodes.net
Provides a mutator for a user agent property.
UserAgentAccessor.UserAgentProperty - Interface in org.refcodes.net
Provides a user agent property.

V

validate(V) - Method in interface org.refcodes.net.AuthCredentials
Validates the provided BasicCredentials with this BasicAuthCredentials via Validatable.isValid(Object).
validate(BasicCredentials) - Method in interface org.refcodes.net.BasicAuthCredentials
validate(String, String) - Method in interface org.refcodes.net.BasicAuthCredentials
Validates the provided user-name and secret with this BasicAuthCredentials via BasicCredentials.isValid(String, String).
validate(BearerCredentials) - Method in interface org.refcodes.net.BearerAuthCredentials
validate(String) - Method in interface org.refcodes.net.BearerAuthCredentials
Validates the provided user-name and secret with this BearerAuthCredentials via BearerCredentials.isValid(String).
valueOf(String) - Static method in enum org.refcodes.net.AuthType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.BasicAuthResponse
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.ContentEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.CookieAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.HeaderField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.HttpStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.HttpSuccessCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.IpAddress
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.LoadBalancingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.MediaTypeParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.OauthField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.OauthToken
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.PortRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.Proxy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.TokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.TopLevelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.refcodes.net.TransportLayerProtocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.net.AuthType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.BasicAuthResponse
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.ContentEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.CookieAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.HeaderField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.HttpStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.HttpSuccessCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.IpAddress
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.LoadBalancingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.MediaTypeParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.OauthField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.OauthToken
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.PortRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.Proxy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.TokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.TopLevelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.refcodes.net.TransportLayerProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
VersionNotSupportedException - Exception in org.refcodes.net
The Class VersionNotSupportedException.
VersionNotSupportedException(String, String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
Instantiates a new version not supported exception.
VersionNotSupportedException(String, Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
Instantiates a new version not supported exception.
VersionNotSupportedException(String, Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedException
Instantiates a new version not supported exception.
VersionNotSupportedException(String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
Instantiates a new version not supported exception.
VersionNotSupportedException(Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
Instantiates a new version not supported exception.
VersionNotSupportedException(Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedException
Instantiates a new version not supported exception.
VersionNotSupportedRuntimeException - Exception in org.refcodes.net
The Class VersionNotSupportedRuntimeException.
VersionNotSupportedRuntimeException(String, String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
Instantiates a new version not supported runtime exception.
VersionNotSupportedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
Instantiates a new version not supported runtime exception.
VersionNotSupportedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
Instantiates a new version not supported runtime exception.
VersionNotSupportedRuntimeException(String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
Instantiates a new version not supported runtime exception.
VersionNotSupportedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
Instantiates a new version not supported runtime exception.
VersionNotSupportedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
Instantiates a new version not supported runtime exception.
VirtualHostAccessor - Interface in org.refcodes.net
Provides an accessor for a virtual host property.
VirtualHostAccessor.VirtualHostBuilder<B extends VirtualHostAccessor.VirtualHostBuilder<?>> - Interface in org.refcodes.net
Provides a mutator for an virtual host property.
VirtualHostAccessor.VirtualHostMutator - Interface in org.refcodes.net
Provides a mutator for a virtual host property.
VirtualHostAccessor.VirtualHostProperty - Interface in org.refcodes.net
Provides a virtual host property.

W

withAcceptCharsets(List<String>) - Method in interface org.refcodes.net.HeaderFields
Sets the the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET
withAcceptCharsets(String...) - Method in interface org.refcodes.net.HeaderFields
Sets the Accept-Charset request-Header-Field HeaderField.ACCEPT_CHARSET
withAcceptEncodings(ContentEncoding...) - Method in interface org.refcodes.net.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
withAcceptEncodings(List<ContentEncoding>) - Method in interface org.refcodes.net.HeaderFields
Sets the the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
withAcceptTypes(HttpMediaType...) - Method in interface org.refcodes.net.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
withAcceptTypes(List<? extends HttpMediaType>) - Method in interface org.refcodes.net.HeaderFields
Sets the Accept request-Header-Field HeaderField.ACCEPT.
withAddCookie(String, String) - Method in interface org.refcodes.net.HeaderFields
Builder method for the HeaderFields.addCookie(String, String) method.
withAddCookie(C) - Method in interface org.refcodes.net.HeaderFields
Builder method for the HeaderFields.addCookie(Cookie) method.
withAddTo(HeaderField, String) - Method in interface org.refcodes.net.HeaderFields
withAddTo(HeaderField, String...) - Method in interface org.refcodes.net.HeaderFields
withAddTo(HeaderField, List<String>) - Method in interface org.refcodes.net.HeaderFields
withAddTo(String, String) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.addTo(String, String) method.
withAddTo(Enum<?>, String) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.withAddTo(String, String) though using the provided enumeration's Enum.toString() method to determine the key.
withAddTo(String, String...) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.addTo(String, String...) method.
withAddTo(Enum<?>, String...) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.withAddTo(String, String ...) though using the provided enumeration's Enum.toString() method to determine the key.
withAddTo(String, List<String>) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.addTo(String, List) method.
withAddTo(Enum<?>, List<String>) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.withAddTo(String, List) though using the provided enumeration's Enum.toString() method to determine the key.
withAddToHeaderFields(String, String) - Method in interface org.refcodes.net.HttpRequestBuilder
withAddToHeaderFields(String, String...) - Method in interface org.refcodes.net.HttpRequestBuilder
withAddToHeaderFields(String, List<String>) - Method in interface org.refcodes.net.HttpRequestBuilder
withAddToHeaderFields(HeaderField, String...) - Method in interface org.refcodes.net.HttpRequestBuilder
With add to Header-Fields.
withAddToHeaderFields(HeaderField, List<String>) - Method in interface org.refcodes.net.HttpRequestBuilder
With add to Header-Fields.
withAddToHeaderFields(String, String) - Method in interface org.refcodes.net.HttpResponseBuilder
withAddToHeaderFields(String, String...) - Method in interface org.refcodes.net.HttpResponseBuilder
withAddToHeaderFields(String, List<String>) - Method in interface org.refcodes.net.HttpResponseBuilder
withAddToQueryFields(String, String) - Method in interface org.refcodes.net.HttpRequestBuilder
withAddToQueryFields(String, String...) - Method in interface org.refcodes.net.HttpRequestBuilder
withAddToQueryFields(String, List<String>) - Method in interface org.refcodes.net.HttpRequestBuilder
withAllowMethods(HttpMethod...) - Method in interface org.refcodes.net.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
withAllowMethods(List<HttpMethod>) - Method in interface org.refcodes.net.HeaderFields
Sets the Allow entity-Header-Field HeaderField.ALLOW: "...
withAuthenticate(String) - Method in interface org.refcodes.net.HeaderFields
Sets the WWW-Authenticate response-Header-Field HeaderField.WWW_AUTHENTICATE: "...
withAuthType(AuthType) - Method in interface org.refcodes.net.AuthTypeAccessor.AuthTypeBuilder
Sets the AuthType for the Authorization-Type property.
withAuthType(String, String) - Method in interface org.refcodes.net.AuthTypeAccessor.AuthTypeBuilder
Sets the AuthType from the bearer and token for the Authorization-Type property.
withBaseLocator(String) - Method in interface org.refcodes.net.BaseLocatorAccessor.BaseLocatorBuilder
Sets the base locator for the base locator property.
withBaseUrl(Url) - Method in interface org.refcodes.net.BaseUrlAccessor.BaseUrlBuilder
Sets the base Url (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
withBaseUrl(URL) - Method in interface org.refcodes.net.BaseUrlAccessor.BaseUrlBuilder
Sets the base URL (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
withBaseUrl(String) - Method in interface org.refcodes.net.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.net.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) - Method in interface org.refcodes.net.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, String) - Method in interface org.refcodes.net.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, String) - Method in interface org.refcodes.net.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.net.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(Scheme, String, int) - Method in interface org.refcodes.net.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(String, String, int, String) - Method in interface org.refcodes.net.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(Scheme, String, int, String) - Method in interface org.refcodes.net.BaseUrlAccessor.BaseUrlBuilder
withBaseUrl(Url) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
Sets the base Url (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
withBaseUrl(URL) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
Sets the base URL (protocol, host, port, path) for the base URL (protocol, host, port, path) property.
withBaseUrl(String) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
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.net.HttpClientContext.HttpClientContextBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
withBaseUrl(Scheme, String) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
withBaseUrl(String, String, String) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
Same as BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) except that a MalformedURLException may occur when creating the URL instance from the given parameters.
withBaseUrl(Scheme, String, String) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
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.net.HttpClientContext.HttpClientContextBuilder
withBaseUrl(Scheme, String, int) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
withBaseUrl(String, String, int, String) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
withBaseUrl(Scheme, String, int, String) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
withBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.net.BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder
Sets the BasicAuthCredentials for the Basic-Authentication credentials property.
withBasicAuthCredentials(String, String) - Method in interface org.refcodes.net.BasicAuthCredentialsAccessor.BasicAuthCredentialsBuilder
Sets the BasicAuthCredentials from the user name and the secret for the Basic-Authentication credentials property.
withBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.net.HeaderFields
Sets the BasicAuthCredentials (user name and secret) for HTTP Basic-Authentication.
withBasicAuthCredentials(String, String) - Method in interface org.refcodes.net.HeaderFields
Sets the user name and secret (password) for HTTP Basic-Authentication.
withBasicAuthRequired(String) - Method in interface org.refcodes.net.HeaderFields
Sets the WWW-Authenticate field for Basic-Authentication with the given realm.
withBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.net.BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder
Sets the BearerAuthCredentials for the bearer authentication credentials property.
withBearerAuthCredentials(String) - Method in interface org.refcodes.net.BearerAuthCredentialsAccessor.BearerAuthCredentialsBuilder
Sets the BearerAuthCredentials from the token for the bearer authentication credentials property.
withBearerAuthCredentials(BearerAuthCredentials) - Method in interface org.refcodes.net.HeaderFields
Sets the BearerAuthCredentials (token) for HTTP bearer authentication.
withBearerAuthCredentials(String) - Method in interface org.refcodes.net.HeaderFields
Sets the token (secret) for HTTP bearer authentication.
withCharsetParametrer(String) - Method in interface org.refcodes.net.ContentType
Sets the charset parameter's charset-code.
withCidrNotation(String) - Method in interface org.refcodes.net.IpAddressAccessor.IpAddressBuilder
Constructs the IP-Address from the given String and sets it for the IP-Address property.
withCidrNotation(String) - Method in interface org.refcodes.net.Url.UrlBuilder
Constructs the IP-Address from the given String and sets it for the IP-Address property.
withContentEncoding(ContentEncoding) - Method in interface org.refcodes.net.HeaderFields
Sets the Content-Encoding entity-Header-Field HeaderField.CONTENT_ENCODING: "...
withContentType(ContentType) - Method in interface org.refcodes.net.ContentTypeAccessor.ContentTypeBuilder
Sets the Content-Type for the Content-Type property.
withContentType(HttpMediaType) - Method in interface org.refcodes.net.HeaderFields
Sets the Content-Type entity-Header-Field HeaderField.CONTENT_TYPE.
withContentType(MediaType, Map<String, String>) - Method in interface org.refcodes.net.HeaderFields
Sets the Content-Type's MediaType and the parameters for the HTTP body.
withDomain(String) - Method in interface org.refcodes.net.ResponseCookie
Sets the domain for this cookie.
withExpiresAfter(TimeUnit, long) - Method in interface org.refcodes.net.ResponseCookie
Builder method for the method ResponseCookie.setExpiresAfter(TimeUnit, long).
withExpiresDate(Date) - Method in interface org.refcodes.net.ResponseCookie
Sets the expiration date of this cookie and returns this instance as of the Builder-Pattern.
withFormFields(FormFields) - Method in interface org.refcodes.net.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.net.FragmentAccessor.FragmentBuilder
Sets the fragment to use and returns this builder as of the builder pattern.
withFragment(String) - Method in interface org.refcodes.net.Url.UrlBuilder
Sets the fragment to use and returns this builder as of the builder pattern.
withHeaderField(HeaderField) - Method in interface org.refcodes.net.HeaderFieldAccessor.HeaderFieldBuilder
Sets the HeaderField for the HeaderField property.
withHeaderFields(T) - Method in interface org.refcodes.net.HeaderFieldsAccessor.HeaderFieldsBuilder
Sets the Header-Fields to use and returns this builder as of the Builder-Pattern.
withHost(String) - Method in interface org.refcodes.net.HeaderFields
Sets the Host request-Header-Field HeaderField.HOST: "...
withHost(String) - Method in interface org.refcodes.net.HostAccessor.HostBuilder
Sets the host to use and returns this builder as of the builder pattern.
withHost(String) - Method in interface org.refcodes.net.Url.UrlBuilder
Sets the host to use and returns this builder as of the builder pattern.
withHttpAuthorization(String) - Method in interface org.refcodes.net.AuthCredentials
Initializes this AuthCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
withHttpAuthorization(String) - Method in interface org.refcodes.net.BasicAuthCredentials
Initializes this AuthCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
withHttpAuthorization(String) - Method in interface org.refcodes.net.BearerAuthCredentials
Initializes this AuthCredentials instance from the HeaderField.AUTHORIZATION Header-Fields's value.
withHttpBody(String) - Method in interface org.refcodes.net.HttpBodyAccessor.HttpBodyBuilder
Sets the HTTP body for the HTTP body property.
withHttpCookie(String) - Method in interface org.refcodes.net.Cookie
Sets the cookie according to the provided HTTP cookie text via Cookie.fromHttpCookie(String).
withHttpCookie(String) - Method in interface org.refcodes.net.RequestCookie
Sets the cookie according to the provided HTTP cookie text via Cookie.fromHttpCookie(String).
withHttpCookie(String) - Method in interface org.refcodes.net.ResponseCookie
Sets the cookie according to the provided HTTP cookie text via Cookie.fromHttpCookie(String).
withHttpInputStream(InputStream) - Method in interface org.refcodes.net.HttpInputStreamAccessor.HttpInputStreamBuilder
Sets the InputStream for the HTTP InputStream property.
withHttpMethod(HttpMethod) - Method in interface org.refcodes.net.HttpMethodAccessor.HttpMethodBuilder
Sets the HTTP-Method for the HTTP-Method property.
withHttpOnly(boolean) - Method in interface org.refcodes.net.ResponseCookie
Sets whether it be an HTTP only cookie.
withHttpStatusCode(HttpStatusCode) - Method in interface org.refcodes.net.HttpServerResponse
Sets the HTTP Status-Code for the HTTP Status-Code property.
withHttpStatusCode(HttpStatusCode) - Method in interface org.refcodes.net.HttpStatusCodeAccessor.HttpStatusCodeBuilder
Sets the HTTP Status-Code for the HTTP Status-Code property.
withHttpSuccessCode(HttpSuccessCode) - Method in interface org.refcodes.net.HttpSuccessCodeAccessor.HttpSuccessCodeBuilder
Sets the HTTP success code for the HTTP success code property.
withIdentity(String) - Method in interface org.refcodes.net.Url.UrlBuilder
withInsert(Object) - Method in interface org.refcodes.net.HttpBodyMap
withInsert(String, Object, String) - Method in interface org.refcodes.net.HttpBodyMap
withInsertFrom(Object, String) - Method in interface org.refcodes.net.HttpBodyMap
withInsertTo(String, Object) - Method in interface org.refcodes.net.HttpBodyMap
withIpAddress(int[]) - Method in interface org.refcodes.net.IpAddressAccessor.IpAddressBuilder
Sets the IP-Address for the IP-Address property.
withIpAddress(int[]) - Method in interface org.refcodes.net.Url.UrlBuilder
Sets the IP-Address for the IP-Address property.
withKeyStoreDescriptor(KeyStoreDescriptor) - Method in interface org.refcodes.net.HttpServerContext.HttpServerContextBuilder
withLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.net.LoadBalancingStrategyAccessor.LoadBalancingStrategyBuilder
Sets the load balancing strategy for the load balancing strategy property.
withLocalAddress(InetSocketAddress) - Method in interface org.refcodes.net.LocalAddressAccessor.LocalAddressBuilder
Sets the local address for the local address property.
withMaxConnections(int) - Method in interface org.refcodes.net.HttpServerContext.HttpServerContextBuilder
withMediaType(String) - Method in interface org.refcodes.net.HttpMediaTypeAccessor.HttpMediaTypeBuilder
Sets the HTTP Media-Type for the HTTP Media-Type property.
withMediaType(MediaType) - Method in interface org.refcodes.net.MediaTypeAccessor.MediaTypeBuilder
Sets the Media-Type for the Media-Type property.
withPath(String) - Method in interface org.refcodes.net.ResponseCookie
Sets the path of the cookie.
withPath(String) - Method in interface org.refcodes.net.Url.UrlBuilder
withPort(int) - Method in interface org.refcodes.net.HttpServerContext.HttpServerContextBuilder
withPort(int) - Method in interface org.refcodes.net.Url.UrlBuilder
withProtocol(String) - Method in interface org.refcodes.net.HttpServerContext.HttpServerContextBuilder
Sets the protocol for the URL scheme.
withProtocol(String) - Method in interface org.refcodes.net.SchemeAccessor.SchemeBuilder
Sets the protocol for the URL scheme.
withProtocol(String) - Method in interface org.refcodes.net.Url.UrlBuilder
Sets the protocol for the URL scheme.
withPut(String, String) - Method in interface org.refcodes.net.ContentType
withPut(Relation<String, String>) - Method in interface org.refcodes.net.ContentType
withPut(MediaTypeParameter, String) - Method in interface org.refcodes.net.ContentType
With put.
withPut(HeaderField, String) - Method in interface org.refcodes.net.HeaderFields
withPut(HeaderField, String...) - Method in interface org.refcodes.net.HeaderFields
withPut(HeaderField, List<String>) - Method in interface org.refcodes.net.HeaderFields
withPut(String, String) - Method in interface org.refcodes.net.HttpBodyMap
withPut(Relation<String, String>) - Method in interface org.refcodes.net.HttpBodyMap
withPut(String, String) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.put(String, String) method.
withPut(Enum<?>, String) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.withPut(String, String) though using the provided enumeration's Enum.toString() method to determine the key.
withPut(String, List<String>) - Method in interface org.refcodes.net.HttpFields
Builder method for the Map.put(Object, Object) method.
withPut(Enum<?>, List<String>) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.withPut(String, List) though using the provided enumeration's Enum.toString() method to determine the key.
withPut(String, String...) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.put(String, String...) method.
withPut(Enum<?>, String...) - Method in interface org.refcodes.net.HttpFields
Same as HttpFields.withPut(String, String ...) though using the provided enumeration's Enum.toString() method to determine the key.
withQueryFields(FormFields) - Method in interface org.refcodes.net.QueryFieldsAccessor.QueryFieldsBuilder
Sets the request Query-Fields to use and returns this builder as of the Builder-Pattern.
withQueryFields(FormFields) - Method in interface org.refcodes.net.Url.UrlBuilder
Sets the request Query-Fields to use and returns this builder as of the Builder-Pattern.
withRealm(String) - Method in interface org.refcodes.net.RealmAccessor.RealmBuilder
Sets the realm for the realm property.
withRemoteAddress(InetSocketAddress) - Method in interface org.refcodes.net.RemoteAddressAccessor.RemoteAddressBuilder
Sets the remote address for the remote address property.
withRequest(REQ) - Method in interface org.refcodes.net.HttpClientRequest
Sets the request for the request property.
withRequestHeaderFields(RequestHeaderFields) - Method in interface org.refcodes.net.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.net.HeaderFields
Sets the (interprocess) Request-Correlation ID field HeaderField.REQUEST_ID: A Request-Correlation ID is an ID to uniquely identify an entity (request) across multiple systems.
withResponse(RES) - Method in interface org.refcodes.net.HttpServerResponse
Sets the response for the response property.
withResponseHeaderFields(ResponseHeaderFields) - Method in interface org.refcodes.net.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.net.HttpServerContext.HttpServerContextBuilder
Sets the UrlScheme for the URL scheme.
withScheme(Scheme) - Method in interface org.refcodes.net.SchemeAccessor.SchemeBuilder
Sets the UrlScheme for the URL scheme.
withScheme(Scheme) - Method in interface org.refcodes.net.Url.UrlBuilder
Sets the UrlScheme for the URL scheme.
withSecret(String) - Method in interface org.refcodes.net.Url.UrlBuilder
withSecure(boolean) - Method in interface org.refcodes.net.ResponseCookie
Sets whether it be a secure HTTP cookie.
withSessionId(String) - Method in interface org.refcodes.net.HeaderFields
Sets the (interprocess) Session-Correlation ID field HeaderField.SESSION_ID: A Session-Correlation ID is an ID to uniquely identify an entity (session) across multiple systems.
withTopLevelType(TopLevelType) - Method in interface org.refcodes.net.TopLevelTypeAccessor.TopLevelTypeBuilder
Sets the Media-Top-Level-Type for the Media-Top-Level-Type property.
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.net.HttpClientContext.HttpClientContextBuilder
withUrl(Url) - Method in interface org.refcodes.net.UrlAccessor.UrlBuilder
Sets the Url for the Url property.
withUserAgent(String) - Method in interface org.refcodes.net.HeaderFields
Sets he User-Agent request-Header-Field HeaderField.USER_AGENT: "...
withUserAgent(String) - Method in interface org.refcodes.net.UserAgentAccessor.UserAgentBuilder
Sets the user agent for the user agent property.
withVirtualHost(String) - Method in interface org.refcodes.net.VirtualHostAccessor.VirtualHostBuilder
Sets the virtual host to use and returns this builder as of the builder pattern.

_

_headerFields - Variable in class org.refcodes.net.HttpRequestImpl
 
_httpMethod - Variable in class org.refcodes.net.HttpRequestImpl
 
_httpStatusCode - Variable in class org.refcodes.net.HttpResponseImpl
 
_identity - Variable in class org.refcodes.net.BasicCredentialsImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.HttpClientRequestImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.HttpClientResponseImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.HttpServerRequestImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.HttpServerResponseImpl
 
_secret - Variable in class org.refcodes.net.BasicCredentialsImpl
 
_token - Variable in class org.refcodes.net.BearerCredentialsImpl
 
_url - Variable in class org.refcodes.net.HttpRequestImpl
 
A B C D E F G H I K L M N O P Q R S T U V W _ 

Copyright © 2018. All rights reserved.