Class ACMSessionIdResolver.SymmetricReuseSessionReconstructor

  • Enclosing class:
    ACMSessionIdResolver

    public static class ACMSessionIdResolver.SymmetricReuseSessionReconstructor
    extends ACMSessionReconstructor
    SymmetricReuseSessionReconstructor reconstructs sessions for the case (1) symmetric, (2) reuse sessions Notice that this is a static inner class that does NOT relying on the outer instance. That's because in the non ACM workflows the outer instance does not exist The implementation is trivial, because when reusing the session nothing needs to be done.