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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GSIGssSocketFactory
public GSIGssSocketFactory()
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