Uses of Interface
org.eclipse.jetty.io.Transport
Package
Description
Jetty IO : Core classes for Jetty IO subsystem
Jetty Server : Core Server API
-
Uses of Transport in org.eclipse.jetty.client
ModifierConstructorDescriptionOrigin
(String scheme, Origin.Address address, Object tag, Origin.Protocol protocol, Transport transport) -
Uses of Transport in org.eclipse.jetty.client.transport
Modifier and TypeMethodDescriptionHttpRequest.getTransport()
HttpClientConnectionFactory.HTTP11.newTransport()
-
Uses of Transport in org.eclipse.jetty.http2.client
Modifier 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
-
Uses of Transport in org.eclipse.jetty.http3.client
Modifier 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
-
Uses of Transport in org.eclipse.jetty.io
Modifier 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.Modifier and TypeFieldDescriptionstatic final Transport
Transport.TCP_IP
The TCP/IPTransport
.static final Transport
Transport.UDP_IP
The UDP/IPTransport
.Modifier 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()
-
Uses of Transport in org.eclipse.jetty.quic.client
Modifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newTransport()
Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionQuicTransport
(Transport wrapped, ClientQuicConfiguration quicConfiguration) -
Uses of Transport in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
ATransport
suitable to be used when using aMemoryConnector
.
Transport
instead