Interface ServerConnectionInfo


  • public interface ServerConnectionInfo
    Information about the change of the connection.
    • Method Detail

      • getClientInetAddress

        java.net.InetAddress getClientInetAddress()
        Get the client inet address.
        Returns:
        the client inet address.
      • getLogicalDeviceAddress

        int getLogicalDeviceAddress()
        Get the logical device address.
        Returns:
        the logical device address.
      • getClientId

        int getClientId()
        Get the client ID.
        Returns:
        the client ID.