Uses of Interface
javax.ws.rs.core.RequestHeaders

Packages that use RequestHeaders
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of RequestHeaders in javax.ws.rs.client
 

Methods in javax.ws.rs.client with parameters of type RequestHeaders
 Invocation.Builder Invocation.Builder.headers(RequestHeaders headers)
          Replaces all existing headers with the newly supplied headers.
 

Uses of RequestHeaders in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return RequestHeaders
 RequestHeaders Request.getHeaders()
          Get the request message headers.
 

Methods in javax.ws.rs.core with parameters of type RequestHeaders
 Request.RequestBuilder Request.RequestBuilder.replaceAll(RequestHeaders headers)
          Replaces all existing headers with the newly supplied headers.
 



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