Package org.pasif.server.http

Examples of org.pasif.server.http.PasHttpFileServer


        @Override
        protected Object doInBackground() {
            if (!service) {
                service = true;
                fileServer = new PasHttpFileServer(logHandler, importFoler.getText(), Integer.parseInt(portTextField.getText()), jComboBox2.getSelectedItem().toString());
                fileServer.start();
            } else {
                JOptionPane.showMessageDialog(Server.getApplication().getMainFrame(), "服务已开启。");
            }
            return null;
View Full Code Here

TOP

Related Classes of org.pasif.server.http.PasHttpFileServer

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.