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