|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.restlet.engine.log.IdentClient
public class IdentClient
Simple IDENT client. Follow the RFC 1413.
| Constructor Summary | |
|---|---|
IdentClient(String clientAddress,
int clientPort,
int serverPort)
Constructor. |
|
| Method Summary | |
|---|---|
String |
getHostType()
Returns the remote host type. |
String |
getUserIdentifier()
Returns the user identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentClient(String clientAddress,
int clientPort,
int serverPort)
clientAddress - The client IP address.clientPort - The client port (remote).serverPort - The server port (local).| Method Detail |
|---|
public String getHostType()
public String getUserIdentifier()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||