Uses of Class
dev.vality.fistful.p2p_session.Session
| Package | Description |
|---|---|
| dev.vality.fistful.p2p_session |
-
Uses of Session in dev.vality.fistful.p2p_session
Fields in dev.vality.fistful.p2p_session declared as Session Modifier and Type Field Description SessionCreatedChange. sessionMethods in dev.vality.fistful.p2p_session that return Session Modifier and Type Method Description SessionSession. deepCopy()SessionCreatedChange. getSession()SessionSession. setDomainRevision(long domain_revision)SessionSession. setId(String id)SessionSession. setP2pTransfer(P2PTransfer p2p_transfer)SessionSession. setPartyRevision(long party_revision)SessionSession. setProviderLegacy(int provider_legacy)SessionSession. setRoute(Route route)SessionSession. setStatus(SessionStatus status)Methods in dev.vality.fistful.p2p_session with parameters of type Session Modifier and Type Method Description intSession. compareTo(Session other)booleanSession. equals(Session that)CreatedChangeCreatedChange. setSession(Session session)Constructors in dev.vality.fistful.p2p_session with parameters of type Session Constructor Description CreatedChange(Session session)Session(Session other)Performs a deep copy on other.