JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
H
I
L
M
N
P
R
S
T
U
C
calculateETagHash(UUID)
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
calculateETagHash(UUID)
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
Component
- Class in
nl.goodbytes.xmpp.xep0363
A XMPP component that implements XEP-0363.
Component(String, URL)
- Constructor for class nl.goodbytes.xmpp.xep0363.
Component
Instantiates a new component.
consumeSlotForPut(UUID)
- Method in class nl.goodbytes.xmpp.xep0363.
SlotManager
contains(UUID)
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
contains(UUID)
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
D
delete(Path)
- Static method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
destroy()
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
destroy()
- Method in class nl.goodbytes.xmpp.xep0363.
Servlet
destroy()
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
discoInfoFeatureNamespaces()
- Method in class nl.goodbytes.xmpp.xep0363.
Component
discoInfoIdentityCategory()
- Method in class nl.goodbytes.xmpp.xep0363.
Component
discoInfoIdentityCategoryType()
- Method in class nl.goodbytes.xmpp.xep0363.
Component
doGet(HttpServletRequest, HttpServletResponse)
- Method in class nl.goodbytes.xmpp.xep0363.
Servlet
doPut(HttpServletRequest, HttpServletResponse)
- Method in class nl.goodbytes.xmpp.xep0363.
Servlet
G
getContentType(UUID)
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
getContentType(UUID)
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
getCreationDate()
- Method in class nl.goodbytes.xmpp.xep0363.
Slot
getCreator()
- Method in class nl.goodbytes.xmpp.xep0363.
Slot
getDescription()
- Method in class nl.goodbytes.xmpp.xep0363.
Component
getDesired()
- Method in exception nl.goodbytes.xmpp.xep0363.
TooLargeException
getInputStream(UUID)
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
getInputStream(UUID)
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
getInstance()
- Static method in class nl.goodbytes.xmpp.xep0363.
SlotManager
getMaxFileSize()
- Method in class nl.goodbytes.xmpp.xep0363.
SlotManager
getMaximum()
- Method in exception nl.goodbytes.xmpp.xep0363.
TooLargeException
getName()
- Method in class nl.goodbytes.xmpp.xep0363.
Component
getOutputStream(UUID)
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
getOutputStream(UUID)
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
getSize(UUID)
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
getSize()
- Method in class nl.goodbytes.xmpp.xep0363.
Slot
getSize(UUID)
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
getSlot(JID, String, long)
- Method in class nl.goodbytes.xmpp.xep0363.
SlotManager
getUsableSpace(Path)
- Static method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
getUsedSpace(Path)
- Static method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
getUuid()
- Method in class nl.goodbytes.xmpp.xep0363.
Slot
H
handleDiscoInfo(IQ)
- Method in class nl.goodbytes.xmpp.xep0363.
Component
handleIQGet(IQ)
- Method in class nl.goodbytes.xmpp.xep0363.
Component
I
init(ServletConfig)
- Method in class nl.goodbytes.xmpp.xep0363.
Servlet
initialize()
- Method in interface nl.goodbytes.xmpp.xep0363.
Repository
initialize()
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
L
Launcher
- Class in
nl.goodbytes.xmpp.xep0363
Serves as the 'main class', which will start the application.
Launcher(String, Integer, String, String, String, Integer, String, String, Integer)
- Constructor for class nl.goodbytes.xmpp.xep0363.
Launcher
M
main(String[])
- Static method in class nl.goodbytes.xmpp.xep0363.
Launcher
N
NAMESPACE
- Static variable in class nl.goodbytes.xmpp.xep0363.
Component
NAMESPACE_EXP
- Static variable in class nl.goodbytes.xmpp.xep0363.
Component
nl.goodbytes.xmpp.xep0363
- package nl.goodbytes.xmpp.xep0363
P
purge()
- Method in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
R
Repository
- Interface in
nl.goodbytes.xmpp.xep0363
Stores uploaded files for later retrieval.
repository
- Variable in class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
S
Servlet
- Class in
nl.goodbytes.xmpp.xep0363
Responsible for the HTTP(s) processing as defined in XEP-0363.
Servlet()
- Constructor for class nl.goodbytes.xmpp.xep0363.
Servlet
Slot
- Class in
nl.goodbytes.xmpp.xep0363
Representation of a ticket that is allows a single file upload.
Slot(JID, String, long)
- Constructor for class nl.goodbytes.xmpp.xep0363.
Slot
SlotManager
- Class in
nl.goodbytes.xmpp.xep0363
A manager of HTTP slots.
start()
- Method in class nl.goodbytes.xmpp.xep0363.
Launcher
T
TempDirectoryRepository
- Class in
nl.goodbytes.xmpp.xep0363
A repository of files, backed by a temporary directory.
TempDirectoryRepository()
- Constructor for class nl.goodbytes.xmpp.xep0363.
TempDirectoryRepository
TooLargeException
- Exception in
nl.goodbytes.xmpp.xep0363
An exception indicating that a 'desire' is larger than a particular maximum.
TooLargeException(long, long)
- Constructor for exception nl.goodbytes.xmpp.xep0363.
TooLargeException
U
uuidFromPath(String)
- Static method in class nl.goodbytes.xmpp.xep0363.
Servlet
C
D
G
H
I
L
M
N
P
R
S
T
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017
Goodbytes
. All rights reserved.