Uses of Class
org.apache.juneau.rest.mock.MockHttpSession
Packages that use MockHttpSession
- 
Uses of MockHttpSession in org.apache.juneau.rest.mockMethods in org.apache.juneau.rest.mock that return MockHttpSessionModifier and TypeMethodDescriptionstatic MockHttpSessionMockHttpSession.create()Creates a new HTTP session.MockHttpSession.creationTime(long value) Sets the creation time on this session.Sets the id on this session.MockHttpSession.isNew(boolean value) Sets the is-new value on this session.MockHttpSession.lastAccessedTime(long value) Sets the last-accessed time on this session.MockHttpSession.maxInactiveInterval(int value) Sets the max-inactive interval time on this session.MockHttpSession.servletContext(jakarta.servlet.ServletContext value) Sets the servlet context on this session.