Package org.infinispan.server.hotrod
Interface ServerAddress
-
- All Known Implementing Classes:
MultiHomedServerAddress,SingleHomedServerAddress
public interface ServerAddressA Hot Rod server address- Since:
- 5.1
- Author:
- Galder ZamarreƱo
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ServerAddressforAddress(String host, int port, boolean networkPrefixOverride)StringgetHost(InetAddress localAddress)Returns the mapping for theintgetPort()
-
-
-
Method Detail
-
getHost
String getHost(InetAddress localAddress)
Returns the mapping for the- Parameters:
localAddress-- Returns:
-
getPort
int getPort()
-
forAddress
static ServerAddress forAddress(String host, int port, boolean networkPrefixOverride)
-
-