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 Type
    Method
    Description
    javax.servlet.http.HttpSession
    getSession(javax.servlet.http.HttpServletRequest request, boolean create)
     

    Methods inherited from interface org.apache.dubbo.common.lang.Prioritized

    compareTo, getPriority

    Methods inherited from interface org.apache.dubbo.rpc.protocol.tri.rest.filter.RestExtension

    getPatterns
  • Method Details

    • getSession

      javax.servlet.http.HttpSession getSession(javax.servlet.http.HttpServletRequest request, boolean create)