Uses of Interface
org.eclipse.jetty.server.HttpTransport
Packages that use HttpTransport
-
Uses of HttpTransport in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HttpTransportModifier and TypeClassDescriptionclassAConnectionthat handles the HTTP protocol.Methods in org.eclipse.jetty.server that return HttpTransportConstructors in org.eclipse.jetty.server with parameters of type HttpTransportModifierConstructorDescriptionHttpChannel(Connector connector, HttpConfiguration configuration, org.eclipse.jetty.io.EndPoint endPoint, HttpTransport transport) HttpChannelOverHttp(HttpConnection httpConnection, Connector connector, HttpConfiguration config, org.eclipse.jetty.io.EndPoint endPoint, HttpTransport transport)