Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Method and Description |
---|---|
ConnectionFactory.Detecting.Detection |
SslConnectionFactory.detect(java.nio.ByteBuffer buffer) |
ConnectionFactory.Detecting.Detection |
ProxyConnectionFactory.ProxyV1ConnectionFactory.detect(java.nio.ByteBuffer buffer) |
ConnectionFactory.Detecting.Detection |
ProxyConnectionFactory.ProxyV2ConnectionFactory.detect(java.nio.ByteBuffer buffer) |
ConnectionFactory.Detecting.Detection |
DetectorConnectionFactory.detect(java.nio.ByteBuffer buffer)
Performs a detection using multiple
ConnectionFactory.Detecting instances and returns the aggregated outcome. |
ConnectionFactory.Detecting.Detection |
ConnectionFactory.Detecting.detect(java.nio.ByteBuffer buffer)
Check the bytes in the given
buffer to figure out if this ConnectionFactory.Detecting instance
can work with them or not. |
static ConnectionFactory.Detecting.Detection |
ConnectionFactory.Detecting.Detection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionFactory.Detecting.Detection[] |
ConnectionFactory.Detecting.Detection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|