Uses of Class
dev.vality.fistful.p2p_session.SessionFinished
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of SessionFinished in dev.vality.fistful.p2p_session
Methods in dev.vality.fistful.p2p_session that return SessionFinished Modifier and Type Method Description SessionFinishedSessionFinished. deepCopy()SessionFinishedSessionStatus. getFinished()SessionFinishedSessionFinished. setResult(Result result)Methods in dev.vality.fistful.p2p_session with parameters of type SessionFinished Modifier and Type Method Description intSessionFinished. compareTo(SessionFinished other)booleanSessionFinished. equals(SessionFinished that)static SessionStatusSessionStatus. finished(SessionFinished value)voidSessionStatus. setFinished(SessionFinished value)Constructors in dev.vality.fistful.p2p_session with parameters of type SessionFinished Constructor Description SessionFinished(SessionFinished other)Performs a deep copy on other.