Package org.platformlayer.http.apache

Examples of org.platformlayer.http.apache.InstrumentedApacheHttpStrategy


        throw new IllegalStateException("Error creating class: " + moduleClass, e);
      }
      this.install(module);
    }

    HttpStrategy httpStrategy = new InstrumentedApacheHttpStrategy();
    bind(HttpStrategy.class).toInstance(httpStrategy);

    bind(AuthenticationTokenValidator.class).toProvider(PlatformLayerAuthAdminClient.Provider.class).in(
        Scopes.SINGLETON);
View Full Code Here

TOP

Related Classes of org.platformlayer.http.apache.InstrumentedApacheHttpStrategy

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.