Uses of Interface
nl.goodbytes.xmpp.xep0363.SecureUniqueId
-
Packages that use SecureUniqueId Package Description nl.goodbytes.xmpp.xep0363 nl.goodbytes.xmpp.xep0363.clamav nl.goodbytes.xmpp.xep0363.repository nl.goodbytes.xmpp.xep0363.slot -
-
Uses of SecureUniqueId in nl.goodbytes.xmpp.xep0363
Classes in nl.goodbytes.xmpp.xep0363 that implement SecureUniqueId Modifier and Type Class Description classLegacyUUIDclassSecureUUIDMethods in nl.goodbytes.xmpp.xep0363 that return SecureUniqueId Modifier and Type Method Description static SecureUniqueIdSecureUniqueIdFactory. fromString(String s)SecureUniqueIdSlot. getUuid()static SecureUniqueIdServlet. uuidFromPath(String path)Methods in nl.goodbytes.xmpp.xep0363 with parameters of type SecureUniqueId Modifier and Type Method Description StringRepository. calculateETagHash(SecureUniqueId uuid)intLegacyUUID. compareTo(SecureUniqueId o)intSecureUUID. compareTo(SecureUniqueId o)SlotSlotProvider. consume(SecureUniqueId uuid)SlotSlotManager. consumeSlotForPut(SecureUniqueId uuid)booleanRepository. contains(SecureUniqueId uuid)booleanRepository. delete(SecureUniqueId uuid)StringRepository. getContentType(SecureUniqueId uuid)InputStreamRepository. getInputStream(SecureUniqueId uuid)OutputStreamRepository. getOutputStream(SecureUniqueId uuid)longRepository. getSize(SecureUniqueId uuid)voidMalwareScanner. scan(SecureUniqueId uuid) -
Uses of SecureUniqueId in nl.goodbytes.xmpp.xep0363.clamav
Methods in nl.goodbytes.xmpp.xep0363.clamav with parameters of type SecureUniqueId Modifier and Type Method Description voidClamavMalwareScanner. scan(SecureUniqueId uuid) -
Uses of SecureUniqueId in nl.goodbytes.xmpp.xep0363.repository
Methods in nl.goodbytes.xmpp.xep0363.repository with parameters of type SecureUniqueId Modifier and Type Method Description StringAbstractFileSystemRepository. calculateETagHash(SecureUniqueId uuid)booleanAbstractFileSystemRepository. contains(SecureUniqueId uuid)booleanAbstractFileSystemRepository. delete(SecureUniqueId uuid)StringAbstractFileSystemRepository. getContentType(SecureUniqueId uuid)InputStreamAbstractFileSystemRepository. getInputStream(SecureUniqueId uuid)OutputStreamAbstractFileSystemRepository. getOutputStream(SecureUniqueId uuid)longAbstractFileSystemRepository. getSize(SecureUniqueId uuid) -
Uses of SecureUniqueId in nl.goodbytes.xmpp.xep0363.slot
Methods in nl.goodbytes.xmpp.xep0363.slot with parameters of type SecureUniqueId Modifier and Type Method Description SlotDefaultSlotProvider. consume(SecureUniqueId uuid)
-