|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.Shitlist.Entry
public static class Shitlist.Entry
Field Summary | |
---|---|
java.lang.String |
cause
why they were shitlisted |
java.lang.String |
causeCode
separate code so cause can contain {0} for translation |
long |
expireOn
when it should expire, per the i2p clock |
java.util.Set<java.lang.String> |
transports
what transports they were shitlisted for (String), or null for all transports |
Constructor Summary | |
---|---|
Shitlist.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 java.lang.String cause
public java.lang.String causeCode
public java.util.Set<java.lang.String> transports
Constructor Detail |
---|
public Shitlist.Entry()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |