| Package | Description |
|---|---|
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the API.
|
| org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
| org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
| Modifier and Type | Method and Description |
|---|---|
static RuntimeDelegate |
RuntimeDelegate.getInstance()
Obtain a
RuntimeDelegate instance. |
| Modifier and Type | Method and Description |
|---|---|
static void |
RuntimeDelegate.setInstance(RuntimeDelegate rd)
Set the runtime delegate that will be used by classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuntimeDelegate
An abstract implementation of
RuntimeDelegate that
provides support common to the client and server. |
class |
RuntimeDelegateImpl
Default implementation of JAX-RS
RuntimeDelegate. |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeDelegate |
RuntimeDelegateDecorator.configured(Configuration configuration)
The decorated
RuntimeDelegate that uses HeaderDelegateProviders based on
whether CommonProperties.FEATURE_AUTO_DISCOVERY_DISABLE is set or not |
| Modifier and Type | Field and Description |
|---|---|
protected RuntimeDelegate |
MessageHeaderMethods.runtimeDelegateDecorator |
| Modifier and Type | Method and Description |
|---|---|
static String |
HeaderUtils.asHeaderString(List<Object> values,
RuntimeDelegate rd)
Converts a list of message header values to a single string value (with individual values separated by
','). |
static String |
HeaderUtils.asString(Object headerValue,
RuntimeDelegate rd)
Convert a message header value, represented as a general object, to it's
string representation.
|
static MultivaluedMap<String,String> |
HeaderUtils.asStringHeaders(MultivaluedMap<String,Object> headers,
RuntimeDelegate rd)
Returns string view of passed headers.
|
static List<String> |
HeaderUtils.asStringList(List<Object> headerValues,
RuntimeDelegate rd)
Returns string view of list of header values.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.