Uses of Class
rocks.xmpp.extensions.hashes.model.Hash
-
Packages that use Hash Package Description rocks.xmpp.extensions.caps Provides classes for XEP-0115: Entity Capabilities.rocks.xmpp.extensions.caps.client rocks.xmpp.extensions.filetransfer Provides an abstraction for different kinds of file transfer.rocks.xmpp.extensions.filetransfer.model Provides common interfaces for file transfer.rocks.xmpp.extensions.hashes.model Provides XML schema implementations of XEP-0300: Use of Cryptographic Hash Functions in XMPP.rocks.xmpp.extensions.jingle.apps.filetransfer.model Provides XML schema implementations of XEP-0234: Jingle File Transfer.rocks.xmpp.extensions.si.profile.filetransfer.model Provides XML schema implementations of XEP-0096: SI File Transfer. -
-
Uses of Hash in rocks.xmpp.extensions.caps
Methods in rocks.xmpp.extensions.caps with parameters of type Hash Modifier and Type Method Description DiscoverableInfoEntityCapabilitiesManager. readCapabilities(Hash hash)Reads capabilities from a cache.voidEntityCapabilitiesManager. writeCapabilities(Hash hash, DiscoverableInfo discoverableInfo)Writes capabilities to the cache. -
Uses of Hash in rocks.xmpp.extensions.caps.client
Methods in rocks.xmpp.extensions.caps.client with parameters of type Hash Modifier and Type Method Description DiscoverableInfoClientEntityCapabilitiesManager. readCapabilities(Hash hash)voidClientEntityCapabilitiesManager. writeCapabilities(Hash hash, DiscoverableInfo discoverableInfo) -
Uses of Hash in rocks.xmpp.extensions.filetransfer
Methods in rocks.xmpp.extensions.filetransfer that return types with arguments of type Hash Modifier and Type Method Description List<Hash>FileTransferOfferEvent. getHashes() -
Uses of Hash in rocks.xmpp.extensions.filetransfer.model
Methods in rocks.xmpp.extensions.filetransfer.model that return types with arguments of type Hash Modifier and Type Method Description List<Hash>FileTransferOffer. getHashes()Gets the hashes of the file contents. -
Uses of Hash in rocks.xmpp.extensions.hashes.model
Methods in rocks.xmpp.extensions.hashes.model that return Hash Modifier and Type Method Description static HashHash. from(Hashed hashed) -
Uses of Hash in rocks.xmpp.extensions.jingle.apps.filetransfer.model
Methods in rocks.xmpp.extensions.jingle.apps.filetransfer.model that return types with arguments of type Hash Modifier and Type Method Description List<Hash>JingleFileTransfer.File. getHashes()Constructors in rocks.xmpp.extensions.jingle.apps.filetransfer.model with parameters of type Hash Constructor Description File(String name, long size, Instant lastModified, Hash hash, String description)File(String name, long size, Instant lastModified, Hash hash, String description, Thumbnail thumbnail) -
Uses of Hash in rocks.xmpp.extensions.si.profile.filetransfer.model
Methods in rocks.xmpp.extensions.si.profile.filetransfer.model that return types with arguments of type Hash Modifier and Type Method Description List<Hash>SIFileTransferOffer. getHashes()Gets the MD5 sum of the file contents.
-