| Interface | Description |
|---|---|
| RoutingContextInternal |
Internal methods that are not expected or prime to be in the public API
|
| Class | Description |
|---|---|
| BlockingHandlerDecorator |
Wraps a handler that would normally block and turn it into a non-blocking handler.
|
| ConcurrentLRUCache<K,V> |
Concurrent LRU cache.
|
| FileUploadImpl | |
| HeaderParser |
Build with the intent of following
rfc7231,section-5.3.1's specification.
|
| LRUCache<K,V> | |
| Origin |
An origin follows rfc6454#section-7
and is expected to have the format:
<scheme> "://" <hostname> [ ":" <port> ] |
| ParsableHeaderValue | |
| ParsableHeaderValuesContainer | |
| ParsableLanguageValue | |
| ParsableMIMEValue | |
| RouteImpl |
This class is thread-safe
|
| RouterImpl |
This class is thread-safe
|
| RoutingContextDecorator |
Decorate a
RoutingContext and simply delegate all method calls to the decorated handler |
| RoutingContextImpl | |
| RoutingContextImplBase | |
| RoutingContextWrapper | |
| ServerWebSocketWrapper | |
| Utils |
Copyright © 2021. All rights reserved.