|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request | |
|---|---|
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
| Uses of Request in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core that return Request | |
|---|---|
Request |
Request.RequestBuilder.build()
|
| Uses of Request in javax.ws.rs.ext |
|---|
| Methods in javax.ws.rs.ext that return Request | |
|---|---|
Request |
FilterContext.getRequest()
Get the request object. |
| Methods in javax.ws.rs.ext with parameters of type Request | |
|---|---|
void |
FilterContext.setRequest(Request req)
Set the request object in the context. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||