Uses of Class
org.eclipse.jetty.server.AbstractConnectionFactory
-
Packages that use AbstractConnectionFactory Package Description org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of AbstractConnectionFactory in org.eclipse.jetty.server
Subclasses of AbstractConnectionFactory in org.eclipse.jetty.server Modifier and Type Class Description class
HttpConnectionFactory
A Connection Factory for HTTP Connections.class
NegotiatingServerConnectionFactory
class
OptionalSslConnectionFactory
A ConnectionFactory whose connections detect whether the first bytes are TLS bytes and upgrades to either a TLS connection or to another configurable connection.class
ProxyConnectionFactory
ConnectionFactory for the PROXY Protocol.class
SslConnectionFactory
-