Uses of Class
org.eclipse.jetty.server.ConnectionFactory.Detecting.Detection
-
Packages that use ConnectionFactory.Detecting.Detection Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of ConnectionFactory.Detecting.Detection in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return ConnectionFactory.Detecting.Detection Modifier and Type Method Description ConnectionFactory.Detecting.Detection
ConnectionFactory.Detecting. detect(java.nio.ByteBuffer buffer)
Check the bytes in the givenbuffer
to figure out if thisConnectionFactory.Detecting
instance can work with them or not.ConnectionFactory.Detecting.Detection
DetectorConnectionFactory. detect(java.nio.ByteBuffer buffer)
Performs a detection using multipleConnectionFactory.Detecting
instances and returns the aggregated outcome.ConnectionFactory.Detecting.Detection
SslConnectionFactory. detect(java.nio.ByteBuffer buffer)
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.
-