Interface ServerAddress

All Known Implementing Classes:
MultiHomedServerAddress, SingleHomedServerAddress

public interface ServerAddress
A Hot Rod server address
Since:
5.1
Author:
Galder Zamarreño
  • Method Details Link icon

    • getHost Link icon

      String getHost(InetAddress localAddress)
      Returns the mapping for the
      Parameters:
      localAddress -
      Returns:
    • getPort Link icon

      int getPort()
    • forAddress Link icon

      static ServerAddress forAddress(String host, int port, boolean networkPrefixOverride)