| Interface | Description |
|---|---|
| FileCache |
Created Jan 8, 2009
|
| Http |
Created Jan 8, 2009
|
| HttpRedirect |
A
Protocol which redirects an HTTP(S) request to a different location
using HTTP 302 redirection semantics. |
| NetworkConfig |
Contains complete Grizzly configuration.
|
| NetworkListener |
Binds protocol to a specific endpoint to listen on
|
| NetworkListeners |
Contains set of network-listener, which bind protocol to a specific endpoint to listen on
|
| PortUnification |
Defines logic of hosting several protocol on a single tcp port.
|
| Protocol |
Defines one single high-level protocol like: http, https, iiop, etc.
|
| ProtocolChain |
Defines the type of protocol chain and describes protocol filters, which will participate in request processing
|
| ProtocolChainInstanceHandler |
Defines protocol chain instantiation and releasing logic
|
| ProtocolFilter |
Defines single protocol filter in a sequence
|
| ProtocolFinder |
Describes a protocol finder/recognizer, which is able to recognize whether incoming request
belongs to the specific protocol or not.
|
| Protocols |
Contains the description of higher level protocols like: http, https, iiop, etc.
|
| SelectionKeyHandler | Deprecated
This element is effectively ignored.
|
| Ssl |
Define SSL processing parameters
|
| ThreadPool | |
| Transport |
Defines one specific transport and its properties
|
| Transports |
| Class | Description |
|---|---|
| Http.Duck | |
| NetworkAddressValidator | |
| NetworkConfig.Duck | |
| NetworkListener.Duck | |
| NetworkListeners.Duck | |
| PortUnification.Duck | |
| Protocol.Duck | |
| ProtocolChain.Duck | |
| ProtocolFilter.Duck | |
| ProtocolFinder.Duck | |
| Protocols.Duck | |
| RangeValidator |
ConstraintValidator for validating the Range within min to max or ${...} or null.
|
| ThreadPool.Duck | |
| Transport.Duck | |
| Transports.Duck |
| Annotation Type | Description |
|---|---|
| NetworkAddress | |
| Range |
Constraint validates the data is within the range of min to max or ${...} or null.
|
Copyright © 2019. All rights reserved.