Package com.google.walkaround.wave.server.util

Examples of com.google.walkaround.wave.server.util.ProxyHandler


  @Inject
  public GadgetsHandler(
      @Named("gadget serve path") String source,
      @Named("gadget server") String target,
      URLFetchService fetch) {
    delegate = new ProxyHandler(source, target, fetch);
  }
View Full Code Here

TOP

Related Classes of com.google.walkaround.wave.server.util.ProxyHandler

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.