GSISocketFactory (Java Globus API)

org.globus.security.gsi
Class GSISocketFactory

java.lang.Object
  |
  +--org.globus.security.gsi.GSISocketFactory

public class GSISocketFactory
extends java.lang.Object


Constructor Summary
GSISocketFactory()
           
 
Method Summary
 java.net.Socket createSocket(java.net.Socket socket, boolean clientMode)
           
 java.net.Socket createSocket(java.lang.String host, int port)
           
static GSISocketFactory getDefault()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSISocketFactory

public GSISocketFactory()
Method Detail

getDefault

public static GSISocketFactory getDefault()

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException
java.io.IOException

createSocket

public java.net.Socket createSocket(java.net.Socket socket,
                                    boolean clientMode)
                             throws java.io.IOException
java.io.IOException