public class ServerNameList
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Vector |
serverNameList |
| Constructor and Description |
|---|
ServerNameList(java.util.Vector serverNameList) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(java.io.OutputStream output)
Encode this
ServerNameList to an OutputStream. |
java.util.Vector |
getServerNameList() |
static ServerNameList |
parse(java.io.InputStream input)
Parse a
ServerNameList from an InputStream. |
public ServerNameList(java.util.Vector serverNameList)
serverNameList - a Vector of ServerName.public java.util.Vector getServerNameList()
Vector of ServerName.public void encode(java.io.OutputStream output)
throws java.io.IOException
ServerNameList to an OutputStream.output - the OutputStream to encode to.java.io.IOExceptionpublic static ServerNameList parse(java.io.InputStream input) throws java.io.IOException
ServerNameList from an InputStream.input - the InputStream to parse from.ServerNameList object.java.io.IOException