| Interface | Description |
|---|---|
| Attachable |
A thing which can have named attachments.
|
| ByteActivityCallback |
Callback that allows the bytes read from or written to a stream to be tracked
|
| HeaderToken |
Representation of a token allowed within a header.
|
| ObjectPool<T> |
A pool of objects.
|
| PooledObject<T> |
Represents a generic pooled object
|
| UndertowConnectorLogger |
log messages start at 5000
|
| UndertowConnectorMessages |
| Class | Description |
|---|---|
| AbstractAttachable |
A thing which can have named attachments.
|
| AttachmentKey<T> |
An immutable, type-safe object attachment key.
|
| AttachmentList<T> | |
| Bits |
General bit-affecting utility methods.
|
| ByteRange |
Represents a byte range for a range request
|
| ByteRange.Range | |
| ByteRange.RangeResponseResult | |
| CanonicalPathUtils | |
| Certificates |
Utility class for dealing with certificates
|
| ChainedHandlerWrapper |
Handler wrapper that chains several handler wrappers together.
|
| ConcurrentDirectDeque<E> |
A concurrent deque that allows direct item removal without traversal.
|
| 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
|
| DirectByteBufferDeallocator |
DirectByteBufferDeallocator Utility class used to free direct buffer memory. |
| ETag | |
| ETagUtils | |
| FastConcurrentDirectDeque<E> |
A modified version of ConcurrentLinkedDeque which includes direct
removal.
|
| FileUtils | |
| FlexBase64 |
An efficient and flexible 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.
|
| Headers | Deprecated |
| HeaderTokenParser<E extends HeaderToken> |
Utility to parse the tokens contained within a HTTP header.
|
| HeaderValues | Deprecated |
| HexConverter |
A utility class for mapping between byte arrays and their hex representation and back again.
|
| HttpAttachments |
Exchange attachments that have specific meaning when using the HTTP getProtocol
|
| HttpString | Deprecated |
| HttpTokens |
TODO: this should not be required, delete this
|
| ImmediateAuthenticationMechanismFactory |
AuthenticationMechanismFactory that simply returns a pre configured AuthenticationMechanism |
| IoUtils |
General I/O utility methods.
|
| LegacyCookieSupport |
Class that contains static constants and utility methods for legacy Set-Cookie format.
|
| LocaleUtils |
Utility methods for getting the locale from a request.
|
| Methods | Deprecated |
| MimeMappings | |
| MimeMappings.Builder | |
| NetworkUtils | |
| NewInstanceObjectPool<T> | |
| PathMatcher<T> |
Handler that dispatches to a given handler based of a prefix match of the path.
|
| PathMatcher.PathMatch<T> | |
| PathTemplate |
Represents a parsed web socket path template.
|
| PathTemplateMatch |
The result of a path template match.
|
| PathTemplateMatcher<T> |
Utility class that provides fast path matching of path templates.
|
| PathTemplateMatcher.PathMatchResult<T> | |
| PipeliningExecutor | Deprecated |
| PortableConcurrentDirectDeque<E> |
A modified version of ConcurrentLinkedDequeue which includes direct
removal and is portable accorss all JVMs.
|
| Protocols | Deprecated |
| QueryParameterUtils |
Methods for dealing with the query string
|
| QValueParser |
Utility class for parsing headers that accept q values
|
| QValueParser.QValueResult | |
| RedirectBuilder |
Utility class for building redirects.
|
| Rfc6265CookieSupport |
Class that contains utility methods for dealing with RFC6265 Cookies.
|
| SameThreadExecutor | |
| Sessions |
Utility class for working with sessions.
|
| SimpleObjectPool<T> |
Simple pool that attempts to maintain a specified number of objects in the pool.
|
| SubstringMap<V> |
A string keyed map that can be accessed as a substring, eliminating the need to allocate a new string
to do a key comparison against.
|
| SubstringMap.SubstringMatch<V> | |
| UndertowConnectorLogger_$logger |
Warning this class consists of generated code.
|
| UndertowConnectorMessages_$bundle |
Warning this class consists of generated code.
|
| URLUtils |
Utilities for dealing with URLs
|
| Exception | Description |
|---|---|
| BadRequestException |
Exception that is thrown when bad request is detected
|
| MalformedMessageException |
Exception that is thrown when multipart parsing cannot parse a request
|
| ParameterLimitException |
Exception that is thrown if the max query or path parameter limit is exceeded
|
| RequestTooBigException | |
| TruncatedResponseException |
An exception indicating that the response channel was prematurely closed.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.