- java.lang.Object
-
- net.odoframework.jetty.runtime.ServletInvocationContext
-
- All Implemented Interfaces:
InvocationContext<Pair<jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse>>
public class ServletInvocationContext extends Object implements InvocationContext<Pair<jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse>>
-
-
Constructor Summary
Constructors Constructor Description ServletInvocationContext(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetRawPayload()Pair<jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse>getRequestContext()StringgetRequestId()
-
-
-
Method Detail
-
getRequestId
public String getRequestId()
- Specified by:
getRequestIdin interfaceInvocationContext<Pair<jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse>>
-
getRequestContext
public Pair<jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse> getRequestContext()
- Specified by:
getRequestContextin interfaceInvocationContext<Pair<jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse>>
-
getRawPayload
public Object getRawPayload()
- Specified by:
getRawPayloadin interfaceInvocationContext<Pair<jakarta.servlet.http.HttpServletRequest,jakarta.servlet.http.HttpServletResponse>>
-
-