Uses of Interface
org.eclipse.jetty.io.Transport
Packages that use Transport
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
-
Uses of Transport in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return TransportMethods in org.eclipse.jetty.client with parameters of type TransportConstructors in org.eclipse.jetty.client with parameters of type TransportModifierConstructorDescriptionOrigin(String scheme, Origin.Address address, Object tag, Origin.Protocol protocol, Transport transport) -
Uses of Transport in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return TransportModifier and TypeMethodDescriptionHttpRequest.getTransport()HttpClientConnectionFactory.HTTP11.newTransport()Methods in org.eclipse.jetty.client.transport with parameters of type Transport -
Uses of Transport in org.eclipse.jetty.http2.client
Methods in org.eclipse.jetty.http2.client with parameters of type TransportModifier and TypeMethodDescriptionvoidHTTP2Client.accept(Transport transport, SocketChannel channel, ClientConnectionFactory factory, Session.Listener listener, Promise<Session> promise) voidHTTP2Client.connect(Transport transport, SocketAddress address, ClientConnectionFactory factory, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) HTTP2Client.connect(Transport transport, SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener) voidHTTP2Client.connect(Transport transport, SslContextFactory.Client sslContextFactory, SocketAddress address, Session.Listener listener, Promise<Session> promise, Map<String, Object> context) -
Uses of Transport in org.eclipse.jetty.http2.client.transport
Methods in org.eclipse.jetty.http2.client.transport that return Transport -
Uses of Transport in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client with parameters of type TransportModifier and TypeMethodDescriptionHTTP3Client.connect(Transport transport, SocketAddress socketAddress, Session.Client.Listener listener, Map<String, Object> context) -
Uses of Transport in org.eclipse.jetty.http3.client.transport
Methods in org.eclipse.jetty.http3.client.transport that return Transport -
Uses of Transport in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement TransportModifier and TypeClassDescriptionstatic classAbstract implementation ofTransportbased on IP.static classAbstract implementation ofTransportbased on sockets.static classThe TCP/IPTransport.static classThe stream Unix-Domain socketTransport.static classThe UDP/IPTransport.static classThe datagram Unix-Domain socketTransport.static classAbstract implementation ofTransportbased on Unix-Domain sockets.static classA wrapper forTransportinstances to allow layering ofTransports.Fields in org.eclipse.jetty.io declared as TransportModifier and TypeFieldDescriptionstatic final TransportTransport.TCP_IPThe TCP/IPTransport.static final TransportTransport.UDP_IPThe UDP/IPTransport.Methods in org.eclipse.jetty.io that return TransportModifier and TypeMethodDescriptionTransport.Wrapper.getWrapped()abstract TransportClientConnectionFactory.Info.newTransport()ClientConnector.Configurator.newTransport()Deprecated, for removal: This API element is subject to removal in a future version.ClientConnector.newTransport()Deprecated, for removal: This API element is subject to removal in a future version.Transport.Wrapper.unwrap()Constructors in org.eclipse.jetty.io with parameters of type Transport -
Uses of Transport in org.eclipse.jetty.quic.client
Classes in org.eclipse.jetty.quic.client that implement TransportMethods in org.eclipse.jetty.quic.client that return TransportModifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newTransport()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.eclipse.jetty.quic.client with parameters of type TransportModifierConstructorDescriptionQuicTransport(Transport wrapped, ClientQuicConfiguration quicConfiguration) -
Uses of Transport in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement TransportModifier and TypeClassDescriptionclassATransportsuitable to be used when using aMemoryConnector.
Transportinstead