|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ohf.ihe.common.mllp.TCPPort
public class TCPPort
| Constructor Summary | |
|---|---|
TCPPort()
Create a new TCP port. |
|
| Method Summary | |
|---|---|
int |
getBufferSize()
Return the max buffer size. |
int |
getConnTimeoutMS()
Return the connection time out (ms). |
char[] |
getEndHex()
Return the post-message character sequence. |
int |
getMaxSocketErrorCount()
Return the max socket error count. |
int |
getSocketTimeoutMS()
Return the socket timeout (ms). |
char[] |
getStartHex()
Return the pre-message character sequence. |
java.lang.String |
getTcpHost()
Return the TCP host. |
int |
getTcpPort()
Return the TCP port. |
void |
setBufferSize(int value)
Set the max buffer size. |
void |
setConnTimeoutMS(int value)
Set the connection time out (ms). |
void |
setEndHex(char[] value)
Set the post-message character sequence. |
void |
setMaxSocketErrorCount(int value)
Set the max socket error count. |
void |
setSocketTimeoutMS(int value)
Set the socket timeout (ms). |
void |
setStartHex(char[] value)
Set the pre-message character sequence. |
void |
setTcpHost(java.lang.String value)
Set the TCP host. |
void |
setTcpPort(int value)
Set the TCP port. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TCPPort()
| Method Detail |
|---|
public java.lang.String getTcpHost()
public void setTcpHost(java.lang.String value)
value - public int getTcpPort()
public void setTcpPort(int value)
value - public char[] getStartHex()
public void setStartHex(char[] value)
value - public char[] getEndHex()
public void setEndHex(char[] value)
value - public int getMaxSocketErrorCount()
public void setMaxSocketErrorCount(int value)
value - public int getConnTimeoutMS()
public void setConnTimeoutMS(int value)
value - public int getBufferSize()
public void setBufferSize(int value)
value - public int getSocketTimeoutMS()
public void setSocketTimeoutMS(int value)
value -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||