Class IdentClient

java.lang.Object
org.restlet.engine.log.IdentClient

public class IdentClient extends Object
Simple IDENT client. Follow the RFC 1413.
Author:
Jerome Louvel
  • Constructor Details

    • IdentClient

      public IdentClient(String clientAddress, int clientPort, int serverPort)
      Constructor.
      Parameters:
      clientAddress - The client IP address.
      clientPort - The client port (remote).
      serverPort - The server port (local).
  • Method Details

    • getHostType

      public String getHostType()
      Returns the remote host type.
      Returns:
      The remote host type.
    • getUserIdentifier

      public String getUserIdentifier()
      Returns the user identifier.
      Returns:
      The user identifier.