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.impls
Abstract implementation of the HeaderFields type.
AbstractHeaderFields() - Constructor for class org.refcodes.net.impls.AbstractHeaderFields
 
AbstractHeaderFields(Map<String, List<String>>) - Constructor for class org.refcodes.net.impls.AbstractHeaderFields
 
AbstractHttpFields<T extends HttpFields<T>> - Class in org.refcodes.net.impls
Abstract implementation of the HeaderFields type.
AbstractHttpFields() - Constructor for class org.refcodes.net.impls.AbstractHttpFields
Instantiates an empty instance.
AbstractHttpFields(Map<String, List<String>>) - Constructor for class org.refcodes.net.impls.AbstractHttpFields
Initializes the instance with the fields provided by the given Map.
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(C) - Method in class org.refcodes.net.impls.AbstractHeaderFields
 
addCookie(String, String) - Method in class org.refcodes.net.impls.AbstractHeaderFields
 
addCookie(String) - Method in interface org.refcodes.net.RequestHeaderFields
 
addCookie(String) - Method in interface org.refcodes.net.ResponseHeaderFields
 
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(HeaderField, String) - Method in interface org.refcodes.net.HeaderFields
 
addTo(HeaderField, String...) - Method in interface org.refcodes.net.HeaderFields
 
addTo(HeaderField, List<String>) - Method in interface org.refcodes.net.HeaderFields
 
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(String, String...) - Method in interface org.refcodes.net.HttpFields
Adds values to the list of values associated with the given header field (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(String, String) - Method in class org.refcodes.net.impls.AbstractHeaderFields
 
ApplicationFormFactory - Class in org.refcodes.net.impls
Implements the MediaTypeFactory for Media-Type "application/x-www-form-urlencoded" ( MediaType.APPLICATION_X_WWW_FORM_URLENCODED).
ApplicationFormFactory() - Constructor for class org.refcodes.net.impls.ApplicationFormFactory
 
ApplicationJsonFactory - Class in org.refcodes.net.impls
Implements the MediaTypeFactory for Media-Type "application/json" ( MediaType.APPLICATION_JSON).
ApplicationJsonFactory() - Constructor for class org.refcodes.net.impls.ApplicationJsonFactory
 
ApplicationXmlFactory - Class in org.refcodes.net.impls
Implements the MediaTypeFactory for Media-Type "application/xml" ( MediaType.APPLICATION_XML).
ApplicationXmlFactory() - Constructor for class org.refcodes.net.impls.ApplicationXmlFactory
 

B

BadGatewayException - Exception in org.refcodes.net
 
BadGatewayException(String, String) - Constructor for exception org.refcodes.net.BadGatewayException
 
BadGatewayException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayException
 
BadGatewayException(String, Throwable) - Constructor for exception org.refcodes.net.BadGatewayException
 
BadGatewayException(String) - Constructor for exception org.refcodes.net.BadGatewayException
 
BadGatewayException(Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayException
 
BadGatewayException(Throwable) - Constructor for exception org.refcodes.net.BadGatewayException
 
BadGatewayRuntimeException - Exception in org.refcodes.net
 
BadGatewayRuntimeException(String, String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
 
BadGatewayRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
 
BadGatewayRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
 
BadGatewayRuntimeException(String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
 
BadGatewayRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
 
BadGatewayRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BadGatewayRuntimeException
 
BadRequestException - Exception in org.refcodes.net
 
BadRequestException(String, String) - Constructor for exception org.refcodes.net.BadRequestException
 
BadRequestException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.refcodes.net.BadRequestException
 
BadRequestException(String) - Constructor for exception org.refcodes.net.BadRequestException
 
BadRequestException(Throwable, String) - Constructor for exception org.refcodes.net.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception org.refcodes.net.BadRequestException
 
BadRequestRuntimeException - Exception in org.refcodes.net
 
BadRequestRuntimeException(String, String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
 
BadRequestRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
 
BadRequestRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
 
BadRequestRuntimeException(String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
 
BadRequestRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
 
BadRequestRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BadRequestRuntimeException
 
BadResponseException - Exception in org.refcodes.net
 
BadResponseException(String, String) - Constructor for exception org.refcodes.net.BadResponseException
 
BadResponseException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadResponseException
 
BadResponseException(String, Throwable) - Constructor for exception org.refcodes.net.BadResponseException
 
BadResponseException(String) - Constructor for exception org.refcodes.net.BadResponseException
 
BadResponseException(Throwable, String) - Constructor for exception org.refcodes.net.BadResponseException
 
BadResponseException(Throwable) - Constructor for exception org.refcodes.net.BadResponseException
 
BadResponseRuntimeException - Exception in org.refcodes.net
 
BadResponseRuntimeException(String, String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
 
BadResponseRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
 
BadResponseRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
 
BadResponseRuntimeException(String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
 
BadResponseRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
 
BadResponseRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BadResponseRuntimeException
 
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, locator) 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, locator) property.
BASIC_AUTH - Static variable in interface org.refcodes.net.BasicAuthCredentials
 
BASIC_REALM - Static variable in interface org.refcodes.net.HeaderFields
 
BasicAuthCredentials - Interface in org.refcodes.net
Property containing basic authentication credentials.
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.impls
This implementation of the BasicAuthCredentials interface compares the secret (BasicAuthCredentialsImpl.getSecret()) case sensitive but the username ( BasicAuthCredentialsImpl.getUserName()) case insensitive with the BasicAuthCredentialsImpl.equals(Object) method.
BasicAuthCredentialsImpl(String, String) - Constructor for class org.refcodes.net.impls.BasicAuthCredentialsImpl
 
BasicAuthCredentialsImpl(String) - Constructor for class org.refcodes.net.impls.BasicAuthCredentialsImpl
Initializes the BasicAuthCredentials instance from the HeaderField.AUTHORIZATION header fields's value.
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
 
BasicAuthFailureException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureException
 
BasicAuthFailureException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureException
 
BasicAuthFailureException(String) - Constructor for exception org.refcodes.net.BasicAuthFailureException
 
BasicAuthFailureException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureException
 
BasicAuthFailureException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureException
 
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
 
BasicAuthFailureRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
 
BasicAuthFailureRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
 
BasicAuthFailureRuntimeException(String) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
 
BasicAuthFailureRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
 
BasicAuthFailureRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthFailureRuntimeException
 
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(HttpBasicAuthObserver) 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
 
BasicAuthRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
 
BasicAuthRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
 
BasicAuthRequiredException(String) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
 
BasicAuthRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
 
BasicAuthRequiredException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredException
 
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
 
BasicAuthRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
 
BasicAuthRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
 
BasicAuthRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
 
BasicAuthRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
 
BasicAuthRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.BasicAuthRequiredRuntimeException
 
BasicAuthResponse - Enum in org.refcodes.net
 
bindAnyPort() - Method in class org.refcodes.net.impls.PortManagerImpl
 
bindAnyPort() - Method in interface org.refcodes.net.PortManager
Any free port in the range of #MIN_DYNAMIC_PORT_NUMBER and #MAX_AUTO_PORT_NUMBER is bound (reserved) and returned.
bindNextPort(int, int) - Method in class org.refcodes.net.impls.PortManagerImpl
 
bindNextPort(int) - Method in interface org.refcodes.net.PortManager
The first free port in the range of the given Port-Number and #MAX_AUTO_PORT_NUMBER is 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.
bindPort(int) - Method in class org.refcodes.net.impls.PortManagerImpl
 
bindPort(int) - Method in interface org.refcodes.net.PortManager
The port is bound and returned.

C

ConflictException - Exception in org.refcodes.net
 
ConflictException(String, String) - Constructor for exception org.refcodes.net.ConflictException
 
ConflictException(String, Throwable, String) - Constructor for exception org.refcodes.net.ConflictException
 
ConflictException(String, Throwable) - Constructor for exception org.refcodes.net.ConflictException
 
ConflictException(String) - Constructor for exception org.refcodes.net.ConflictException
 
ConflictException(Throwable, String) - Constructor for exception org.refcodes.net.ConflictException
 
ConflictException(Throwable) - Constructor for exception org.refcodes.net.ConflictException
 
ConflictRuntimeException - Exception in org.refcodes.net
 
ConflictRuntimeException(String, String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
 
ConflictRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
 
ConflictRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ConflictRuntimeException
 
ConflictRuntimeException(String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
 
ConflictRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ConflictRuntimeException
 
ConflictRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ConflictRuntimeException
 
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.impls
Implementation of the ContentType interface.
ContentTypeImpl(MediaType) - Constructor for class org.refcodes.net.impls.ContentTypeImpl
Constructs the ContentType from the provided MediaType (and with it the TopLevelType).
ContentTypeImpl(String) - Constructor for class org.refcodes.net.impls.ContentTypeImpl
Constructs a ContentType instance form a Media-Argument String as passed in the according HTTP header fields.
ContentTypeImpl(MediaType, Properties) - Constructor for class org.refcodes.net.impls.ContentTypeImpl
 
Cookie - Interface in org.refcodes.net
The Cookie represents a HTTP cookie.
CookieAttribute - Enum in org.refcodes.net
 
copyHttpFields(Map<String, List<String>>, HttpFields<?>) - Static method in class org.refcodes.net.impls.AbstractHttpFields
Copies the provided "from" fields into the provided "to" fields.
createCookie(String, String) - Method in class org.refcodes.net.impls.AbstractHeaderFields
Creates a plain Cookie with the given name and value.
createCookie(String) - Method in class org.refcodes.net.impls.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.impls.RequestHeaderFieldsImpl
 
createCookie(String) - Method in class org.refcodes.net.impls.RequestHeaderFieldsImpl
 
createCookie(String, String) - Method in class org.refcodes.net.impls.ResponseHeaderFieldsImpl
 
createCookie(String) - Method in class org.refcodes.net.impls.ResponseHeaderFieldsImpl
 

D

DELIMITER_BASIC_AUTH - Static variable in interface org.refcodes.net.BasicAuthCredentials
 
DELIMITER_CREDENTIALS - Static variable in interface org.refcodes.net.BasicAuthCredentials
 

E

entrySet() - Method in class org.refcodes.net.impls.AbstractHeaderFields
 
equals(Object) - Method in class org.refcodes.net.impls.BasicAuthCredentialsImpl
This implementation of the BasicAuthCredentialsImpl.equals(Object) method compares the secret (BasicAuthCredentialsImpl.getSecret()) case sensitive but the username ( BasicAuthCredentialsImpl.getUserName()) case insensitive!
equals(Object) - Method in class org.refcodes.net.impls.ContentTypeImpl
 
ExpectationFailedException - Exception in org.refcodes.net
 
ExpectationFailedException(String, String) - Constructor for exception org.refcodes.net.ExpectationFailedException
 
ExpectationFailedException(String, Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedException
 
ExpectationFailedException(String, Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedException
 
ExpectationFailedException(String) - Constructor for exception org.refcodes.net.ExpectationFailedException
 
ExpectationFailedException(Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedException
 
ExpectationFailedException(Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedException
 
ExpectationFailedRuntimeException - Exception in org.refcodes.net
 
ExpectationFailedRuntimeException(String, String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
 
ExpectationFailedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
 
ExpectationFailedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
 
ExpectationFailedRuntimeException(String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
 
ExpectationFailedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
 
ExpectationFailedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ExpectationFailedRuntimeException
 

F

FailedDependencyException - Exception in org.refcodes.net
 
FailedDependencyException(String, String) - Constructor for exception org.refcodes.net.FailedDependencyException
 
FailedDependencyException(String, Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyException
 
FailedDependencyException(String, Throwable) - Constructor for exception org.refcodes.net.FailedDependencyException
 
FailedDependencyException(String) - Constructor for exception org.refcodes.net.FailedDependencyException
 
FailedDependencyException(Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyException
 
FailedDependencyException(Throwable) - Constructor for exception org.refcodes.net.FailedDependencyException
 
FailedDependencyRuntimeException - Exception in org.refcodes.net
 
FailedDependencyRuntimeException(String, String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
 
FailedDependencyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
 
FailedDependencyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
 
FailedDependencyRuntimeException(String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
 
FailedDependencyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
 
FailedDependencyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.FailedDependencyRuntimeException
 
ForbiddenException - Exception in org.refcodes.net
 
ForbiddenException(String, String) - Constructor for exception org.refcodes.net.ForbiddenException
 
ForbiddenException(String, Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenException
 
ForbiddenException(String, Throwable) - Constructor for exception org.refcodes.net.ForbiddenException
 
ForbiddenException(String) - Constructor for exception org.refcodes.net.ForbiddenException
 
ForbiddenException(Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenException
 
ForbiddenException(Throwable) - Constructor for exception org.refcodes.net.ForbiddenException
 
ForbiddenRuntimeException - Exception in org.refcodes.net
 
ForbiddenRuntimeException(String, String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
 
ForbiddenRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
 
ForbiddenRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
 
ForbiddenRuntimeException(String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
 
ForbiddenRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
 
ForbiddenRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ForbiddenRuntimeException
 
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.impls
 
FormFieldsImpl() - Constructor for class org.refcodes.net.impls.FormFieldsImpl
 
FormFieldsImpl(Map<String, List<String>>) - Constructor for class org.refcodes.net.impls.FormFieldsImpl
Initializes the instance with the fields provided by the given Map.
FormFieldsImpl(String) - Constructor for class org.refcodes.net.impls.FormFieldsImpl
Initializes the instance with the fields provided by the given HTTP Form-Fields (HTTP Query-String).
fromHttpAuthorization(String) - Method in interface org.refcodes.net.BasicAuthCredentials
Initializes this BasicAuthCredentials instance from the HeaderField.AUTHORIZATION header fields's value.
fromHttpAuthorization(String) - Method in class org.refcodes.net.impls.BasicAuthCredentialsImpl
 
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
 
fromHttpCookie(String) - Method in interface org.refcodes.net.ResponseCookie
 
fromHttpEncoding(String) - Static method in enum org.refcodes.net.ContentEncoding
Returns that ContentEncoding represented by the given HTTP header's encoding.
fromHttpFormFields(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.
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
 
fromHttpQueryString(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.
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
 
fromMarshaled(InputStream, Class<T>) - Method in interface org.refcodes.net.MediaTypeFactory
Same as #toUnmarshaled(String, Class) passing an InputStream instead of a String.
fromMarshaled(InputStream, Class<?>...) - Method in interface org.refcodes.net.MediaTypeFactory
Same as #toUnmarshaled(String, Class...) passing an InputStream instead of a String.
fromMarshaled(InputStream, Properties, Class<?>...) - Method in interface org.refcodes.net.MediaTypeFactory
Same as #toUnmarshaled(String, Properties, Class...) passing an InputStream instead of a String.
fromMarshaled(InputStream, Class<T>, Properties) - Method in interface org.refcodes.net.MediaTypeFactory
Same as #toUnmarshaled(String, Class, Properties) passing an InputStream instead of a String.
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 MarshalFactory.toMarshaled(Object) returning an InputStream instead of a String.
fromUnmarshaled(SRC, Properties) - Method in interface org.refcodes.net.MediaTypeFactory
Same as MarshalFactory.toMarshaled(Object, Properties) 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 ("?")

G

GatewayTimeoutException - Exception in org.refcodes.net
 
GatewayTimeoutException(String, String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
 
GatewayTimeoutException(String, Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
 
GatewayTimeoutException(String, Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutException
 
GatewayTimeoutException(String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
 
GatewayTimeoutException(Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutException
 
GatewayTimeoutException(Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutException
 
GatewayTimeoutRuntimeException - Exception in org.refcodes.net
 
GatewayTimeoutRuntimeException(String, String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
 
GatewayTimeoutRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
 
GatewayTimeoutRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
 
GatewayTimeoutRuntimeException(String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
 
GatewayTimeoutRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
 
GatewayTimeoutRuntimeException(Throwable) - Constructor for exception org.refcodes.net.GatewayTimeoutRuntimeException
 
get(HeaderField) - Method in interface org.refcodes.net.HeaderFields
 
get(Object) - Method in class org.refcodes.net.impls.AbstractHeaderFields
 
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 interface org.refcodes.net.HeaderFields
Retrieves an array of cookies sent by the client stored in this RequestHeaderFields instance.
getAllCookies() - Method in class org.refcodes.net.impls.AbstractHeaderFields
 
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: "...
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.
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).
getCharsetParametrer() - Method in interface org.refcodes.net.ContentType
Retrieves the charset parameter from the properties of this ContentType instance.
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.impls.AbstractHeaderFields
The header field name for the Cookie elements.
getCookieFieldName() - Method in class org.refcodes.net.impls.RequestHeaderFieldsImpl
 
getCookieFieldName() - Method in class org.refcodes.net.impls.ResponseHeaderFieldsImpl
 
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.impls.ResponseCookieImpl
 
getExpiresDate() - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
getExpiresDate() - Method in interface org.refcodes.net.ResponseCookie
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
 
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.
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.
getHeaderFields() - Method in interface org.refcodes.net.HeaderFieldsAccessor
Retrieves the header fields from the header fields property.
getHeaderFields() - Method in class org.refcodes.net.impls.HttpRequestImpl
 
getHeaderFields() - Method in class org.refcodes.net.impls.HttpResponseImpl
 
getHost() - Method in interface org.refcodes.net.HeaderFields
Gets the Host request-header field HeaderField.HOST: "...
getHttpBody() - Method in interface org.refcodes.net.HttpBodyAccessor
Retrieves the HTTP body from the HTTP body property.
getHttpBody() - Method in class org.refcodes.net.impls.HttpClientResponseImpl
 
getHttpBody() - Method in class org.refcodes.net.impls.HttpServerRequestImpl
 
getHttpInputStream() - Method in interface org.refcodes.net.HttpInputStreamAccessor
Retrieves the InputStream from the HTTP InputStream property.
getHttpInputStream() - Method in class org.refcodes.net.impls.HttpClientResponseImpl
 
getHttpInputStream() - Method in class org.refcodes.net.impls.HttpServerRequestImpl
 
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.impls.HttpRequestImpl
 
getHttpStatusCode() - Method in interface org.refcodes.net.HttpStatusCodeAccessor
Retrieves the HTTP Status-Code from the HTTP Status-Code property.
getHttpStatusCode() - Method in class org.refcodes.net.impls.HttpResponseImpl
 
getHttpSuccessCode() - Method in interface org.refcodes.net.HttpSuccessCodeAccessor
Retrieves the HTTP success code from the HTTP success code property.
getInstance() - Static method in class org.refcodes.net.impls.PortManagerSingleton
Returns the singleton's instance as fabricated by this PortManagerSingleton.
getKey() - Method in enum org.refcodes.net.CookieAttribute
 
getLocalAddress() - Method in interface org.refcodes.net.LocalAddressAccessor
Retrieves the local address from the local address property.
getLocator() - Method in class org.refcodes.net.impls.HttpRequestImpl
 
getMaxValue() - Method in enum org.refcodes.net.PortRange
 
getMediaType() - Method in class org.refcodes.net.impls.ApplicationFormFactory
 
getMediaType() - Method in class org.refcodes.net.impls.ApplicationJsonFactory
 
getMediaType() - Method in class org.refcodes.net.impls.ApplicationXmlFactory
 
getMediaType() - Method in class org.refcodes.net.impls.ContentTypeImpl
 
getMediaType() - Method in class org.refcodes.net.impls.TextPlainFactory
 
getMediaType() - Method in class org.refcodes.net.impls.TextXmlFactory
 
getMediaType() - Method in interface org.refcodes.net.MediaTypeAccessor
Retrieves the Media-Type from the Media-Type property.
getMinValue() - Method in enum org.refcodes.net.PortRange
 
getName() - Method in enum org.refcodes.net.ContentEncoding
 
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
 
getName() - Method in enum org.refcodes.net.TopLevelType
 
getPath() - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
getPort() - Method in interface org.refcodes.net.PortAccessor
Retrieves the port from the port property.
getPort() - Method in exception org.refcodes.net.PortAlreadyBoundException
 
getPort() - Method in exception org.refcodes.net.PortAlreadyBoundRuntimeException
 
getQueryFields() - Method in class org.refcodes.net.impls.HttpRequestImpl
 
getQueryFields() - Method in interface org.refcodes.net.QueryFieldsAccessor
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.
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(Class<REQ>) - Method in interface org.refcodes.net.HttpServerRequest
Retrieves the object representing the request body.
getRequest() - Method in class org.refcodes.net.impls.HttpClientRequestImpl
 
getRequest(Class<REQ>) - Method in class org.refcodes.net.impls.HttpServerRequestImpl
 
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.HttpServerResponse
Retrieves the response from the response property.
getResponse(Class<RES>) - Method in class org.refcodes.net.impls.HttpClientResponseImpl
 
getResponse() - Method in class org.refcodes.net.impls.HttpServerResponseImpl
 
getResponseHeaderFields() - Method in interface org.refcodes.net.ResponseHeaderFieldsAccessor
Retrieves the response header fields from the response header fields property.
getSecret() - Method in class org.refcodes.net.impls.BasicAuthCredentialsImpl
 
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
 
getTopLevelType() - Method in interface org.refcodes.net.ContentType
 
getTopLevelType() - Method in enum org.refcodes.net.MediaType
 
getTopLevelType() - Method in interface org.refcodes.net.TopLevelTypeAccessor
Retrieves the Media-Top-Level-Type from the Media-Top-Level-Type 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.impls.BasicAuthCredentialsImpl
 
getValue() - Method in enum org.refcodes.net.Port
 
GoneException - Exception in org.refcodes.net
 
GoneException(String, String) - Constructor for exception org.refcodes.net.GoneException
 
GoneException(String, Throwable, String) - Constructor for exception org.refcodes.net.GoneException
 
GoneException(String, Throwable) - Constructor for exception org.refcodes.net.GoneException
 
GoneException(String) - Constructor for exception org.refcodes.net.GoneException
 
GoneException(Throwable, String) - Constructor for exception org.refcodes.net.GoneException
 
GoneException(Throwable) - Constructor for exception org.refcodes.net.GoneException
 
GoneRuntimeException - Exception in org.refcodes.net
 
GoneRuntimeException(String, String) - Constructor for exception org.refcodes.net.GoneRuntimeException
 
GoneRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.GoneRuntimeException
 
GoneRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.GoneRuntimeException
 
GoneRuntimeException(String) - Constructor for exception org.refcodes.net.GoneRuntimeException
 
GoneRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.GoneRuntimeException
 
GoneRuntimeException(Throwable) - Constructor for exception org.refcodes.net.GoneRuntimeException
 

H

hashCode() - Method in class org.refcodes.net.impls.BasicAuthCredentialsImpl
 
hashCode() - Method in class org.refcodes.net.impls.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
 
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.
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(?)"
HttpClientRequest - Interface in org.refcodes.net
Defines a HttpClientRequest being the request as produced by the client.
HttpClientRequestImpl - Class in org.refcodes.net.impls
 
HttpClientRequestImpl(HttpMethod, String, FormFields, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.HttpClientRequestImpl
 
HttpClientRequestImpl(HttpMethod, String, FormFields, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.HttpClientRequestImpl
 
HttpClientRequestImpl(HttpMethod, String, FormFields, RequestHeaderFields, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.HttpClientRequestImpl
 
HttpClientResponse - Interface in org.refcodes.net
Defines a HttpClientResponse being the response as consumed by the client.
HttpClientResponseImpl - Class in org.refcodes.net.impls
Implementation of the HttpClientResponse interface.
HttpClientResponseImpl(HttpStatusCode, ResponseHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.HttpClientResponseImpl
Constructs a HttpClientResponse with all required attributes.
HttpException - Exception in org.refcodes.net
 
HttpException(String, String) - Constructor for exception org.refcodes.net.HttpException
 
HttpException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpException
 
HttpException(String, Throwable) - Constructor for exception org.refcodes.net.HttpException
 
HttpException(String) - Constructor for exception org.refcodes.net.HttpException
 
HttpException(Throwable, String) - Constructor for exception org.refcodes.net.HttpException
 
HttpException(Throwable) - Constructor for exception org.refcodes.net.HttpException
 
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
 
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> - Interface in org.refcodes.net
 
HttpRequestImpl - Class in org.refcodes.net.impls
Implementation of the HttpRequest interface.
HttpRequestImpl(HttpMethod, String, FormFields) - Constructor for class org.refcodes.net.impls.HttpRequestImpl
Constructs a HttpRequest with all required attributes.
HttpRequestImpl(HttpMethod, String, FormFields, RequestHeaderFields) - Constructor for class org.refcodes.net.impls.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
 
HttpResponseException - Exception in org.refcodes.net
Thrown by a HTTP-Response handling system in case of some unexpected response.
HttpResponseException(String, String) - Constructor for exception org.refcodes.net.HttpResponseException
 
HttpResponseException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseException
 
HttpResponseException(String, Throwable) - Constructor for exception org.refcodes.net.HttpResponseException
 
HttpResponseException(String) - Constructor for exception org.refcodes.net.HttpResponseException
 
HttpResponseException(Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseException
 
HttpResponseException(Throwable) - Constructor for exception org.refcodes.net.HttpResponseException
 
HttpResponseImpl - Class in org.refcodes.net.impls
Implementation of the HttpResponse interface.
HttpResponseImpl() - Constructor for class org.refcodes.net.impls.HttpResponseImpl
Constructs a HttpResponse with HttpStatusCode.OK.
HttpResponseImpl(HttpStatusCode) - Constructor for class org.refcodes.net.impls.HttpResponseImpl
Constructs a HttpResponse with all required attributes.
HttpResponseImpl(ResponseHeaderFields) - Constructor for class org.refcodes.net.impls.HttpResponseImpl
Constructs a HttpResponse with with HttpStatusCode.OK.
HttpResponseImpl(HttpStatusCode, ResponseHeaderFields) - Constructor for class org.refcodes.net.impls.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(String, String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
 
HttpResponseRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
 
HttpResponseRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
 
HttpResponseRuntimeException(String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
 
HttpResponseRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
 
HttpResponseRuntimeException(Throwable) - Constructor for exception org.refcodes.net.HttpResponseRuntimeException
 
HttpRuntimeException - Exception in org.refcodes.net
 
HttpRuntimeException(String, String) - Constructor for exception org.refcodes.net.HttpRuntimeException
 
HttpRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.HttpRuntimeException
 
HttpRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.HttpRuntimeException
 
HttpRuntimeException(String) - Constructor for exception org.refcodes.net.HttpRuntimeException
 
HttpRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.HttpRuntimeException
 
HttpRuntimeException(Throwable) - Constructor for exception org.refcodes.net.HttpRuntimeException
 
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.
HttpServerRequest - Interface in org.refcodes.net
Defines a HttpServerRequest being the request as consumed by the server.
HttpServerRequestImpl - Class in org.refcodes.net.impls
 
HttpServerRequestImpl(HttpMethod, String, FormFields, RequestHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.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.impls
Implementation of the HttpResponse interface.
HttpServerResponseImpl(MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.HttpServerResponseImpl
 
HttpServerResponseImpl(HttpStatusCode, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.HttpServerResponseImpl
 
HttpServerResponseImpl(ResponseHeaderFields, MediaTypeFactoryLookup) - Constructor for class org.refcodes.net.impls.HttpServerResponseImpl
 
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
 
HttpStatusException(HttpStatusCode, String, String) - Constructor for exception org.refcodes.net.HttpStatusException
 
HttpStatusException(HttpStatusCode, String, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusException
 
HttpStatusException(HttpStatusCode, String, Throwable) - Constructor for exception org.refcodes.net.HttpStatusException
 
HttpStatusException(HttpStatusCode, String) - Constructor for exception org.refcodes.net.HttpStatusException
 
HttpStatusException(HttpStatusCode, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusException
 
HttpStatusException(HttpStatusCode, Throwable) - Constructor for exception org.refcodes.net.HttpStatusException
 
HttpStatusRuntimeException - Exception in org.refcodes.net
 
HttpStatusRuntimeException(HttpStatusCode, String, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
 
HttpStatusRuntimeException(HttpStatusCode, String, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
 
HttpStatusRuntimeException(HttpStatusCode, String, Throwable) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
 
HttpStatusRuntimeException(HttpStatusCode, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
 
HttpStatusRuntimeException(HttpStatusCode, Throwable, String) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
 
HttpStatusRuntimeException(HttpStatusCode, Throwable) - Constructor for exception org.refcodes.net.HttpStatusRuntimeException
 
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.

I

InsufficientSpaceOnResourceException - Exception in org.refcodes.net
 
InsufficientSpaceOnResourceException(String, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
 
InsufficientSpaceOnResourceException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
 
InsufficientSpaceOnResourceException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
 
InsufficientSpaceOnResourceException(String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
 
InsufficientSpaceOnResourceException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
 
InsufficientSpaceOnResourceException(Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceException
 
InsufficientSpaceOnResourceRuntimeException - Exception in org.refcodes.net
 
InsufficientSpaceOnResourceRuntimeException(String, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
 
InsufficientSpaceOnResourceRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
 
InsufficientSpaceOnResourceRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
 
InsufficientSpaceOnResourceRuntimeException(String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
 
InsufficientSpaceOnResourceRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
 
InsufficientSpaceOnResourceRuntimeException(Throwable) - Constructor for exception org.refcodes.net.InsufficientSpaceOnResourceRuntimeException
 
InsufficientStorageException - Exception in org.refcodes.net
 
InsufficientStorageException(String, String) - Constructor for exception org.refcodes.net.InsufficientStorageException
 
InsufficientStorageException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageException
 
InsufficientStorageException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageException
 
InsufficientStorageException(String) - Constructor for exception org.refcodes.net.InsufficientStorageException
 
InsufficientStorageException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageException
 
InsufficientStorageException(Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageException
 
InsufficientStorageRuntimeException - Exception in org.refcodes.net
 
InsufficientStorageRuntimeException(String, String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
 
InsufficientStorageRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
 
InsufficientStorageRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
 
InsufficientStorageRuntimeException(String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
 
InsufficientStorageRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
 
InsufficientStorageRuntimeException(Throwable) - Constructor for exception org.refcodes.net.InsufficientStorageRuntimeException
 
InternalServerErrorException - Exception in org.refcodes.net
 
InternalServerErrorException(String, String) - Constructor for exception org.refcodes.net.InternalServerErrorException
 
InternalServerErrorException(String, Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorException
 
InternalServerErrorException(String, Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorException
 
InternalServerErrorException(String) - Constructor for exception org.refcodes.net.InternalServerErrorException
 
InternalServerErrorException(Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorException
 
InternalServerErrorException(Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorException
 
InternalServerErrorRuntimeException - Exception in org.refcodes.net
 
InternalServerErrorRuntimeException(String, String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
 
InternalServerErrorRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
 
InternalServerErrorRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
 
InternalServerErrorRuntimeException(String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
 
InternalServerErrorRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
 
InternalServerErrorRuntimeException(Throwable) - Constructor for exception org.refcodes.net.InternalServerErrorRuntimeException
 
isCommaSeparatedHeaderField(String) - Static method in class org.refcodes.net.impls.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 class org.refcodes.net.impls.ResponseCookieImpl
 
isHttpOnly() - Method in interface org.refcodes.net.ResponseCookie
Returns true if we have an HTTP only cookie.
isPortAvaialble(int) - Method in class org.refcodes.net.impls.PortManagerImpl
This implementation blocks any port being tested which is already bound.
isPortAvaialble(int) - Method in interface org.refcodes.net.PortManager
Tests whether there is already some Server-Socket technically bound to the given port.
isPortBound(int) - Method in class org.refcodes.net.impls.PortManagerImpl
 
isPortBound(int) - Method in interface org.refcodes.net.PortManager
Determines whether the given Port-Number is already in use.
isSecure() - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
isSecure() - Method in interface org.refcodes.net.ResponseCookie
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.

K

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

L

LengthRequiredException - Exception in org.refcodes.net
 
LengthRequiredException(String, String) - Constructor for exception org.refcodes.net.LengthRequiredException
 
LengthRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredException
 
LengthRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.LengthRequiredException
 
LengthRequiredException(String) - Constructor for exception org.refcodes.net.LengthRequiredException
 
LengthRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredException
 
LengthRequiredException(Throwable) - Constructor for exception org.refcodes.net.LengthRequiredException
 
LengthRequiredRuntimeException - Exception in org.refcodes.net
 
LengthRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
 
LengthRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
 
LengthRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
 
LengthRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
 
LengthRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
 
LengthRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.LengthRequiredRuntimeException
 
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
 
LockedException(String, String) - Constructor for exception org.refcodes.net.LockedException
 
LockedException(String, Throwable, String) - Constructor for exception org.refcodes.net.LockedException
 
LockedException(String, Throwable) - Constructor for exception org.refcodes.net.LockedException
 
LockedException(String) - Constructor for exception org.refcodes.net.LockedException
 
LockedException(Throwable, String) - Constructor for exception org.refcodes.net.LockedException
 
LockedException(Throwable) - Constructor for exception org.refcodes.net.LockedException
 
LockedRuntimeException - Exception in org.refcodes.net
 
LockedRuntimeException(String, String) - Constructor for exception org.refcodes.net.LockedRuntimeException
 
LockedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.LockedRuntimeException
 
LockedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.LockedRuntimeException
 
LockedRuntimeException(String) - Constructor for exception org.refcodes.net.LockedRuntimeException
 
LockedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.LockedRuntimeException
 
LockedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.LockedRuntimeException
 

M

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
 
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
 
MethodFailureException(String, String) - Constructor for exception org.refcodes.net.MethodFailureException
 
MethodFailureException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureException
 
MethodFailureException(String, Throwable) - Constructor for exception org.refcodes.net.MethodFailureException
 
MethodFailureException(String) - Constructor for exception org.refcodes.net.MethodFailureException
 
MethodFailureException(Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureException
 
MethodFailureException(Throwable) - Constructor for exception org.refcodes.net.MethodFailureException
 
MethodFailureRuntimeException - Exception in org.refcodes.net
 
MethodFailureRuntimeException(String, String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
 
MethodFailureRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
 
MethodFailureRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
 
MethodFailureRuntimeException(String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
 
MethodFailureRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
 
MethodFailureRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MethodFailureRuntimeException
 
MethodNotAllowedException - Exception in org.refcodes.net
 
MethodNotAllowedException(String, String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
 
MethodNotAllowedException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
 
MethodNotAllowedException(String, Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedException
 
MethodNotAllowedException(String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
 
MethodNotAllowedException(Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedException
 
MethodNotAllowedException(Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedException
 
MethodNotAllowedRuntimeException - Exception in org.refcodes.net
 
MethodNotAllowedRuntimeException(String, String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
 
MethodNotAllowedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
 
MethodNotAllowedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
 
MethodNotAllowedRuntimeException(String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
 
MethodNotAllowedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
 
MethodNotAllowedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MethodNotAllowedRuntimeException
 
MovedPermanentlyException - Exception in org.refcodes.net
 
MovedPermanentlyException(String, String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
 
MovedPermanentlyException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
 
MovedPermanentlyException(String, Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyException
 
MovedPermanentlyException(String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
 
MovedPermanentlyException(Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyException
 
MovedPermanentlyException(Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyException
 
MovedPermanentlyRuntimeException - Exception in org.refcodes.net
 
MovedPermanentlyRuntimeException(String, String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
 
MovedPermanentlyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
 
MovedPermanentlyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
 
MovedPermanentlyRuntimeException(String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
 
MovedPermanentlyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
 
MovedPermanentlyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MovedPermanentlyRuntimeException
 
MovedTemporarilyException - Exception in org.refcodes.net
 
MovedTemporarilyException(String, String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
 
MovedTemporarilyException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
 
MovedTemporarilyException(String, Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyException
 
MovedTemporarilyException(String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
 
MovedTemporarilyException(Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyException
 
MovedTemporarilyException(Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyException
 
MovedTemporarilyRuntimeException - Exception in org.refcodes.net
 
MovedTemporarilyRuntimeException(String, String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
 
MovedTemporarilyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
 
MovedTemporarilyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
 
MovedTemporarilyRuntimeException(String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
 
MovedTemporarilyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
 
MovedTemporarilyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MovedTemporarilyRuntimeException
 
MultipleChoicesException - Exception in org.refcodes.net
 
MultipleChoicesException(String, String) - Constructor for exception org.refcodes.net.MultipleChoicesException
 
MultipleChoicesException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesException
 
MultipleChoicesException(String, Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesException
 
MultipleChoicesException(String) - Constructor for exception org.refcodes.net.MultipleChoicesException
 
MultipleChoicesException(Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesException
 
MultipleChoicesException(Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesException
 
MultipleChoicesRuntimeException - Exception in org.refcodes.net
 
MultipleChoicesRuntimeException(String, String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
 
MultipleChoicesRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
 
MultipleChoicesRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
 
MultipleChoicesRuntimeException(String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
 
MultipleChoicesRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
 
MultipleChoicesRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MultipleChoicesRuntimeException
 
MultiStatusException - Exception in org.refcodes.net
 
MultiStatusException(String, String) - Constructor for exception org.refcodes.net.MultiStatusException
 
MultiStatusException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusException
 
MultiStatusException(String, Throwable) - Constructor for exception org.refcodes.net.MultiStatusException
 
MultiStatusException(String) - Constructor for exception org.refcodes.net.MultiStatusException
 
MultiStatusException(Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusException
 
MultiStatusException(Throwable) - Constructor for exception org.refcodes.net.MultiStatusException
 
MultiStatusRuntimeException - Exception in org.refcodes.net
 
MultiStatusRuntimeException(String, String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
 
MultiStatusRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
 
MultiStatusRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
 
MultiStatusRuntimeException(String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
 
MultiStatusRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
 
MultiStatusRuntimeException(Throwable) - Constructor for exception org.refcodes.net.MultiStatusRuntimeException
 

N

NetException - Exception in org.refcodes.net
 
NetException(String, String) - Constructor for exception org.refcodes.net.NetException
 
NetException(String, Throwable, String) - Constructor for exception org.refcodes.net.NetException
 
NetException(String, Throwable) - Constructor for exception org.refcodes.net.NetException
 
NetException(String) - Constructor for exception org.refcodes.net.NetException
 
NetException(Throwable, String) - Constructor for exception org.refcodes.net.NetException
 
NetException(Throwable) - Constructor for exception org.refcodes.net.NetException
 
NetRuntimeException - Exception in org.refcodes.net
 
NetRuntimeException(String, String) - Constructor for exception org.refcodes.net.NetRuntimeException
 
NetRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NetRuntimeException
 
NetRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NetRuntimeException
 
NetRuntimeException(String) - Constructor for exception org.refcodes.net.NetRuntimeException
 
NetRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NetRuntimeException
 
NetRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NetRuntimeException
 
NoContentException - Exception in org.refcodes.net
 
NoContentException(String, String) - Constructor for exception org.refcodes.net.NoContentException
 
NoContentException(String, Throwable, String) - Constructor for exception org.refcodes.net.NoContentException
 
NoContentException(String, Throwable) - Constructor for exception org.refcodes.net.NoContentException
 
NoContentException(String) - Constructor for exception org.refcodes.net.NoContentException
 
NoContentException(Throwable, String) - Constructor for exception org.refcodes.net.NoContentException
 
NoContentException(Throwable) - Constructor for exception org.refcodes.net.NoContentException
 
NoContentRuntimeException - Exception in org.refcodes.net
 
NoContentRuntimeException(String, String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
 
NoContentRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
 
NoContentRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NoContentRuntimeException
 
NoContentRuntimeException(String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
 
NoContentRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NoContentRuntimeException
 
NoContentRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NoContentRuntimeException
 
NonAuthoritativeInformationException - Exception in org.refcodes.net
 
NonAuthoritativeInformationException(String, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
 
NonAuthoritativeInformationException(String, Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
 
NonAuthoritativeInformationException(String, Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
 
NonAuthoritativeInformationException(String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
 
NonAuthoritativeInformationException(Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
 
NonAuthoritativeInformationException(Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationException
 
NonAuthoritativeInformationRuntimeException - Exception in org.refcodes.net
 
NonAuthoritativeInformationRuntimeException(String, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
 
NonAuthoritativeInformationRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
 
NonAuthoritativeInformationRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
 
NonAuthoritativeInformationRuntimeException(String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
 
NonAuthoritativeInformationRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
 
NonAuthoritativeInformationRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NonAuthoritativeInformationRuntimeException
 
NotAcceptableException - Exception in org.refcodes.net
 
NotAcceptableException(String, String) - Constructor for exception org.refcodes.net.NotAcceptableException
 
NotAcceptableException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableException
 
NotAcceptableException(String, Throwable) - Constructor for exception org.refcodes.net.NotAcceptableException
 
NotAcceptableException(String) - Constructor for exception org.refcodes.net.NotAcceptableException
 
NotAcceptableException(Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableException
 
NotAcceptableException(Throwable) - Constructor for exception org.refcodes.net.NotAcceptableException
 
NotAcceptableRuntimeException - Exception in org.refcodes.net
 
NotAcceptableRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
 
NotAcceptableRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
 
NotAcceptableRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
 
NotAcceptableRuntimeException(String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
 
NotAcceptableRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
 
NotAcceptableRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotAcceptableRuntimeException
 
NotFoundException - Exception in org.refcodes.net
 
NotFoundException(String, String) - Constructor for exception org.refcodes.net.NotFoundException
 
NotFoundException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotFoundException
 
NotFoundException(String, Throwable) - Constructor for exception org.refcodes.net.NotFoundException
 
NotFoundException(String) - Constructor for exception org.refcodes.net.NotFoundException
 
NotFoundException(Throwable, String) - Constructor for exception org.refcodes.net.NotFoundException
 
NotFoundException(Throwable) - Constructor for exception org.refcodes.net.NotFoundException
 
NotFoundRuntimeException - Exception in org.refcodes.net
 
NotFoundRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
 
NotFoundRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
 
NotFoundRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
 
NotFoundRuntimeException(String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
 
NotFoundRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
 
NotFoundRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotFoundRuntimeException
 
NotImplementedException - Exception in org.refcodes.net
 
NotImplementedException(String, String) - Constructor for exception org.refcodes.net.NotImplementedException
 
NotImplementedException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedException
 
NotImplementedException(String, Throwable) - Constructor for exception org.refcodes.net.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.refcodes.net.NotImplementedException
 
NotImplementedException(Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedException
 
NotImplementedException(Throwable) - Constructor for exception org.refcodes.net.NotImplementedException
 
NotImplementedRuntimeException - Exception in org.refcodes.net
 
NotImplementedRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
 
NotImplementedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
 
NotImplementedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
 
NotImplementedRuntimeException(String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
 
NotImplementedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
 
NotImplementedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotImplementedRuntimeException
 
NotModifiedException - Exception in org.refcodes.net
 
NotModifiedException(String, String) - Constructor for exception org.refcodes.net.NotModifiedException
 
NotModifiedException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedException
 
NotModifiedException(String, Throwable) - Constructor for exception org.refcodes.net.NotModifiedException
 
NotModifiedException(String) - Constructor for exception org.refcodes.net.NotModifiedException
 
NotModifiedException(Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedException
 
NotModifiedException(Throwable) - Constructor for exception org.refcodes.net.NotModifiedException
 
NotModifiedRuntimeException - Exception in org.refcodes.net
 
NotModifiedRuntimeException(String, String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
 
NotModifiedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
 
NotModifiedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
 
NotModifiedRuntimeException(String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
 
NotModifiedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
 
NotModifiedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.NotModifiedRuntimeException
 

O

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
 
org.refcodes.net.impls - package org.refcodes.net.impls
 

P

PartialContentException - Exception in org.refcodes.net
 
PartialContentException(String, String) - Constructor for exception org.refcodes.net.PartialContentException
 
PartialContentException(String, Throwable, String) - Constructor for exception org.refcodes.net.PartialContentException
 
PartialContentException(String, Throwable) - Constructor for exception org.refcodes.net.PartialContentException
 
PartialContentException(String) - Constructor for exception org.refcodes.net.PartialContentException
 
PartialContentException(Throwable, String) - Constructor for exception org.refcodes.net.PartialContentException
 
PartialContentException(Throwable) - Constructor for exception org.refcodes.net.PartialContentException
 
PartialContentRuntimeException - Exception in org.refcodes.net
 
PartialContentRuntimeException(String, String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
 
PartialContentRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
 
PartialContentRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
 
PartialContentRuntimeException(String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
 
PartialContentRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
 
PartialContentRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PartialContentRuntimeException
 
PaymentRequiredException - Exception in org.refcodes.net
 
PaymentRequiredException(String, String) - Constructor for exception org.refcodes.net.PaymentRequiredException
 
PaymentRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredException
 
PaymentRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredException
 
PaymentRequiredException(String) - Constructor for exception org.refcodes.net.PaymentRequiredException
 
PaymentRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredException
 
PaymentRequiredException(Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredException
 
PaymentRequiredRuntimeException - Exception in org.refcodes.net
 
PaymentRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
 
PaymentRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
 
PaymentRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
 
PaymentRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
 
PaymentRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
 
PaymentRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PaymentRequiredRuntimeException
 
Port - Enum in org.refcodes.net
 
PortAccessor - Interface in org.refcodes.net
Provides an accessor for a port property.
PortAccessor.PortBuilder<B extends PortAccessor.PortBuilder<B>> - Interface in org.refcodes.net
Provides a builder method for a port property returning the builder for applying multiple build operations.
PortAccessor.PortMutator - Interface in org.refcodes.net
Provides a mutator for a port property.
PortAccessor.PortProperty - Interface in org.refcodes.net
Provides a port property.
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
 
PortAlreadyBoundException(int, String, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
 
PortAlreadyBoundException(int, String, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
 
PortAlreadyBoundException(int, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
 
PortAlreadyBoundException(int, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
 
PortAlreadyBoundException(int, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundException
 
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
 
PortAlreadyBoundRuntimeException(int, String, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
 
PortAlreadyBoundRuntimeException(int, String, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
 
PortAlreadyBoundRuntimeException(int, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
 
PortAlreadyBoundRuntimeException(int, Throwable, String) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
 
PortAlreadyBoundRuntimeException(int, Throwable) - Constructor for exception org.refcodes.net.PortAlreadyBoundRuntimeException
 
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.impls
 
PortManagerImpl() - Constructor for class org.refcodes.net.impls.PortManagerImpl
 
PortManagerSingleton - Class in org.refcodes.net.impls
The singleton of the PortManagerImpl for easy RestServer access.
PortManagerSingleton() - Constructor for class org.refcodes.net.impls.PortManagerSingleton
 
PortNotFoundException - Exception in org.refcodes.net
Thrown in case no port can be determined.
PortNotFoundException(String, String) - Constructor for exception org.refcodes.net.PortNotFoundException
 
PortNotFoundException(String, Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundException
 
PortNotFoundException(String, Throwable) - Constructor for exception org.refcodes.net.PortNotFoundException
 
PortNotFoundException(String) - Constructor for exception org.refcodes.net.PortNotFoundException
 
PortNotFoundException(Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundException
 
PortNotFoundException(Throwable) - Constructor for exception org.refcodes.net.PortNotFoundException
 
PortNotFoundRuntimeException - Exception in org.refcodes.net
Thrown in case no port can be determined.
PortNotFoundRuntimeException(String, String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
 
PortNotFoundRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
 
PortNotFoundRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
 
PortNotFoundRuntimeException(String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
 
PortNotFoundRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
 
PortNotFoundRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PortNotFoundRuntimeException
 
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
 
PreconditionFailedException(String, String) - Constructor for exception org.refcodes.net.PreconditionFailedException
 
PreconditionFailedException(String, Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedException
 
PreconditionFailedException(String, Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedException
 
PreconditionFailedException(String) - Constructor for exception org.refcodes.net.PreconditionFailedException
 
PreconditionFailedException(Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedException
 
PreconditionFailedException(Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedException
 
PreconditionFailedRuntimeException - Exception in org.refcodes.net
 
PreconditionFailedRuntimeException(String, String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
 
PreconditionFailedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
 
PreconditionFailedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
 
PreconditionFailedRuntimeException(String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
 
PreconditionFailedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
 
PreconditionFailedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.PreconditionFailedRuntimeException
 
ProxyAuthenticationRequiredException - Exception in org.refcodes.net
 
ProxyAuthenticationRequiredException(String, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
 
ProxyAuthenticationRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
 
ProxyAuthenticationRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
 
ProxyAuthenticationRequiredException(String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
 
ProxyAuthenticationRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
 
ProxyAuthenticationRequiredException(Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredException
 
ProxyAuthenticationRequiredRuntimeException - Exception in org.refcodes.net
 
ProxyAuthenticationRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
 
ProxyAuthenticationRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
 
ProxyAuthenticationRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
 
ProxyAuthenticationRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
 
ProxyAuthenticationRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
 
ProxyAuthenticationRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ProxyAuthenticationRequiredRuntimeException
 
put(MediaTypeParameter, String) - Method in interface org.refcodes.net.ContentType
 
put(HeaderField, String) - Method in interface org.refcodes.net.HeaderFields
 
put(HeaderField, String...) - Method in interface org.refcodes.net.HeaderFields
 
put(HeaderField, List<String>) - Method in interface org.refcodes.net.HeaderFields
 
put(String, String) - Method in interface org.refcodes.net.HttpFields
Sets a single value for the header field (key).
put(String, String...) - Method in interface org.refcodes.net.HttpFields
Performs a #set(String, String) on multiple values.
put(String, List<String>) - Method in class org.refcodes.net.impls.AbstractHeaderFields
 
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.impls.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.
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, Properties) - 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
 
ReauthenticationRequiredException(String, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
 
ReauthenticationRequiredException(String, Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
 
ReauthenticationRequiredException(String, Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
 
ReauthenticationRequiredException(String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
 
ReauthenticationRequiredException(Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
 
ReauthenticationRequiredException(Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredException
 
ReauthenticationRequiredRuntimeException - Exception in org.refcodes.net
 
ReauthenticationRequiredRuntimeException(String, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
 
ReauthenticationRequiredRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
 
ReauthenticationRequiredRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
 
ReauthenticationRequiredRuntimeException(String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
 
ReauthenticationRequiredRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
 
ReauthenticationRequiredRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ReauthenticationRequiredRuntimeException
 
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
 
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.
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.impls
Implementation of the RequestCookie interface.
RequestCookieImpl() - Constructor for class org.refcodes.net.impls.RequestCookieImpl
Constructs a RequestCookie.
RequestCookieImpl(String, String) - Constructor for class org.refcodes.net.impls.RequestCookieImpl
Constructs a RequestCookie with the given cookie name and value.
RequestCookieImpl(String) - Constructor for class org.refcodes.net.impls.RequestCookieImpl
Constructs a RequestCookie.
RequestedRangeNotSatisfiableException - Exception in org.refcodes.net
 
RequestedRangeNotSatisfiableException(String, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
 
RequestedRangeNotSatisfiableException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
 
RequestedRangeNotSatisfiableException(String, Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
 
RequestedRangeNotSatisfiableException(String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
 
RequestedRangeNotSatisfiableException(Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
 
RequestedRangeNotSatisfiableException(Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableException
 
RequestedRangeNotSatisfiableRuntimeException - Exception in org.refcodes.net
 
RequestedRangeNotSatisfiableRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
 
RequestedRangeNotSatisfiableRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
 
RequestedRangeNotSatisfiableRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
 
RequestedRangeNotSatisfiableRuntimeException(String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
 
RequestedRangeNotSatisfiableRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
 
RequestedRangeNotSatisfiableRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestedRangeNotSatisfiableRuntimeException
 
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.impls
Implementation of the HeaderFields interface.
RequestHeaderFieldsImpl() - Constructor for class org.refcodes.net.impls.RequestHeaderFieldsImpl
 
RequestHeaderFieldsImpl(Map<String, List<String>>) - Constructor for class org.refcodes.net.impls.RequestHeaderFieldsImpl
 
RequestTimeoutException - Exception in org.refcodes.net
 
RequestTimeoutException(String, String) - Constructor for exception org.refcodes.net.RequestTimeoutException
 
RequestTimeoutException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutException
 
RequestTimeoutException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutException
 
RequestTimeoutException(String) - Constructor for exception org.refcodes.net.RequestTimeoutException
 
RequestTimeoutException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutException
 
RequestTimeoutException(Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutException
 
RequestTimeoutRuntimeException - Exception in org.refcodes.net
 
RequestTimeoutRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
 
RequestTimeoutRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
 
RequestTimeoutRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
 
RequestTimeoutRuntimeException(String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
 
RequestTimeoutRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
 
RequestTimeoutRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestTimeoutRuntimeException
 
RequestTooLongException - Exception in org.refcodes.net
 
RequestTooLongException(String, String) - Constructor for exception org.refcodes.net.RequestTooLongException
 
RequestTooLongException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongException
 
RequestTooLongException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTooLongException
 
RequestTooLongException(String) - Constructor for exception org.refcodes.net.RequestTooLongException
 
RequestTooLongException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongException
 
RequestTooLongException(Throwable) - Constructor for exception org.refcodes.net.RequestTooLongException
 
RequestTooLongRuntimeException - Exception in org.refcodes.net
 
RequestTooLongRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
 
RequestTooLongRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
 
RequestTooLongRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
 
RequestTooLongRuntimeException(String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
 
RequestTooLongRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
 
RequestTooLongRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestTooLongRuntimeException
 
RequestUriTooLongException - Exception in org.refcodes.net
 
RequestUriTooLongException(String, String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
 
RequestUriTooLongException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
 
RequestUriTooLongException(String, Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongException
 
RequestUriTooLongException(String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
 
RequestUriTooLongException(Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongException
 
RequestUriTooLongException(Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongException
 
RequestUriTooLongRuntimeException - Exception in org.refcodes.net
 
RequestUriTooLongRuntimeException(String, String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
 
RequestUriTooLongRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
 
RequestUriTooLongRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
 
RequestUriTooLongRuntimeException(String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
 
RequestUriTooLongRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
 
RequestUriTooLongRuntimeException(Throwable) - Constructor for exception org.refcodes.net.RequestUriTooLongRuntimeException
 
ResetContentException - Exception in org.refcodes.net
 
ResetContentException(String, String) - Constructor for exception org.refcodes.net.ResetContentException
 
ResetContentException(String, Throwable, String) - Constructor for exception org.refcodes.net.ResetContentException
 
ResetContentException(String, Throwable) - Constructor for exception org.refcodes.net.ResetContentException
 
ResetContentException(String) - Constructor for exception org.refcodes.net.ResetContentException
 
ResetContentException(Throwable, String) - Constructor for exception org.refcodes.net.ResetContentException
 
ResetContentException(Throwable) - Constructor for exception org.refcodes.net.ResetContentException
 
ResetContentRuntimeException - Exception in org.refcodes.net
 
ResetContentRuntimeException(String, String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
 
ResetContentRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
 
ResetContentRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
 
ResetContentRuntimeException(String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
 
ResetContentRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
 
ResetContentRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ResetContentRuntimeException
 
ResponseCookie - Interface in org.refcodes.net
The ResponseCookie represents a builder for building response cookies.
ResponseCookieImpl - Class in org.refcodes.net.impls
As of "HTTP cookies explained - NCZOnline": "...
ResponseCookieImpl() - Constructor for class org.refcodes.net.impls.ResponseCookieImpl
 
ResponseCookieImpl(String, String) - Constructor for class org.refcodes.net.impls.ResponseCookieImpl
Constructs a ResponseCookie.
ResponseCookieImpl(String) - Constructor for class org.refcodes.net.impls.ResponseCookieImpl
Constructs a ResponseCookie from the given HTTP cookie.
ResponseCookieImpl(Cookie) - Constructor for class org.refcodes.net.impls.ResponseCookieImpl
Constructs a ResponseCookie.
ResponseCookieImpl(String, String, Date, String, String, boolean, boolean) - Constructor for class org.refcodes.net.impls.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.impls
Implementation of the HeaderFields interface.
ResponseHeaderFieldsImpl() - Constructor for class org.refcodes.net.impls.ResponseHeaderFieldsImpl
 

S

SeeOtherException - Exception in org.refcodes.net
 
SeeOtherException(String, String) - Constructor for exception org.refcodes.net.SeeOtherException
 
SeeOtherException(String, Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherException
 
SeeOtherException(String, Throwable) - Constructor for exception org.refcodes.net.SeeOtherException
 
SeeOtherException(String) - Constructor for exception org.refcodes.net.SeeOtherException
 
SeeOtherException(Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherException
 
SeeOtherException(Throwable) - Constructor for exception org.refcodes.net.SeeOtherException
 
SeeOtherRuntimeException - Exception in org.refcodes.net
 
SeeOtherRuntimeException(String, String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
 
SeeOtherRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
 
SeeOtherRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
 
SeeOtherRuntimeException(String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
 
SeeOtherRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
 
SeeOtherRuntimeException(Throwable) - Constructor for exception org.refcodes.net.SeeOtherRuntimeException
 
ServiceUnavailableException - Exception in org.refcodes.net
 
ServiceUnavailableException(String, String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
 
ServiceUnavailableException(String, Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableException
 
ServiceUnavailableException(String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
 
ServiceUnavailableException(Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableException
 
ServiceUnavailableException(Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableException
 
ServiceUnavailableRuntimeException - Exception in org.refcodes.net
 
ServiceUnavailableRuntimeException(String, String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
 
ServiceUnavailableRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
 
ServiceUnavailableRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
 
ServiceUnavailableRuntimeException(String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
 
ServiceUnavailableRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
 
ServiceUnavailableRuntimeException(Throwable) - Constructor for exception org.refcodes.net.ServiceUnavailableRuntimeException
 
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, locator) for the base URL (protocol, host, port, locator) 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.
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.impls.ResponseCookieImpl
 
setExpiresAfter(TimeUnit, long) - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
setExpiresAfter(TimeUnit, long) - Method in interface org.refcodes.net.ResponseCookie
Sets the expires date to the current time plus the provided time.
setExpiresDate(Date) - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
setExpiresDate(Date) - Method in interface org.refcodes.net.ResponseCookie
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.
setHeaderFields(T) - Method in interface org.refcodes.net.HeaderFieldsAccessor.HeaderFieldsMutator
Sets the header fields for the header fields 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 class org.refcodes.net.impls.ResponseCookieImpl
 
setHttpOnly(boolean) - Method in interface org.refcodes.net.ResponseCookie
Sets whether it be an HTTP only cookie.
setHttpStatusCode(HttpStatusCode) - Method in interface org.refcodes.net.HttpStatusCodeAccessor.HttpStatusCodeMutator
Sets the HTTP Status-Code for the HTTP Status-Code property.
setHttpStatusCode(HttpStatusCode) - Method in class org.refcodes.net.impls.HttpServerResponseImpl
 
setHttpSuccessCode(HttpSuccessCode) - Method in interface org.refcodes.net.HttpSuccessCodeAccessor.HttpSuccessCodeMutator
Sets the HTTP success code for the HTTP success code property.
setLocalAddress(InetSocketAddress) - Method in interface org.refcodes.net.LocalAddressAccessor.LocalAddressMutator
Sets the local address for the local address property.
setMediaType(MediaType) - Method in interface org.refcodes.net.MediaTypeAccessor.MediaTypeMutator
Sets the Media-Type for the Media-Type property.
setPath(String) - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
setPort(int) - Method in interface org.refcodes.net.PortAccessor.PortMutator
Sets the port for the port property.
setQueryFields(FormFields) - Method in interface org.refcodes.net.QueryFieldsAccessor.QueryFieldsMutator
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.
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.impls.HttpClientRequestImpl
 
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.impls.HttpServerResponseImpl
 
setResponseHeaderFields(ResponseHeaderFields) - Method in interface org.refcodes.net.ResponseHeaderFieldsAccessor.ResponseHeaderFieldsMutator
Sets the response header fields for the response header fields property.
setSecure(boolean) - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
setSecure(boolean) - Method in interface org.refcodes.net.ResponseCookie
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.
setUserAgent(String) - Method in interface org.refcodes.net.UserAgentAccessor.UserAgentMutator
Sets the user agent for the user agent property.

T

TemporaryRedirectException - Exception in org.refcodes.net
 
TemporaryRedirectException(String, String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
 
TemporaryRedirectException(String, Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
 
TemporaryRedirectException(String, Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectException
 
TemporaryRedirectException(String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
 
TemporaryRedirectException(Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectException
 
TemporaryRedirectException(Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectException
 
TemporaryRedirectRuntimeException - Exception in org.refcodes.net
 
TemporaryRedirectRuntimeException(String, String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
 
TemporaryRedirectRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
 
TemporaryRedirectRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
 
TemporaryRedirectRuntimeException(String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
 
TemporaryRedirectRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
 
TemporaryRedirectRuntimeException(Throwable) - Constructor for exception org.refcodes.net.TemporaryRedirectRuntimeException
 
TextPlainFactory - Class in org.refcodes.net.impls
Implements the MediaTypeFactory for Media-Type "text/plain" ( MediaType.TEXT_PLAIN).
TextPlainFactory() - Constructor for class org.refcodes.net.impls.TextPlainFactory
 
TextXmlFactory - Class in org.refcodes.net.impls
Implements the MediaTypeFactory for Media-Type "application/xml" ( MediaType.APPLICATION_XML).
TextXmlFactory() - Constructor for class org.refcodes.net.impls.TextXmlFactory
 
toBasicAuthRealm() - Method in interface org.refcodes.net.HeaderFields
Extracts the real (if any) from the HeaderField.WWW_AUTHENTICATE header field (HeaderFields.getAuthenticate()).
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.
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_DELIMITER and concatenated as a single String.
toHeaderField(String) - Static method in enum org.refcodes.net.HeaderField
Retrieves the HeaderField which corresponds to the given HTTP header field name.
toHeaderField(Object) - Method in class org.refcodes.net.impls.AbstractHeaderFields
Normalizes the case of the provided header field to conform to the HeaderField.getName() format if possible.
toHeaderFields(Map<String, List<String>>) - Method in interface org.refcodes.net.HeaderFields
Copies the header fields into the provided Map.
toHeaderFields(Map<String, List<String>>, HeaderFields<?, ?>) - Static method in class org.refcodes.net.impls.AbstractHeaderFields
Copies the provided "from" fields into the provided "to" fields.
toHttpAuthorization() - Method in interface org.refcodes.net.BasicAuthCredentials
Creates a HeaderField.AUTHORIZATION HTTP header field value from the BasicAuthCredentials 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.impls.HttpClientRequestImpl
 
toHttpBody() - Method in class org.refcodes.net.impls.HttpServerResponseImpl
 
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
 
toHttpCookie() - Method in interface org.refcodes.net.ResponseCookie
 
toHttpCookies() - Method in interface org.refcodes.net.HeaderFields
Creates a HTTP header field value from the herein stored Cookie instances.
toHttpFormFields() - Method in interface org.refcodes.net.FormFields
Produces an HTTP Form-Fields body String form the herein contain HTTP query fields.
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 #get(String), mutable via #put(String, String)) 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.
toHttpQueryString() - Method in interface org.refcodes.net.FormFields
Produces an HTTP Query-String form the herein contain HTTP query fields.
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.
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.
toMarshaled(Object) - Method in class org.refcodes.net.impls.ApplicationFormFactory
This method expects an instance of (sub-)type Map as argument.
toMarshaled(Object) - Method in class org.refcodes.net.impls.ApplicationJsonFactory
 
toMarshaled(Object, Properties) - Method in class org.refcodes.net.impls.ApplicationXmlFactory
 
toMarshaled(Object) - Method in class org.refcodes.net.impls.ApplicationXmlFactory
 
toMarshaled(Object) - Method in class org.refcodes.net.impls.TextPlainFactory
 
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.
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.
toString() - Method in class org.refcodes.net.impls.BasicAuthCredentialsImpl
 
toString() - Method in class org.refcodes.net.impls.ContentTypeImpl
 
toString() - Method in class org.refcodes.net.impls.RequestCookieImpl
 
toString() - Method in class org.refcodes.net.impls.ResponseCookieImpl
 
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.impls.ApplicationFormFactory
 
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.impls.ApplicationJsonFactory
 
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.impls.ApplicationXmlFactory
 
toUnmarshaled(String, Class<T>, Properties) - Method in class org.refcodes.net.impls.ApplicationXmlFactory
 
toUnmarshaled(String, Class<T>) - Method in class org.refcodes.net.impls.TextPlainFactory
 

U

UnauthorizedException - Exception in org.refcodes.net
 
UnauthorizedException(String, String) - Constructor for exception org.refcodes.net.UnauthorizedException
 
UnauthorizedException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedException
 
UnauthorizedException(String, Throwable) - Constructor for exception org.refcodes.net.UnauthorizedException
 
UnauthorizedException(String) - Constructor for exception org.refcodes.net.UnauthorizedException
 
UnauthorizedException(Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedException
 
UnauthorizedException(Throwable) - Constructor for exception org.refcodes.net.UnauthorizedException
 
UnauthorizedRuntimeException - Exception in org.refcodes.net
 
UnauthorizedRuntimeException(String, String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
 
UnauthorizedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
 
UnauthorizedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
 
UnauthorizedRuntimeException(String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
 
UnauthorizedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
 
UnauthorizedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UnauthorizedRuntimeException
 
unbindPort(Integer) - Method in class org.refcodes.net.impls.PortManagerImpl
 
unbindPort(Integer) - Method in interface org.refcodes.net.PortManager
Unbinds a port for the given Port-Number using the Integer as handle for unbinding.
UnprocessableEntityException - Exception in org.refcodes.net
 
UnprocessableEntityException(String, String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
 
UnprocessableEntityException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
 
UnprocessableEntityException(String, Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityException
 
UnprocessableEntityException(String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
 
UnprocessableEntityException(Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityException
 
UnprocessableEntityException(Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityException
 
UnprocessableEntityRuntimeException - Exception in org.refcodes.net
 
UnprocessableEntityRuntimeException(String, String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
 
UnprocessableEntityRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
 
UnprocessableEntityRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
 
UnprocessableEntityRuntimeException(String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
 
UnprocessableEntityRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
 
UnprocessableEntityRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UnprocessableEntityRuntimeException
 
UnsupportedMediaTypeException - Exception in org.refcodes.net
 
UnsupportedMediaTypeException(String, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String, Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
 
UnsupportedMediaTypeException(Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeException
 
UnsupportedMediaTypeRuntimeException - Exception in org.refcodes.net
 
UnsupportedMediaTypeRuntimeException(String, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
 
UnsupportedMediaTypeRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
 
UnsupportedMediaTypeRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
 
UnsupportedMediaTypeRuntimeException(String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
 
UnsupportedMediaTypeRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
 
UnsupportedMediaTypeRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UnsupportedMediaTypeRuntimeException
 
UseProxyException - Exception in org.refcodes.net
 
UseProxyException(String, String) - Constructor for exception org.refcodes.net.UseProxyException
 
UseProxyException(String, Throwable, String) - Constructor for exception org.refcodes.net.UseProxyException
 
UseProxyException(String, Throwable) - Constructor for exception org.refcodes.net.UseProxyException
 
UseProxyException(String) - Constructor for exception org.refcodes.net.UseProxyException
 
UseProxyException(Throwable, String) - Constructor for exception org.refcodes.net.UseProxyException
 
UseProxyException(Throwable) - Constructor for exception org.refcodes.net.UseProxyException
 
UseProxyRuntimeException - Exception in org.refcodes.net
 
UseProxyRuntimeException(String, String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
 
UseProxyRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
 
UseProxyRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
 
UseProxyRuntimeException(String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
 
UseProxyRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
 
UseProxyRuntimeException(Throwable) - Constructor for exception org.refcodes.net.UseProxyRuntimeException
 
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

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.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.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.Port
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.TopLevelType
Returns the enum constant of this type with the specified name.
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.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.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.Port
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.TopLevelType
Returns an array containing the constants of this enum type, in the order they are declared.
VersionNotSupportedException - Exception in org.refcodes.net
 
VersionNotSupportedException(String, String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
 
VersionNotSupportedException(String, Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
 
VersionNotSupportedException(String, Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedException
 
VersionNotSupportedException(String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
 
VersionNotSupportedException(Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedException
 
VersionNotSupportedException(Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedException
 
VersionNotSupportedRuntimeException - Exception in org.refcodes.net
 
VersionNotSupportedRuntimeException(String, String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
 
VersionNotSupportedRuntimeException(String, Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
 
VersionNotSupportedRuntimeException(String, Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
 
VersionNotSupportedRuntimeException(String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
 
VersionNotSupportedRuntimeException(Throwable, String) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
 
VersionNotSupportedRuntimeException(Throwable) - Constructor for exception org.refcodes.net.VersionNotSupportedRuntimeException
 

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(String, String...) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.addTo(String, String...) method.
withAddTo(String, List<String>) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.addTo(String, List) method.
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
 
withAddToHeaderFields(HeaderField, List<String>) - Method in interface org.refcodes.net.HttpRequestBuilder
 
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: "...
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, locator) for the base URL (protocol, host, port, locator) 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.
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.
withCharsetParametrer(String) - Method in interface org.refcodes.net.ContentType
Sets the charset parameter's charset-code.
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, Properties) - 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.
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: "...
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
 
withHttpCookie(String) - Method in interface org.refcodes.net.ResponseCookie
 
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
 
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.
withLocalAddress(InetSocketAddress) - Method in interface org.refcodes.net.LocalAddressAccessor.LocalAddressBuilder
Sets the local address for the local address property.
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.
withPort(int) - Method in interface org.refcodes.net.PortAccessor.PortBuilder
Sets the port for the port property.
withPut(String, String) - Method in interface org.refcodes.net.ContentType
 
withPut(Property) - Method in interface org.refcodes.net.ContentType
 
withPut(MediaTypeParameter, String) - Method in interface org.refcodes.net.ContentType
 
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.HttpFields
Builder method for the HttpFields.put(String, String) method.
withPut(String, List<String>) - Method in interface org.refcodes.net.HttpFields
Builder method for the Map.put(Object, Object) method.
withPut(String, String...) - Method in interface org.refcodes.net.HttpFields
Builder method for the HttpFields.put(String, String...) method.
withPut(String, String) - Method in class org.refcodes.net.impls.ContentTypeImpl
 
withPut(Property) - Method in class org.refcodes.net.impls.ContentTypeImpl
 
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.
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.
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.
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.

_

_httpMethod - Variable in class org.refcodes.net.impls.HttpRequestImpl
 
_httpStatusCode - Variable in class org.refcodes.net.impls.HttpResponseImpl
 
_locator - Variable in class org.refcodes.net.impls.HttpRequestImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.impls.HttpClientRequestImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.impls.HttpClientResponseImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.impls.HttpServerRequestImpl
 
_mediaTypeFactoryLookup - Variable in class org.refcodes.net.impls.HttpServerResponseImpl
 
_queryFields - Variable in class org.refcodes.net.impls.HttpRequestImpl
 
_requestHeaderFields - Variable in class org.refcodes.net.impls.HttpRequestImpl
 
A B C D E F G H I K L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2017. All rights reserved.