Field Summary |
|
final public static Protocol | AJP AJP 1.3 protocol to communicate with Apache HTTP server or Microsoft IIS. |
final public static Protocol | ALL All protocols wildcard. |
final public static Protocol | CLAP CLAP (ClassLoader Access Protocol) is a custom scheme to access to
representations via classloaders. |
final public static Protocol | FILE Local file system access protocol. |
final public static Protocol | FTP FILE is a standard scheme to access to representations stored in the file
system (locally most of the time). |
final public static Protocol | HTTP HTTP protocol. |
final public static Protocol | HTTPS HTTPS protocol (via SSL socket). |
final public static Protocol | JAR JAR (Java ARchive) is a common scheme to access to representations inside
archive files. |
final public static Protocol | JDBC JDBC protocol. |
final public static Protocol | SMTP SMTP protocol. |
final public static Protocol | SMTPS SMTPS protocol (via SSL/TLS socket). |
final public static Protocol | SMTP_STARTTLS SMTP with STARTTLS protocol (started with a plain socket). |
final public static int | UNKNOWN_PORT Indicates that the port number is undefined. |
final public static Protocol | WAR Local Web Archive access protocol. |