Java Globus API: Class GSIGssSocketFactory

org.globus.gsi.gssapi.net.impl
Class GSIGssSocketFactory

java.lang.Object
  |
  +--org.globus.gsi.gssapi.net.GssSocketFactory
        |
        +--org.globus.gsi.gssapi.net.impl.GSIGssSocketFactory

public class GSIGssSocketFactory
extends GssSocketFactory


Constructor Summary
GSIGssSocketFactory()
           
 
Method Summary
 Socket createSocket(Socket s, String host, int port, GSSContext context)
           
 Socket createSocket(String host, int port, GSSContext context)
           
 
Methods inherited from class org.globus.gsi.gssapi.net.GssSocketFactory
getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSIGssSocketFactory

public GSIGssSocketFactory()
Method Detail

createSocket

public Socket createSocket(Socket s,
                           String host,
                           int port,
                           GSSContext context)
Overrides:
createSocket in class GssSocketFactory

createSocket

public Socket createSocket(String host,
                           int port,
                           GSSContext context)
                    throws IOException
Overrides:
createSocket in class GssSocketFactory