Uses of Record Class
org.ninjax.core.NinjaSession
Packages that use NinjaSession
-
Uses of NinjaSession in org.ninjax.core
Methods in org.ninjax.core that return NinjaSessionMethods in org.ninjax.core that return types with arguments of type NinjaSessionModifier and TypeMethodDescriptionRequest.getNinjaSession()static Optional<NinjaSession> NinjaJetty.NinjaJettyHelper.getSession(List<NinjaCookie> ninjaCookies, SecretKey secretKeyForSessionEncryption) ///////////////////////////////////////////////////////////////////////// // Session /////////////////////////////////////////////////////////////////////////Methods in org.ninjax.core with parameters of type NinjaSessionModifier and TypeMethodDescriptionstatic NinjaCookieNinjaJetty.NinjaJettyHelper.saveSession(NinjaSession ninjaSession, SecretKey secretKeyForSessionEncryption, Optional<Long> sessionExpiryTimeInSeconds) Result.withNinjaSession(NinjaSession ninjaSession) Constructors in org.ninjax.core with parameters of type NinjaSessionConstructor parameters in org.ninjax.core with type arguments of type NinjaSessionModifierConstructorDescriptionRequest(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)