| Package | Description |
|---|---|
| nl.goodbytes.xmpp.xep0363 | |
| nl.goodbytes.xmpp.xep0363.repository |
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryManager.getRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryManager.initialize(Repository repository) |
| Constructor and Description |
|---|
Launcher(String xmppHost,
Integer xmppPort,
String domain,
String sharedSecret,
String webHost,
Integer webPort,
String webContextRoot,
String announcedWebProtocol,
String announcedWebHost,
Integer announcedWebPort,
String announcedWebContextRoot,
Repository repository,
Long maxFileSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileSystemRepository
A repository of files, backed by a (presumably local) file system.
|
class |
DirectoryRepository
A repository of files, backed by a regular directory.
|
class |
TempDirectoryRepository
A repository of files, backed by a temporary directory.
|
Copyright © 2017–2020 Goodbytes. All rights reserved.