Package net.sourceforge.jsocks.socks

Examples of net.sourceforge.jsocks.socks.ProxyServer


  @Override
  public void run() {
   
    // JSOCKS is configured in a static context
    SOCKS.serverInit(socksProperties);
    proxyServer = new ProxyServer(rfc1929SdcAuthenticator);
    LOG.info("Starting JSOCKS listener thread on port " + localConfiguration.getSocksServerPort());
    proxyServer.start(localConfiguration.getSocksServerPort(), 5, bindAddress);
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.jsocks.socks.ProxyServer

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.