()
| 224 | } |
| 225 | |
| 226 | public InetSocketAddress getClient() { |
| 227 | return new InetSocketAddress(this.client_ip, this.client_port); |
| 228 | } |
| 229 | |
| 230 | public InetSocketAddress getServer() { |
| 231 | return new InetSocketAddress(this.server_ip, this.server_port); |
no outgoing calls
no test coverage detected