|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dist1.acb.common.transport.Packet dist1.acb.common.transport.Request dist1.acb.common.transport.RequestUpdate dist1.acb.common.transport.concretePackets.RequestLogin
Request for a login (second phase: signature)
Constructor Summary | |
RequestLogin(java.lang.String login,
java.math.BigInteger signature,
java.lang.String ip,
int port,
java.lang.Integer lastRequest)
Creates a new instance of RequestLogin |
Method Summary | |
java.lang.String |
getCbl()
Getter for property cbl. |
java.lang.String |
getIp()
Getter for property ip. |
java.lang.Integer |
getLastRequest()
Getter for property lastRequest. |
java.lang.String |
getLogin()
Getter for property login. |
int |
getPort()
Getter for property port. |
java.math.BigInteger |
getSignature()
Getter for property signature. |
void |
setCbl(java.lang.String cbl)
Setter for property cbl. |
void |
setIp(java.lang.String ip)
Setter for property ip. |
void |
setLastRequest(java.lang.Integer lastRequest)
Setter for property lastRequest. |
void |
setLogin(java.lang.String login)
Setter for property login. |
void |
setPort(int port)
Setter for property port. |
void |
setSignature(java.math.BigInteger signature)
Setter for property signature. |
Methods inherited from class dist1.acb.common.transport.Packet |
equals, getId, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RequestLogin(java.lang.String login, java.math.BigInteger signature, java.lang.String ip, int port, java.lang.Integer lastRequest)
login
- A name of the usersignature
- User's passwordip
- Current IP of the userport
- Current port of the user's ProviderlastRequest
- ID of last user's request (null if the information is unavailable)Method Detail |
public void setCbl(java.lang.String cbl)
cbl
- New value of property cbl.public java.lang.String getCbl()
public void setIp(java.lang.String ip)
ip
- New value of property ip.public java.lang.String getIp()
public void setLastRequest(java.lang.Integer lastRequest)
lastRequest
- New value of property lastRequest.public java.lang.Integer getLastRequest()
public void setLogin(java.lang.String login)
login
- New value of property login.public java.lang.String getLogin()
public void setPort(int port)
port
- New value of property port.public int getPort()
public void setSignature(java.math.BigInteger signature)
signature
- New value of property signature.public java.math.BigInteger getSignature()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |