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 TypeMethodDescriptionvoid
HTTP2Client.accept
(Transport transport, SocketChannel channel, ClientConnectionFactory factory, Session.Listener listener, Promise<Session> promise) void
HTTP2Client.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) void
HTTP2Client.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 class
Abstract implementation ofTransport
based on IP.static class
Abstract implementation ofTransport
based on sockets.static class
The TCP/IPTransport
.static class
The stream Unix-Domain socketTransport
.static class
The UDP/IPTransport
.static class
The datagram Unix-Domain socketTransport
.static class
Abstract implementation ofTransport
based on Unix-Domain sockets.static class
A wrapper forTransport
instances to allow layering ofTransport
s.Fields in org.eclipse.jetty.io declared as TransportModifier and TypeFieldDescriptionstatic final Transport
Transport.TCP_IP
The TCP/IPTransport
.static final Transport
Transport.UDP_IP
The UDP/IPTransport
.Methods in org.eclipse.jetty.io that return TransportModifier and TypeMethodDescriptionTransport.Wrapper.getWrapped()
abstract Transport
ClientConnectionFactory.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 TypeClassDescriptionclass
ATransport
suitable to be used when using aMemoryConnector
.
Transport
instead