| Package | Description |
|---|---|
| com.holonplatform.jaxrs.server | |
| com.holonplatform.jaxrs.server.internal |
| Modifier and Type | Method and Description |
|---|---|
static JaxrsHttpRequest |
JaxrsHttpRequest.create(javax.ws.rs.core.Request request,
javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers)
Create a
JaxrsHttpRequest using JAX-RS request information to obtain the concrete request attributes and
configuration. |
static JaxrsHttpRequest |
JaxrsHttpRequest.create(javax.ws.rs.core.UriInfo uriInfo,
javax.ws.rs.core.HttpHeaders headers)
Create a
JaxrsHttpRequest using JAX-RS request information to obtain the concrete request attributes and
configuration. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJaxrsHttpRequest
HttpRequest using JAX-RS context informations. |
Copyright © 2019 The Holon Platform. All rights reserved.