| Package | Description |
|---|---|
| org.jboss.resteasy.mock | |
| org.jboss.resteasy.plugins.server.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
MockHttpRequest |
| Modifier and Type | Class and Description |
|---|---|
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
|
class |
Servlet3AsyncHttpRequest |