Class JettyInternalRequest
java.lang.Object
com.djrapitops.plan.delivery.webserver.http.JettyInternalRequest
- All Implemented Interfaces:
InternalRequest
-
Constructor Summary
ConstructorsConstructorDescriptionJettyInternalRequest(org.eclipse.jetty.server.Request baseRequest, jakarta.servlet.http.HttpServletRequest request, WebserverConfiguration webserverConfiguration, AuthenticationExtractor authenticationExtractor) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.djrapitops.plan.delivery.webserver.http.InternalRequest
getAccessAddress, getAuthentication, getWebUser
-
Constructor Details
-
JettyInternalRequest
public JettyInternalRequest(org.eclipse.jetty.server.Request baseRequest, jakarta.servlet.http.HttpServletRequest request, WebserverConfiguration webserverConfiguration, AuthenticationExtractor authenticationExtractor)
-
-
Method Details
-
getTimestamp
public long getTimestamp()- Specified by:
getTimestampin interfaceInternalRequest
-
getMethod
- Specified by:
getMethodin interfaceInternalRequest
-
getAccessAddressFromSocketIp
- Specified by:
getAccessAddressFromSocketIpin interfaceInternalRequest
-
getAccessAddressFromHeader
- Specified by:
getAccessAddressFromHeaderin interfaceInternalRequest
-
toRequest
- Specified by:
toRequestin interfaceInternalRequest
-
getRequestHeaders
- Specified by:
getRequestHeadersin interfaceInternalRequest
-
getCookies
- Specified by:
getCookiesin interfaceInternalRequest
-
getRequestedURIString
- Specified by:
getRequestedURIStringin interfaceInternalRequest
-
getRequestedPath
- Specified by:
getRequestedPathin interfaceInternalRequest
-
toString
-