| Package | Description |
|---|---|
| javax.ws.rs.ext |
APIs that provide extensions to the types supported by the JAX-RS 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 JAX-RS 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 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 List<String> |
HeaderUtils.asStringList(List<Object> headerValues,
RuntimeDelegate rd)
Returns string view of list of header values.
|
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.