Class | Description |
---|---|
Jdk9Platform |
OpenJDK 9+.
|
JdkWithJettyBootPlatform |
OpenJDK 7 or OpenJDK 8 with
org.mortbay.jetty.alpn/alpn-boot in the boot class path. |
JdkWithJettyBootPlatform.JettyNegoProvider |
Handle the methods of ALPN's ClientProvider and ServerProvider without a compile-time
dependency on those interfaces.
|
OptionalMethod<T> |
Duck-typing for methods: Represents a method that may or may not be present on an object.
|
Platform |
Access to platform-specific features.
|