Interface ClientConnection


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

      • getRemoteAddr

        String getRemoteAddr()
      • getRemoteHost

        String getRemoteHost()
      • getRemotePort

        int getRemotePort()
      • getLocalAddr

        String getLocalAddr()
      • getLocalPort

        int getLocalPort()