|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.services.connection.TCPIPServer
@SASScope(value="ALL") @BinaryCompatibilityOnly public abstract class TCPIPServer
A base class to describe IOM servers that communicate with clients using a TCP/IP application protocol.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
TCPIPServer(java.lang.String classID,
java.lang.String host,
int port)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object that)
|
java.lang.String |
getHost()
Get the host. |
java.lang.String |
getNormalizedHost()
Get the normalized host. |
java.lang.String |
getOption(java.lang.String name)
Get the value of the named option. |
int |
getPort()
Get the port. |
int |
hashCode()
|
java.lang.String |
removeOption(java.lang.String name)
Remove a name option and its value. |
void |
setHost(java.lang.String host)
Set the host. |
java.lang.String |
setOption(java.lang.String name,
java.lang.String value)
Set the value of the named option. |
void |
setPort(int port)
Set the port. |
| Constructor Detail |
|---|
public TCPIPServer(java.lang.String classID,
java.lang.String host,
int port)
| Method Detail |
|---|
public void setHost(java.lang.String host)
host - the hostpublic java.lang.String getHost()
public java.lang.String getNormalizedHost()
public void setPort(int port)
port - the portpublic int getPort()
public java.lang.String getOption(java.lang.String name)
Server
getOption in class Servername - the option name
public java.lang.String setOption(java.lang.String name,
java.lang.String value)
Server
setOption in class Servername - the option namevalue - the option value
public java.lang.String removeOption(java.lang.String name)
Server
removeOption in class Servername - the option name
public boolean equals(java.lang.Object that)
equals in class Serverpublic int hashCode()
hashCode in class Server
|
| Foundation |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||