|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netserv.ipauth.impl.UdhcpLease
public class UdhcpLease
Field Summary | |
---|---|
byte[] |
chaddr
|
byte[] |
expires
|
byte[] |
xid
|
byte[] |
yaddr
|
Constructor Summary | |
---|---|
UdhcpLease(byte[] xid,
byte[] chaddr,
byte[] yaddr,
byte[] expires)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public byte[] chaddr
public byte[] expires
public byte[] xid
public byte[] yaddr
Constructor Detail |
---|
public UdhcpLease(byte[] xid, byte[] chaddr, byte[] yaddr, byte[] expires)
xid
- chaddr
- yaddr
- expires
- Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |