A B C D E F G H I K L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- append(boolean) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(byte[]) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(byte[], int, int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(char) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(long) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(ByteStringBuilder) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(Object) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(String) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- append(String, int, int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- appendLatin1(String) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- appendLatin1(String, int, int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- appendUSASCII(String) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- appendUSASCII(String, int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- appendUSASCII(String, int, int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- appendUtf8Raw(int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- AuthorizationProcessor - Interface in dev.resteasy.client.util.authentication
-
A processor for creating a value for the
HttpHeaders.AUTHORIZATIONheader. - available(int, UserCredentials) - Static method in class dev.resteasy.client.util.authentication.HttpAuthenticators
-
Creates a client request filter for BASIC and DIGEST authentication.
- available(UserCredentials) - Static method in class dev.resteasy.client.util.authentication.HttpAuthenticators
-
Creates a client request filter for BASIC and DIGEST authentication.
B
- basic(int, UserCredentials) - Static method in class dev.resteasy.client.util.authentication.HttpAuthenticators
-
Creates a client request filter which will handle BASIC authentication.
- basic(UserCredentials) - Static method in class dev.resteasy.client.util.authentication.HttpAuthenticators
-
Creates a client request filter which will handle BASIC authentication.
- BasicAuthorizationProcessor - Class in dev.resteasy.client.util.authentication.basic
-
An
AuthorizationProcessorwhich creates aHttpHeaders.AUTHORIZATIONheader for BASIC authentication. - BasicAuthorizationProcessor(UserCredentials) - Constructor for class dev.resteasy.client.util.authentication.basic.BasicAuthorizationProcessor
-
Creates a new BASIC processor.
- byteAt(int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- Bytes - Class in dev.resteasy.client.util.common
-
Simple byte utilities.
- Bytes() - Constructor for class dev.resteasy.client.util.common.Bytes
- bytesToHexString(byte[]) - Static method in class dev.resteasy.client.util.common.Bytes
-
Converts to the byte array into a hexadecimal string.
- ByteStringBuilder - Class in dev.resteasy.client.util.common
-
This builder is not thread-safe.
- ByteStringBuilder(int) - Constructor for class dev.resteasy.client.util.common.ByteStringBuilder
C
- capacity() - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- charToBytes(char[]) - Static method in class dev.resteasy.client.util.common.Bytes
-
Converts the character array into a byte array.
- clear() - Method in class dev.resteasy.client.util.common.LimitMap
- clear(String, char[]) - Static method in interface dev.resteasy.client.util.authentication.UserCredentials
-
Creates a user credential for the username and password provided.
- ClientMessages - Interface in dev.resteasy.client.util.logging
- ClientMessages_$bundle - Class in dev.resteasy.client.util.logging
-
Warning this class consists of generated code.
- ClientMessages_$bundle() - Constructor for class dev.resteasy.client.util.logging.ClientMessages_$bundle
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class dev.resteasy.client.util.common.LimitMap
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class dev.resteasy.client.util.common.LimitMap
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class dev.resteasy.client.util.common.LimitMap
- containsKey(Object) - Method in class dev.resteasy.client.util.common.LimitMap
- containsValue(Object) - Method in class dev.resteasy.client.util.common.LimitMap
- contentEquals(byte[]) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- contentEquals(byte[], int, int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- createRequestHeader(ClientRequestContext) - Method in interface dev.resteasy.client.util.authentication.AuthorizationProcessor
-
Creates a value for the
HttpHeaders.AUTHORIZATIONheader. - createRequestHeader(ClientRequestContext) - Method in class dev.resteasy.client.util.authentication.basic.BasicAuthorizationProcessor
- createRequestHeader(ClientRequestContext) - Method in class dev.resteasy.client.util.authentication.digest.DigestAuthorizationProcessor
- createRequestHeader(ClientRequestContext, List<String>) - Method in interface dev.resteasy.client.util.authentication.AuthorizationProcessor
-
Creates a value for the
HttpHeaders.AUTHORIZATIONheader. - createRequestHeader(ClientRequestContext, List<String>) - Method in class dev.resteasy.client.util.authentication.basic.BasicAuthorizationProcessor
- createRequestHeader(ClientRequestContext, List<String>) - Method in class dev.resteasy.client.util.authentication.digest.DigestAuthorizationProcessor
D
- dev.resteasy.client.util.authentication - package dev.resteasy.client.util.authentication
- dev.resteasy.client.util.authentication.basic - package dev.resteasy.client.util.authentication.basic
- dev.resteasy.client.util.authentication.digest - package dev.resteasy.client.util.authentication.digest
- dev.resteasy.client.util.common - package dev.resteasy.client.util.common
- dev.resteasy.client.util.logging - package dev.resteasy.client.util.logging
- digest(int, UserCredentials) - Static method in class dev.resteasy.client.util.authentication.HttpAuthenticators
-
Creates a client request filter which will handle DIGEST authentication.
- digest(UserCredentials) - Static method in class dev.resteasy.client.util.authentication.HttpAuthenticators
-
Creates a client request filter which will handle DIGEST authentication.
- DigestAuthorizationProcessor - Class in dev.resteasy.client.util.authentication.digest
-
An
AuthorizationProcessorwhich creates aHttpHeaders.AUTHORIZATIONheader for DIGEST authentication. - DigestAuthorizationProcessor(UserCredentials) - Constructor for class dev.resteasy.client.util.authentication.digest.DigestAuthorizationProcessor
-
Creates a new DIGEST processor.
- DigestAuthorizationProcessor(UserCredentials, int) - Constructor for class dev.resteasy.client.util.authentication.digest.DigestAuthorizationProcessor
-
Creates a new DIGEST processor.
E
- entrySet() - Method in class dev.resteasy.client.util.common.LimitMap
- equals(Object) - Method in class dev.resteasy.client.util.common.LimitMap
F
- filter(ClientRequestContext) - Method in class dev.resteasy.client.util.authentication.HttpAuthorizationFilter
- filter(ClientRequestContext, ClientResponseContext) - Method in class dev.resteasy.client.util.authentication.HttpAuthorizationFilter
- forEach(BiConsumer<? super K, ? super V>) - Method in class dev.resteasy.client.util.common.LimitMap
G
- get(Object) - Method in class dev.resteasy.client.util.common.LimitMap
- getLoggingLocale() - Method in class dev.resteasy.client.util.logging.ClientMessages_$bundle
- getOrDefault(Object, V) - Method in class dev.resteasy.client.util.common.LimitMap
- getPassword() - Method in interface dev.resteasy.client.util.authentication.UserCredentials
-
A byte array which represents the password for authentication.
- getUsername() - Method in interface dev.resteasy.client.util.authentication.UserCredentials
-
The username used for authentication.
- getUtf8LengthOf(int) - Static method in class dev.resteasy.client.util.common.ByteStringBuilder
H
- hashCode() - Method in class dev.resteasy.client.util.common.LimitMap
- HttpAuthenticators - Class in dev.resteasy.client.util.authentication
-
A utility to define the filter to place on a REST client or on a request.
- HttpAuthenticators() - Constructor for class dev.resteasy.client.util.authentication.HttpAuthenticators
- HttpAuthorizationFilter - Class in dev.resteasy.client.util.authentication
-
A
ClientResponseFilterwhich repeats the request if the response from the original request has a status ofResponse.Status.UNAUTHORIZED. - HttpAuthorizationFilter(int, AuthorizationProcessor...) - Constructor for class dev.resteasy.client.util.authentication.HttpAuthorizationFilter
-
Creates a new filter with a default limit for the cached size.
- HttpAuthorizationFilter(int, Collection<AuthorizationProcessor>) - Constructor for class dev.resteasy.client.util.authentication.HttpAuthorizationFilter
-
Creates a new filter.
- HttpAuthorizationFilter(AuthorizationProcessor...) - Constructor for class dev.resteasy.client.util.authentication.HttpAuthorizationFilter
-
Creates a new filter with a default limit for the cached size.
I
- INSTANCE - Static variable in class dev.resteasy.client.util.logging.ClientMessages_$bundle
- invalidValue(int, int) - Method in class dev.resteasy.client.util.logging.ClientMessages_$bundle
- invalidValue(int, int) - Method in interface dev.resteasy.client.util.logging.ClientMessages
- invalidValue$str() - Method in class dev.resteasy.client.util.logging.ClientMessages_$bundle
- isEmpty() - Method in class dev.resteasy.client.util.common.LimitMap
K
L
- length() - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- LimitMap<K,V> - Class in dev.resteasy.client.util.common
-
A simple map which limits the number of entries allowed.
- LimitMap(int) - Constructor for class dev.resteasy.client.util.common.LimitMap
-
Creates a map which limits the entries.
M
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class dev.resteasy.client.util.common.LimitMap
- MESSAGES - Static variable in interface dev.resteasy.client.util.logging.ClientMessages
O
- of(int) - Static method in class dev.resteasy.client.util.common.LimitMap
-
Creates a map which limits the entries.
- of(String, byte[]) - Static method in interface dev.resteasy.client.util.authentication.UserCredentials
-
Creates a user credential for the username and password provided.
P
- put(K, V) - Method in class dev.resteasy.client.util.common.LimitMap
- putAll(Map<? extends K, ? extends V>) - Method in class dev.resteasy.client.util.common.LimitMap
- putIfAbsent(K, V) - Method in class dev.resteasy.client.util.common.LimitMap
R
- readResolve() - Method in class dev.resteasy.client.util.logging.ClientMessages_$bundle
- remove(Object) - Method in class dev.resteasy.client.util.common.LimitMap
- remove(Object, Object) - Method in class dev.resteasy.client.util.common.LimitMap
- replace(K, V) - Method in class dev.resteasy.client.util.common.LimitMap
- replace(K, V, V) - Method in class dev.resteasy.client.util.common.LimitMap
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class dev.resteasy.client.util.common.LimitMap
- requiredValue(String) - Method in class dev.resteasy.client.util.logging.ClientMessages_$bundle
- requiredValue(String) - Method in interface dev.resteasy.client.util.logging.ClientMessages
- requiredValue$str() - Method in class dev.resteasy.client.util.logging.ClientMessages_$bundle
- reset(ClientRequestContext) - Method in interface dev.resteasy.client.util.authentication.AuthorizationProcessor
-
Processors may require a reset if authorization fails.
- reset(ClientRequestContext) - Method in class dev.resteasy.client.util.authentication.digest.DigestAuthorizationProcessor
S
- setLength(int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- size() - Method in class dev.resteasy.client.util.common.LimitMap
T
- toArray() - Method in class dev.resteasy.client.util.common.ByteStringBuilder
- toArray(boolean) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
U
- UserCredentials - Interface in dev.resteasy.client.util.authentication
-
Represents the credentials a user and password for authentication purposes.
V
W
- write(String, int) - Method in class dev.resteasy.client.util.common.ByteStringBuilder
All Classes All Packages