public final class ListenPoint extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
host
Struct member host
|
short |
port
Struct member port
|
| Constructor and Description |
|---|
ListenPoint()
Default constructor
|
ListenPoint(java.lang.String host,
short port)
Constructor with fields initialization
|