Interface HttpSessionFactory
- All Superinterfaces:
Comparable<org.apache.dubbo.common.lang.Prioritized>,org.apache.dubbo.common.lang.Prioritized,org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension
public interface HttpSessionFactory
extends org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension
-
Field Summary
Fields inherited from interface org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY -
Method Summary
Modifier and TypeMethodDescriptionjakarta.servlet.http.HttpSessiongetSession(jakarta.servlet.http.HttpServletRequest request, boolean create) Methods inherited from interface org.apache.dubbo.common.lang.Prioritized
compareTo, getPriorityMethods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension
getPatterns
-
Method Details
-
getSession
jakarta.servlet.http.HttpSession getSession(jakarta.servlet.http.HttpServletRequest request, boolean create)
-