All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfact.common.ClientConnection Maven / Gradle / Ivy

The newest version!
package org.openfact.common;

/**
 * Information about the client connection
 */
public interface ClientConnection {

    String getRemoteAddr();
    String getRemoteHost();
    int getRemotePort();

    String getLocalAddr();
    int getLocalPort();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy