Package org.infinispan.server.hotrod
Interface ServerAddress
- All Known Implementing Classes:
MultiHomedServerAddress
,SingleHomedServerAddress
public interface ServerAddress
A Hot Rod server address
- Since:
- 5.1
- Author:
- Galder ZamarreƱo
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerAddress
forAddress
(String host, int port, boolean networkPrefixOverride) getHost
(InetAddress localAddress) Returns the mapping for theint
getPort()
-
Method Details
-
getHost
Returns the mapping for the- Parameters:
localAddress
-- Returns:
-
getPort
int getPort() -
forAddress
-