|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.noelios.restlet.util.IdentClient
public class IdentClient
Simple IDENT client. Follow the RFC 1413.
Constructor Summary | |
---|---|
IdentClient(java.lang.String clientAddress,
int clientPort,
int serverPort)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getHostType()
Returns the remote host type. |
java.lang.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(java.lang.String clientAddress, int clientPort, int serverPort)
clientAddress
- The client IP address.clientPort
- The client port (remote).serverPort
- The server port (local).Method Detail |
---|
public java.lang.String getHostType()
public java.lang.String getUserIdentifier()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |