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