All Classes and Interfaces

Class
Description
Base class for the parser implementations.
The asynchronous implementation of the parser.
The blocking implementation of the parser.
An input stream implementation which reads from the given byte buffer.
This class is used to extract, store and retrieve header keys and values.
Exception thrown by the multipart parser.
Copied from Undertow.
A channel implementation which provides no data and discards the data supplied.
A functional interface.
A functional interface.
A functional interface.
A functional interface.
A channel implementation which writes the ByteBuffer data to the given OutputStream instance.
A value holder class, allowing the caller to provide various output objects, like a byte channel or an output stream.
Exception thrown when there is a maximum size limit set for the individual parts and it is exceeded for the first time.
This interface represents a part item, which is being streamed from the client.
Default implementation of PartStream.
Exception thrown when there is a maximum size limit set for the whole request and it is exceeded for the first time.
The context object which is passed to the user-supplied functions, allowing the user to get the necessary objects during the various stages of the parsing.
Default implementation of UploadContext.
The main class for the library.
Base class for the size related exceptions.