|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.resteasy.util.HttpRequestImpl
org.resteasy.plugins.server.servlet.HttpServletInputMessage
public class HttpServletInputMessage
Abstraction for an inbound http request on the server, or a response from a server to a client
We have this abstraction so that we can reuse marshalling objects in a client framework and serverside framework
| Field Summary |
|---|
| Fields inherited from class org.resteasy.util.HttpRequestImpl |
|---|
httpHeaders, httpMethod, inputStream, preProcessedSegments, uri |
| Constructor Summary | |
|---|---|
HttpServletInputMessage(javax.ws.rs.core.HttpHeaders httpHeaders,
java.io.InputStream inputStream,
javax.ws.rs.core.UriInfo uri,
java.lang.String httpMethod)
|
|
| Method Summary |
|---|
| Methods inherited from class org.resteasy.util.HttpRequestImpl |
|---|
getHttpHeaders, getHttpMethod, getInputStream, getPreProcessedSegments, getUri, setPreProcessedSegments |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpServletInputMessage(javax.ws.rs.core.HttpHeaders httpHeaders,
java.io.InputStream inputStream,
javax.ws.rs.core.UriInfo uri,
java.lang.String httpMethod)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||