Interface HttpRequestFactory
- All Known Implementing Classes:
Filter30Dispatcher
,FilterDispatcher
,HttpServlet30Dispatcher
,HttpServletDispatcher
public interface HttpRequestFactory
- Version:
- $Revision: 1 $
-
Method Summary
Modifier and TypeMethodDescriptioncreateResteasyHttpRequest
(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
-
Method Details
-
createResteasyHttpRequest
HttpRequest createResteasyHttpRequest(String httpMethod, javax.servlet.http.HttpServletRequest request, ResteasyHttpHeaders headers, ResteasyUriInfo uriInfo, HttpResponse theResponse, javax.servlet.http.HttpServletResponse response)
-