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

java.lang.Object
  extended byorg.globus.gsi.gssapi.net.GssSocketFactory
      extended byorg.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)
Specified by:
createSocket in class GssSocketFactory

createSocket

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