Uses of Interface
org.eclipse.jetty.server.HttpTransport
-
Packages that use HttpTransport Package Description org.eclipse.jetty.fcgi.server org.eclipse.jetty.http2.server org.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of HttpTransport in org.eclipse.jetty.fcgi.server
Classes in org.eclipse.jetty.fcgi.server that implement HttpTransport Modifier and Type Class Description class
HttpTransportOverFCGI
Constructors in org.eclipse.jetty.fcgi.server with parameters of type HttpTransport Constructor Description HttpChannelOverFCGI(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 Modifier and Type Class Description class
HttpTransportOverHTTP2
-
Uses of HttpTransport in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpTransport Modifier and Type Class Description class
HttpConnection
AConnection
that handles the HTTP protocol.Methods in org.eclipse.jetty.server that return HttpTransport Modifier and Type Method Description HttpTransport
HttpChannel. getHttpTransport()
Constructors in org.eclipse.jetty.server with parameters of type HttpTransport Constructor Description HttpChannel(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport)
HttpChannelOverHttp(HttpConnection httpConnection, Connector connector, HttpConfiguration config, EndPoint endPoint, HttpTransport transport)
-