com.caucho.hemp.servlet
Class LoginQuery
java.lang.Object
com.caucho.hemp.servlet.LoginQuery
- All Implemented Interfaces:
- java.io.Serializable
public class LoginQuery
- extends java.lang.Object
- implements java.io.Serializable
Authentication query merges the Hmtp authentication and bind steps
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoginQuery
public LoginQuery(AuthQuery auth,
java.lang.String ipAddress)
- login packet
getAuth
public AuthQuery getAuth()
getAddress
public java.lang.String getAddress()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object