Interface HttpRequestFactory
-
- All Known Implementing Classes:
Filter30Dispatcher
,FilterDispatcher
,HtmlServletDispatcher
,HttpServlet30Dispatcher
,HttpServletDispatcher
public interface HttpRequestFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpRequest
createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
-
-
-
Method Detail
-
createResteasyHttpRequest
HttpRequest createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
-
-