Uses of Class
org.resteasy.util.HttpRequestImpl

Packages that use HttpRequestImpl
org.resteasy.plugins.server.grizzly   
org.resteasy.plugins.server.servlet   
 

Uses of HttpRequestImpl in org.resteasy.plugins.server.grizzly
 

Subclasses of HttpRequestImpl in org.resteasy.plugins.server.grizzly
 class GrizzlyHttpRequest
           
 

Uses of HttpRequestImpl in org.resteasy.plugins.server.servlet
 

Subclasses of HttpRequestImpl in org.resteasy.plugins.server.servlet
 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

 



Copyright © 2008. All Rights Reserved.