|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||