org.jclouds.http.config
Class SSLModule.UntrustedSSLContextSupplier

java.lang.Object
  extended by org.jclouds.http.config.SSLModule.UntrustedSSLContextSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<SSLContext>
Enclosing class:
SSLModule

@Singleton
public static class SSLModule.UntrustedSSLContextSupplier
extends Object
implements com.google.common.base.Supplier<SSLContext>


Method Summary
 SSLContext get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public SSLContext get()
Specified by:
get in interface com.google.common.base.Supplier<SSLContext>


Copyright © 2009-2012 jclouds. All Rights Reserved.