|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.connection.TCPIPServer
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. |
int |
getPort()
Get the port. |
int |
hashCode()
|
void |
setHost(java.lang.String host)
Set the host. |
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 boolean equals(java.lang.Object that)
equals
in class Server
public int hashCode()
hashCode
in class Server
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |