|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.Banlist.Entry
public static class Banlist.Entry
Field Summary | |
---|---|
String |
cause
why they were banlisted |
String |
causeCode
separate code so cause can contain {0} for translation |
long |
expireOn
when it should expire, per the i2p clock |
Set<String> |
transports
what transports they were banlisted for (String), or null for all transports |
Constructor Summary | |
---|---|
Banlist.Entry()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long expireOn
public String cause
public String causeCode
public Set<String> transports
Constructor Detail |
---|
public Banlist.Entry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |