Package freenet.clients.http

Examples of freenet.clients.http.SimpleToadletServer


    }

    // FProxy config needs to be here too
    SubConfig fproxyConfig = new SubConfig("fproxy", config);
    try {
      toadlets = new SimpleToadletServer(fproxyConfig, new ArrayBucketFactory(), executor, this);
      fproxyConfig.finishedInitialization();
      toadlets.start();
    } catch (IOException e4) {
      Logger.error(this, "Could not start web interface: "+e4, e4);
      System.err.println("Could not start web interface: "+e4);
View Full Code Here

TOP

Related Classes of freenet.clients.http.SimpleToadletServer

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.