com.cloudbees.api
Class TrustAllSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by com.cloudbees.api.TrustAllSocketFactory

public abstract class TrustAllSocketFactory
extends SocketFactory

Author:
Kohsuke Kawaguchi

Constructor Summary
TrustAllSocketFactory()
           
 
Method Summary
static SSLSocketFactory create()
           
 
Methods inherited from class javax.net.SocketFactory
createSocket, createSocket, createSocket, createSocket, createSocket, getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustAllSocketFactory

public TrustAllSocketFactory()
Method Detail

create

public static SSLSocketFactory create()


Copyright © 2011-2013. All Rights Reserved.