Uses of Enum
org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
-
Uses of ConnectionFactory.Detecting.Detection in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionConnectionFactory.Detecting.detect
(ByteBuffer buffer) Check the bytes in the givenbuffer
to figure out if thisConnectionFactory.Detecting
instance can work with them or not.DetectorConnectionFactory.detect
(ByteBuffer buffer) Performs a detection using multipleConnectionFactory.Detecting
instances and returns the aggregated outcome.SslConnectionFactory.detect
(ByteBuffer buffer) Returns the enum constant of this type with the specified name.ConnectionFactory.Detecting.Detection.values()
Returns an array containing the constants of this enum type, in the order they are declared.