Class ServerNameList


  • public class ServerNameList
    extends java.lang.Object
    • Field Detail

      • serverNameList

        protected java.util.Vector serverNameList
    • Constructor Detail

      • ServerNameList

        public ServerNameList​(java.util.Vector serverNameList)
        Parameters:
        serverNameList - a Vector of ServerName.
    • Method Detail

      • getServerNameList

        public java.util.Vector getServerNameList()
        Returns:
        a Vector of ServerName.
      • encode

        public void encode​(java.io.OutputStream output)
                    throws java.io.IOException
        Encode this ServerNameList to an OutputStream.
        Parameters:
        output - the OutputStream to encode to.
        Throws:
        java.io.IOException
      • parse

        public static ServerNameList parse​(java.io.InputStream input)
                                    throws java.io.IOException
        Parse a ServerNameList from an InputStream.
        Parameters:
        input - the InputStream to parse from.
        Returns:
        a ServerNameList object.
        Throws:
        java.io.IOException