|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeDelegate | |
|---|---|
| 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. |
| org.glassfish.jersey.server.internal | Jersey server-side internal classes. |
| Uses of RuntimeDelegate in javax.ws.rs.ext |
|---|
| Methods in javax.ws.rs.ext that return RuntimeDelegate | |
|---|---|
static RuntimeDelegate |
RuntimeDelegate.getInstance()
Obtain a RuntimeDelegate instance. |
| Methods in javax.ws.rs.ext with parameters of type RuntimeDelegate | |
|---|---|
static void |
RuntimeDelegate.setInstance(RuntimeDelegate rd)
Set the runtime delegate that will be used by JAX-RS classes. |
| Uses of RuntimeDelegate in org.glassfish.jersey.internal |
|---|
| Subclasses of RuntimeDelegate in org.glassfish.jersey.internal | |
|---|---|
class |
AbstractRuntimeDelegate
An abstract implementation of RuntimeDelegate that
provides support common to the client and server. |
| Uses of RuntimeDelegate in org.glassfish.jersey.message.internal |
|---|
| Methods in org.glassfish.jersey.message.internal with parameters of type RuntimeDelegate | |
|---|---|
static String |
HeadersFactory.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 |
HeadersFactory.asString(Object headerValue,
RuntimeDelegate rd)
Convert a message header value, represented as a general object, to it's string representation. |
static List<String> |
HeadersFactory.asStringList(List<Object> headerValues,
RuntimeDelegate rd)
Returns string view of list of header values. |
| Uses of RuntimeDelegate in org.glassfish.jersey.server.internal |
|---|
| Subclasses of RuntimeDelegate in org.glassfish.jersey.server.internal | |
|---|---|
class |
RuntimeDelegateImpl
Server-side implementation of JAX-RS RuntimeDelegate. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||