Class JettyInternalRequest
java.lang.Object
com.djrapitops.plan.delivery.webserver.http.JettyInternalRequest
- All Implemented Interfaces:
InternalRequest
-
Constructor Summary
ConstructorDescriptionJettyInternalRequest
(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, wait
Methods 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:
getTimestamp
in interfaceInternalRequest
-
getMethod
- Specified by:
getMethod
in interfaceInternalRequest
-
getAccessAddressFromSocketIp
- Specified by:
getAccessAddressFromSocketIp
in interfaceInternalRequest
-
getAccessAddressFromHeader
- Specified by:
getAccessAddressFromHeader
in interfaceInternalRequest
-
toRequest
- Specified by:
toRequest
in interfaceInternalRequest
-
getRequestHeaders
- Specified by:
getRequestHeaders
in interfaceInternalRequest
-
getCookies
- Specified by:
getCookies
in interfaceInternalRequest
-
getRequestedURIString
- Specified by:
getRequestedURIString
in interfaceInternalRequest
-
toString
-