Uses of Record Class
org.ninjax.core.NinjaCookie
Packages that use NinjaCookie
-
Uses of NinjaCookie in org.ninjax.core
Methods in org.ninjax.core that return NinjaCookieModifier and TypeMethodDescriptionstatic NinjaCookieNinjaJetty.NinjaJettyHelper.convertServletCookieToNinjaCookie(jakarta.servlet.http.Cookie cookie) static NinjaCookieNinjaJetty.NinjaJettyHelper.removeNinjaSession()static NinjaCookieNinjaJetty.NinjaJettyHelper.saveSession(NinjaSession ninjaSession, SecretKey secretKeyForSessionEncryption, Optional<Long> sessionExpiryTimeInSeconds) Methods in org.ninjax.core that return types with arguments of type NinjaCookieMethods in org.ninjax.core with parameters of type NinjaCookieModifier and TypeMethodDescriptionResult.addCookie(NinjaCookie cookie) static jakarta.servlet.http.CookieNinjaJetty.NinjaJettyHelper.convertNinjaCookieToServletCookue(NinjaCookie ninjaCookie) Method parameters in org.ninjax.core with type arguments of type NinjaCookieModifier and TypeMethodDescriptionstatic Optional<NinjaSession> NinjaJetty.NinjaJettyHelper.getSession(List<NinjaCookie> ninjaCookies, SecretKey secretKeyForSessionEncryption) ///////////////////////////////////////////////////////////////////////// // Session /////////////////////////////////////////////////////////////////////////Constructor parameters in org.ninjax.core with type arguments of type NinjaCookieModifierConstructorDescriptionRequest(Router.Route route, String requestPath, Request.InputStreamGetter inputStreamGetter, Request.FileItemGetter fileItemGetter, Request.FileItemsGetter fileItemsGetter, List<NinjaCookie> ninjaCookies, Map<String, Object> payload, Map<String, List<String>> headers, Map<String, String[]> parameters, Optional<NinjaSession> ninjaSession, Locale language)