See: Description
Interface | Description |
---|---|
Context |
Representation of a web application.
|
Lifecycle |
Interface for lifecycle events.
|
VirtualServer |
Representation of a virtual server.
|
WebContainer |
Class representing an embedded web container, which supports the
programmatic creation of different types of web protocol listeners
and virtual servers, and the registration of static and dynamic
web resources into the URI namespace.
|
WebListener |
Representation of a network listener for web requests.
|
Class | Description |
---|---|
AjpListener |
Listener which listens via AJP protocol.
|
HttpListener |
HTTP Listener listens on a TCP port for incoming HTTP connection.
|
HttpsListener |
HTTPS Listener which listens on a protocol that is secured.
|
WebListenerBase |
Base implementation of the WebListener interface
|
Exception | Description |
---|---|
ConfigException |
Exception thrown when a web container component fails to be
(re)configured, or if it fails to be registered with another web
container component because its id (in the case of VirtualServer
and WebListener) or context root (in the case of
Context) is already taken.
|
Copyright © 2020. All rights reserved.