Package com.opera.core.systems.scope.stp

Examples of com.opera.core.systems.scope.stp.StpThread


   */
  public ScopeServices(final SortedSet<ScopeService> requiredServices, final int port,
                       final boolean manualConnect) throws IOException {
    this.requiredServices.addAll(requiredServices);
    tagCounter = new AtomicInteger();
    stpThread = new StpThread(port, this, new ScopeEventHandler(this), manualConnect);
  }
View Full Code Here

TOP

Related Classes of com.opera.core.systems.scope.stp.StpThread

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.