| Interface | Description |
|---|---|
| EmbeddedServer<T extends AbstractConfiguration> |
Specification of embedded server.
|
| EmbeddedServerProvider<T extends AbstractConfiguration> | |
| Hook |
Hook that will be invoked:
Before server is started.
Just after server is started.
After server is stopped.
|
| Class | Description |
|---|---|
| AbstractConfiguration |
Generic configuration that should be extended for
each custom embedded server.
|
| AbstractConfigurationBuilder<T extends AbstractConfigurationBuilder<T,U>,U extends AbstractConfiguration> |
Builder for
AbstractConfiguration instances, should be extended by custom configuration implementation. |
| AbstractEmbeddedServer<S,T extends AbstractConfiguration> |
Partial implementation of an embedded server.
|
| Enum | Description |
|---|---|
| ServerStatus |
Flag that can be used to track server status.
|
Copyright © 2018. All rights reserved.