Class IORToSocketInfoImpl

  • All Implemented Interfaces:
    com.sun.corba.ee.spi.transport.IORToSocketInfo

    public class IORToSocketInfoImpl
    extends Object
    implements com.sun.corba.ee.spi.transport.IORToSocketInfo
    This implements IORToSocketInfo for ORB. Part of logic is from previous version of IIOPSSLSocketFactory.
    Author:
    Shing Wai Chan
    • Constructor Detail

      • IORToSocketInfoImpl

        public IORToSocketInfoImpl()
    • Method Detail

      • getSocketInfo

        public List getSocketInfo​(com.sun.corba.ee.spi.ior.IOR ior,
                                  List previous)
        Specified by:
        getSocketInfo in interface com.sun.corba.ee.spi.transport.IORToSocketInfo
      • createSocketInfo

        public static com.sun.corba.ee.spi.transport.SocketInfo createSocketInfo​(String msg,
                                                                                 String type,
                                                                                 String host,
                                                                                 int port)