@Filter(value="/**") public class HttpSessionFilter extends OncePerRequestHttpServerFilter
HttpServerFilter that resolves the current user Session if present and encodes the Session ID in
 the response.| Modifier and Type | Field and Description | 
|---|---|
| static Integer | ORDERThe order of the filter. | 
| static CharSequence | SESSION_ATTRIBUTEConstant for Micronaut SESSION attribute. | 
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
| HttpSessionFilter(SessionStore<Session> sessionStore,
                 HttpSessionIdResolver[] resolvers,
                 HttpSessionIdEncoder[] encoders)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Publisher<MutableHttpResponse<?>> | doFilterOnce(HttpRequest<?> request,
            ServerFilterChain chain) | 
| int | getOrder() | 
doFilter, getKeyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoFilterpublic static final Integer ORDER
public static final CharSequence SESSION_ATTRIBUTE
public HttpSessionFilter(SessionStore<Session> sessionStore, HttpSessionIdResolver[] resolvers, HttpSessionIdEncoder[] encoders)
sessionStore - The session storeresolvers - The HTTP session id resolversencoders - The HTTP session id encoderspublic int getOrder()
protected Publisher<MutableHttpResponse<?>> doFilterOnce(HttpRequest<?> request, ServerFilterChain chain)
doFilterOnce in class OncePerRequestHttpServerFilterrequest - The HttpRequest instancechain - The ServerFilterChain instancePublisher for the Http response