Interface ClientConnection

All Known Implementing Classes:
DefaultBruteForceProtector.AdaptedClientConnection

public interface ClientConnection
Information about the client connection
Version:
$Revision: 1 $
Author:
Bill Burke
  • Method Details

    • getRemoteAddr

      String getRemoteAddr()
    • getRemoteHost

      String getRemoteHost()
    • getRemotePort

      int getRemotePort()
    • getLocalAddr

      String getLocalAddr()
    • getLocalPort

      int getLocalPort()