Class ParserTable.TestIORToSocketInfo

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      java.util.List getSocketInfo​(IOR ior, java.util.List previous)
      Used to extract socket address information from an IOR.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestIORToSocketInfo

        public TestIORToSocketInfo()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getSocketInfo

        public java.util.List getSocketInfo​(IOR ior,
                                            java.util.List previous)
        Description copied from interface: IORToSocketInfo
        Used to extract socket address information from an IOR.
        Specified by:
        getSocketInfo in interface IORToSocketInfo
        Parameters:
        ior - The ior from which the socket info is extracted.
        previous - The previous list, which may be reused if not null.
        Returns:
        a list of SocketInfo.