Package org.restlet.engine.log
Class IdentClient
java.lang.Object
org.restlet.engine.log.IdentClient
Simple IDENT client. Follow the RFC 1413.
- Author:
- Jerome Louvel
-
Constructor Summary
ConstructorsConstructorDescriptionIdentClient(String clientAddress, int clientPort, int serverPort) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the remote host type.Returns the user identifier.
-
Constructor Details
-
IdentClient
Constructor.- Parameters:
clientAddress- The client IP address.clientPort- The client port (remote).serverPort- The server port (local).
-
-
Method Details
-
getHostType
Returns the remote host type.- Returns:
- The remote host type.
-
getUserIdentifier
Returns the user identifier.- Returns:
- The user identifier.
-