Interface ResolvedServerAddress
public interface ResolvedServerAddress
- 
Method Summary
Modifier and TypeMethodDescriptionstatic ResolvedServerAddressfrom(InetSocketAddress pInetSocketAddress) intgetPort() 
- 
Method Details
- 
getHostName
String getHostName() - 
getHostIp
String getHostIp() - 
getPort
int getPort() - 
asInetSocketAddress
InetSocketAddress asInetSocketAddress() - 
from
 
 -