public interface NetworkConnection
Modifier and Type | Method and Description |
---|---|
InetAddress |
getAddress()
Retrieve address of peer.
|
InetAddress |
getLocalAddress()
Retrieve the local host.
|
int |
getLocalPort()
Retrieve the local port number.
|
int |
getPort()
Retrieve port number of peer.
|
InetAddress getLocalAddress()
int getLocalPort()
InetAddress getAddress()
int getPort()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.