Interface ResolvedServerAddress
public interface ResolvedServerAddress
- 
Method SummaryModifier and TypeMethodDescriptionstatic ResolvedServerAddressfrom(InetSocketAddress p_171846_) intgetPort()
- 
Method Details- 
getHostNameString getHostName()
- 
getHostIpString getHostIp()
- 
getPortint getPort()
- 
asInetSocketAddressInetSocketAddress asInetSocketAddress()
- 
from
 
-