Uses of Class
javax.ws.rs.ext.RuntimeDelegate

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. 
 

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.
 class RuntimeDelegateImpl
          Default implementation of JAX-RS RuntimeDelegate.
 

Uses of RuntimeDelegate in org.glassfish.jersey.message.internal
 

Methods in org.glassfish.jersey.message.internal with parameters of type RuntimeDelegate
static java.lang.String HeadersFactory.asHeaderString(java.util.List<java.lang.Object> values, RuntimeDelegate rd)
          Converts a list of message header values to a single string value (with individual values separated by ',').
static java.lang.String HeadersFactory.asString(java.lang.Object headerValue, RuntimeDelegate rd)
          Convert a message header value, represented as a general object, to it's string representation.
static java.util.List<java.lang.String> HeadersFactory.asStringList(java.util.List<java.lang.Object> headerValues, RuntimeDelegate rd)
          Returns string view of list of header values.
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.