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