Uses of Interface
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate

Packages that use RuntimeDelegate.HeaderDelegate
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.spi Provides support for service providers. 
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Uses of RuntimeDelegate.HeaderDelegate in com.sun.jersey.api.client
 

Fields in com.sun.jersey.api.client declared as RuntimeDelegate.HeaderDelegate
protected static RuntimeDelegate.HeaderDelegate<java.util.Date> ClientResponse.dateDelegate
           
protected static RuntimeDelegate.HeaderDelegate<EntityTag> ClientResponse.entityTagDelegate
           
 

Uses of RuntimeDelegate.HeaderDelegate in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory that return RuntimeDelegate.HeaderDelegate
<T> RuntimeDelegate.HeaderDelegate<T>
AbstractRuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type)
           
 

Uses of RuntimeDelegate.HeaderDelegate in com.sun.jersey.spi
 

Subinterfaces of RuntimeDelegate.HeaderDelegate in com.sun.jersey.spi
 interface HeaderDelegateProvider<T>
          A provider that supports the conversion of an HTTP header, of type T, to and from a String.
 

Uses of RuntimeDelegate.HeaderDelegate in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return RuntimeDelegate.HeaderDelegate
abstract
<T> RuntimeDelegate.HeaderDelegate<T>
RuntimeDelegate.createHeaderDelegate(java.lang.Class<T> type)
          Obtain an instance of a HeaderDelegate for the supplied class.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.