| Class | Description |
|---|---|
| ClientHelper |
Client connector helper.
|
| ConnectorHelper<T extends Connector> |
Base connector helper.
|
| FtpClientHelper |
FTP client connector using the
URLConnection. |
| HttpClientHelper |
HTTP client connector using the
HttpUrlConnectionCall. |
| HttpExchangeCall |
Call that is used by the Basic HTTP server.
|
| HttpProtocolHelper |
Protocol helper for the HTTP protocol.
|
| HttpServerHelper |
Internal HTTP server connector.
|
| HttpsServerHelper |
Internal HTTPS server connector.
|
| HttpUrlConnectionCall |
HTTP client connector call based on JDK's java.net.HttpURLConnection class.
|
| NetServerHelper |
Abstract Internal web server connector based on com.sun.net.httpserver
package.
|
| ProtocolHelper |
Protocol helper.
|
| ServerHelper |
Server connector helper.
|
| WebDavProtocolHelper | Deprecated
Will be removed in next version.
|
| Annotation Type | Description |
|---|---|
| Method |
Meta annotation to declare method annotations.
|
Copyright © 2005–2025. All rights reserved.