Uses of Interface
nl.goodbytes.xmpp.xep0363.Repository
-
Packages that use Repository Package Description nl.goodbytes.xmpp.xep0363 nl.goodbytes.xmpp.xep0363.repository -
-
Uses of Repository in nl.goodbytes.xmpp.xep0363
Methods in nl.goodbytes.xmpp.xep0363 that return Repository Modifier and Type Method Description RepositoryRepositoryManager. getRepository()Methods in nl.goodbytes.xmpp.xep0363 with parameters of type Repository Modifier and Type Method Description voidRepositoryManager. initialize(Repository repository)Constructors in nl.goodbytes.xmpp.xep0363 with parameters of type Repository Constructor Description Launcher(String xmppHost, Integer xmppPort, String domain, String sharedSecret, String webProtocol, String webHost, Integer webPort, String webContextRoot, String announcedWebProtocol, String announcedWebHost, Integer announcedWebPort, String announcedWebContextRoot, Repository repository, Long maxFileSize, boolean wildcardCORS, MalwareScanner malwareScanner) -
Uses of Repository in nl.goodbytes.xmpp.xep0363.repository
Classes in nl.goodbytes.xmpp.xep0363.repository that implement Repository Modifier and Type Class Description classAbstractFileSystemRepositoryA repository of files, backed by a (presumably local) file system.classDirectoryRepositoryA repository of files, backed by a regular directory.classTempDirectoryRepositoryA repository of files, backed by a temporary directory.
-