Package org.jscsi.target.connection.phase

Examples of org.jscsi.target.connection.phase.TargetLoginPhase


         */
        public Void call () {

            try {
                // *** login phase ***
                phase = new TargetLoginPhase(this);
                if (phase.execute(lastReceivedPDU)) {
                    LOGGER.debug("Login Phase successful");

                    // if this is the leading connection, set the session type
                    final Settings settings = getSettings();
View Full Code Here

TOP

Related Classes of org.jscsi.target.connection.phase.TargetLoginPhase

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.