Package org.globus.gsi.gssapi.net
Class GssSocketFactory
- java.lang.Object
-
- org.globus.gsi.gssapi.net.GssSocketFactory
-
- Direct Known Subclasses:
GSIGssSocketFactory
public abstract class GssSocketFactory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static GssSocketFactory
factory
-
Constructor Summary
Constructors Constructor Description GssSocketFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.net.Socket
createSocket(java.lang.String host, int port, org.ietf.jgss.GSSContext context)
abstract java.net.Socket
createSocket(java.net.Socket s, java.lang.String host, int port, org.ietf.jgss.GSSContext context)
static GssSocketFactory
getDefault()
-
-
-
Field Detail
-
factory
private static GssSocketFactory factory
-
-
Method Detail
-
getDefault
public static GssSocketFactory getDefault()
-
createSocket
public abstract java.net.Socket createSocket(java.net.Socket s, java.lang.String host, int port, org.ietf.jgss.GSSContext context)
-
createSocket
public abstract java.net.Socket createSocket(java.lang.String host, int port, org.ietf.jgss.GSSContext context) throws java.io.IOException
- Throws:
java.io.IOException
-
-