Interface INetworkMapper

All Known Implementing Classes:
DefaultNetworkMapper

public interface INetworkMapper
Used to map network addresses
Since:
8.0
Author:
eitany
  • Method Summary

    Modifier and Type
    Method
    Description
    map(ServerAddress serverAddress)
    Maps a given network address to another one (not necessarily different)
  • Method Details