Interface | Description |
---|---|
Attachable |
A thing which can have named attachments.
|
ConduitFactory<C extends org.xnio.conduits.Conduit> | |
HeaderToken |
Representation of a token allowed within a header.
|
MultipartParser.PartHandler |
Class | Description |
---|---|
AbstractAttachable |
A thing which can have named attachments.
|
AttachmentKey<T> |
An immutable, type-safe object attachment key.
|
AttachmentList<T> | |
CanonicalPathUtils | |
Certificates |
Utility class for dealing with certificates
|
Cookies |
Class that contains utility methods for dealing with cookies.
|
CopyOnWriteMap<K,V> |
A basic copy on write map.
|
DateUtils |
Utility for parsing and generating dates
|
ETag | |
ETagUtils | |
FileUtils | |
FlexBase64 |
An efficient and flexible MIME Base64 implementation.
|
FlexBase64.Decoder |
Controls the decoding process.
|
FlexBase64.DecoderInputStream |
An input stream which decodes bytes as they are read from a stream with Base64 encoded data.
|
FlexBase64.DecoderOutputStream |
An output stream which decodes base64 data written to it, and writes the decoded output to the
wrapped inner stream.
|
FlexBase64.Encoder |
Controls the encoding process.
|
FlexBase64.EncoderInputStream |
An input stream which encodes bytes as they are read from a stream.
|
FlexBase64.EncoderOutputStream |
An output stream which base64 encodes all passed data and writes it to the wrapped target output stream.
|
HeaderMap |
An optimized array-backed header map.
|
Headers |
NOTE: if you add a new header here you must also add it to
HttpRequestParser |
HeaderTokenParser<E extends HeaderToken> |
Utility to parse the tokens contained within a HTTP header.
|
HeaderValues |
An array-backed list/deque for header string values.
|
HexConverter |
A utility class for mapping between byte arrays and their hex representation and back again.
|
HttpString |
An HTTP case-insensitive Latin-1 string.
|
ImmediateConduitFactory<T extends org.xnio.conduits.Conduit> | |
LocaleUtils | |
Methods |
NOTE: If you add a new method here you must also add it to
HttpRequestParser |
MimeMappings | |
MimeMappings.Builder | |
MultipartParser | |
MultipartParser.ParseState | |
NetworkUtils | |
PathTemplate |
Represents a parsed web socket path template.
|
Protocols |
Protocol version strings.
|
QueryParameterUtils | |
QValueParser |
Utility class for parsing headers that accept q values
|
QValueParser.QValueResult | |
RedirectBuilder |
Utility class for building redirects.
|
SameThreadExecutor | |
SecureHashMap<K,V> |
Lock-free secure concurrent hash map.
|
StatusCodes | |
StringReadChannelListener |
Simple utility class for reading a string
todo: handle unicode properly
|
StringWriteChannelListener |
A simple write listener that can be used to write out the contents of a String.
|
WrapperConduitFactory<T extends org.xnio.conduits.Conduit> |
Exception | Description |
---|---|
MalformedMessageException |
Exception that is thrown when multipart parsing cannot parse a request
|
Copyright © 2013 JBoss by Red Hat. All rights reserved.