Uses of Interface
org.eclipse.jetty.server.HttpTransport
Packages that use HttpTransport
Package
Description
Jetty Server : Core Server API
-
Uses of HttpTransport in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement HttpTransportConstructors in org.eclipse.jetty.fcgi.server with parameters of type HttpTransportModifierConstructorDescriptionHttpChannelOverFCGI
(ServerFCGIConnection connection, Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport) -
Uses of HttpTransport in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement HttpTransport -
Uses of HttpTransport in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpTransportMethods in org.eclipse.jetty.server that return HttpTransportConstructors in org.eclipse.jetty.server with parameters of type HttpTransportModifierConstructorDescriptionHttpChannel
(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport) HttpChannelOverHttp
(HttpConnection httpConnection, Connector connector, HttpConfiguration config, EndPoint endPoint, HttpTransport transport)