Uses of Interface
org.eclipse.jetty.server.HttpTransport
-
Packages that use HttpTransport Package Description org.eclipse.jetty.fcgi.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 classHttpTransportOverFCGIConstructors 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.server
Classes in org.eclipse.jetty.server that implement HttpTransport Modifier and Type Class Description classHttpConnectionAConnectionthat handles the HTTP protocol.Fields in org.eclipse.jetty.server declared as HttpTransport Modifier and Type Field Description private HttpTransportHttpChannel. _transportMethods in org.eclipse.jetty.server that return HttpTransport Modifier and Type Method Description HttpTransportHttpChannel. 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)
-