Returns the port that the service runs on
()
| 88 | |
| 89 | /** Returns the port that the service runs on */ |
| 90 | public int |
| 91 | getPort() { |
| 92 | return port; |
| 93 | } |
| 94 | |
| 95 | /** Returns the host running that the service */ |
| 96 | public Name |
no outgoing calls
no test coverage detected