| Class | Description |
|---|---|
| EmulatedServer | |
| HandlerOptions |
A class that encapsulates the options from the test runner, which are used to determine the options and
state of the servlet handler created for capturing the secure client requests
|
| RequestRepresenter |
Proxy class to serialize incoming HttpServletRequests into an internal XML document.
|
| SamlAuthRequest | |
| ServerOptions |
Class for options passed to emulated server types in TestServer.
|
| ServerWms111 |
Class to emulate an OGC WMS 1.1.1 instance.
|
| ServerWms13 |
Class to emulate an OGC WMS 1.3.0 instance.
|
| ServerWps20 |
Class to emulate an OGC WPS 2.0 instance.
|
| TestServer |
A wrapper class around the Jetty Server class.
|
| TestServer.TestAsyncServlet |
Use a servlet class to capture requests from the secure client.
|
| UnifiedEndPoint |
Subclass of EndPoint for reading the first few bytes of a client connection to determine if it is
a TLS handshake (HTTPS enabled) or not (HTTP only).
|
| UnifiedSslConnectionFactory |
Wrapper class for SslConnectionFactory to implement a read ahead (peek) on a client connection, to
determine if the client is connecting with an HTTPS (SSL/TLS) handshake or without (implying regular
HTTP connection).
|
Copyright © 2021 Open Geospatial Consortium. All rights reserved.