Class GSIGssSocketFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.net.Socket createSocket​(java.lang.String host, int port, org.ietf.jgss.GSSContext context)  
      java.net.Socket createSocket​(java.net.Socket s, java.lang.String host, int port, org.ietf.jgss.GSSContext context)  
      • 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 java.net.Socket createSocket​(java.net.Socket s,
                                            java.lang.String host,
                                            int port,
                                            org.ietf.jgss.GSSContext context)
        Specified by:
        createSocket in class GssSocketFactory
      • createSocket

        public java.net.Socket createSocket​(java.lang.String host,
                                            int port,
                                            org.ietf.jgss.GSSContext context)
                                     throws java.io.IOException
        Specified by:
        createSocket in class GssSocketFactory
        Throws:
        java.io.IOException