Class AbstractSessionFactory<M extends FactoryManager,​S extends AbstractSession>

    • Constructor Detail

      • AbstractSessionFactory

        protected AbstractSessionFactory​(M manager)
    • Method Detail

      • getFactoryManager

        public M getFactoryManager()
      • doCreateSession

        protected abstract S doCreateSession​(IoSession ioSession)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • setupSession

        protected S setupSession​(S session)
                          throws java.lang.Exception
        Throws:
        java.lang.Exception