Uses of Interface
org.eclipse.jetty.io.EndPoint
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
Jetty Proxy : Async Proxy Support
This module contains the main abstractions for the QUIC protocol.
Jetty Server : Core Server API
-
Uses of EndPoint in org.eclipse.jetty.alpn.client
Modifier and TypeMethodDescriptionALPNClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) ModifierConstructorDescriptionALPNClientConnection
(EndPoint endPoint, Executor executor, ClientConnectionFactory connectionFactory, SSLEngine sslEngine, Map<String, Object> context, List<String> protocols) -
Uses of EndPoint in org.eclipse.jetty.alpn.server
Modifier and TypeMethodDescriptionprotected AbstractConnection
ALPNServerConnectionFactory.newServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) -
Uses of EndPoint in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionvoid
Socks5.Authentication.authenticate
(EndPoint endPoint, Callback callback) Performs the authentication send and receive bytes exchanges specific for thisSocks5.Authentication
.ProxyProtocolClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) Socks4Proxy.Socks4ProxyClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) protected abstract ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
ProxyProtocolClientConnectionFactory.newProxyProtocolConnection
(EndPoint endPoint, Map<String, Object> context) ProxyProtocolClientConnectionFactory.V1.newProxyProtocolConnection
(EndPoint endPoint, Map<String, Object> context) ProxyProtocolClientConnectionFactory.V2.newProxyProtocolConnection
(EndPoint endPoint, Map<String, Object> context) void
HttpUpgrader.upgrade
(HttpResponse response, EndPoint endPoint, Callback callback) Upgrades the givenendPoint
to a different protocol.protected abstract void
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection.writePROXYBytes
(EndPoint endPoint, Callback callback) -
Uses of EndPoint in org.eclipse.jetty.client.dynamic
Modifier and TypeMethodDescriptionHttpClientTransportDynamic.newConnection
(EndPoint endPoint, Map<String, Object> context) protected Connection
HttpClientTransportDynamic.newNegotiatedConnection
(EndPoint endPoint, Map<String, Object> context) void
-
Uses of EndPoint in org.eclipse.jetty.client.http
Modifier and TypeMethodDescriptionHttpClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP.newConnection
(EndPoint endPoint, Map<String, Object> context) void
ProtocolHttpUpgrader.upgrade
(HttpResponse response, EndPoint endPoint, Callback callback) ModifierConstructorDescriptionHttpConnectionOverHTTP
(EndPoint endPoint, Map<String, Object> context) HttpConnectionOverHTTP
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) -
Uses of EndPoint in org.eclipse.jetty.fcgi.client.http
Modifier and TypeMethodDescriptionHttpClientTransportOverFCGI.newConnection
(EndPoint endPoint, Map<String, Object> context) protected HttpConnectionOverFCGI
HttpClientTransportOverFCGI.newHttpConnection
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) ModifierConstructorDescriptionHttpConnectionOverFCGI
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) -
Uses of EndPoint in org.eclipse.jetty.fcgi.generator
-
Uses of EndPoint in org.eclipse.jetty.fcgi.server
Modifier and TypeMethodDescriptionServerFCGIConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) ModifierConstructorDescriptionHttpChannelOverFCGI
(ServerFCGIConnection connection, Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport) ServerFCGIConnection
(Connector connector, EndPoint endPoint, HttpConfiguration configuration, boolean sendStatus200) -
Uses of EndPoint in org.eclipse.jetty.http2
ModifierConstructorDescriptionprotected
HTTP2Connection
(RetainableByteBufferPool retainableByteBufferPool, Executor executor, EndPoint endPoint, HTTP2Session session, int bufferSize) HTTP2Session
(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId) -
Uses of EndPoint in org.eclipse.jetty.http2.client
Modifier and TypeMethodDescriptionHTTP2ClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) ModifierConstructorDescriptionHTTP2ClientSession
(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) -
Uses of EndPoint in org.eclipse.jetty.http2.client.http
Modifier and TypeMethodDescriptionClientConnectionFactoryOverHTTP2.newConnection
(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP2.newConnection
(EndPoint endPoint, Map<String, Object> context) void
-
Uses of EndPoint in org.eclipse.jetty.http2.parser
Modifier and TypeMethodDescriptiondefault RateControl
RateControl.Factory.newRateControl
(EndPoint endPoint) WindowRateControl.Factory.newRateControl
(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.http2.server
Modifier and TypeMethodDescriptionAbstractHTTP2ServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) protected abstract ServerSessionListener
AbstractHTTP2ServerConnectionFactory.newSessionListener
(Connector connector, EndPoint endPoint) protected ServerSessionListener
HTTP2ServerConnectionFactory.newSessionListener
(Connector connector, EndPoint endPoint) protected ServerSessionListener
RawHTTP2ServerConnectionFactory.newSessionListener
(Connector connector, EndPoint endPoint) HTTP2CServerConnectionFactory.upgradeConnection
(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields.Mutable response101) ModifierConstructorDescriptionHTTP2ServerConnection
(RetainableByteBufferPool retainableByteBufferPool, Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, HTTP2ServerSession session, int inputBufferSize, ServerSessionListener listener) HTTP2ServerSession
(Scheduler scheduler, EndPoint endPoint, ServerParser parser, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl) HttpChannelOverHTTP2
(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransportOverHTTP2 transport) HTTPServerSessionListener
(Connector connector, EndPoint endPoint) ServerHttpChannelOverHTTP2
(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransportOverHTTP2 transport) -
Uses of EndPoint in org.eclipse.jetty.http3.client
Modifier and TypeMethodDescriptionHTTP3ClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of EndPoint in org.eclipse.jetty.http3.client.http
Modifier and TypeMethodDescriptionClientConnectionFactoryOverHTTP3.newConnection
(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP3.newConnection
(EndPoint endPoint, Map<String, Object> context) -
Uses of EndPoint in org.eclipse.jetty.http3.server
Modifier and TypeMethodDescriptionAbstractHTTP3ServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.io
Modifier and TypeClassDescriptionclass
Partial implementation of EndPoint that usesFillInterest
andWriteFlusher
.class
ByteArrayEndPoint.class
AnEndPoint
implementation based onDatagramChannel
.class
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s.class
A partialEndPoint
implementation based onSelectableChannel
.class
AnEndPoint
implementation based onSocketChannel
.Modifier and TypeMethodDescriptionAbstractConnection.getEndPoint()
Connection.getEndPoint()
protected EndPoint
ClientConnector.ClientSelectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) ClientConnector.Configurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) protected EndPoint
ClientConnector.newEndPoint
(SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) protected abstract EndPoint
SelectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint
.EndPoint.Wrapper.unwrap()
Modifier and TypeMethodDescriptionprotected void
ManagedSelector.endPointClosed
(EndPoint endPoint) protected void
SelectorManager.endPointClosed
(EndPoint endpoint) Callback method invoked when an endpoint is closed.protected void
ManagedSelector.endPointOpened
(EndPoint endPoint) protected void
SelectorManager.endPointOpened
(EndPoint endpoint) Callback method invoked when an endpoint is opened.ClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) ClientConnector.ClientSelectorManager.newConnection
(SelectableChannel channel, EndPoint endPoint, Object attachment) ClientConnector.Configurator.newConnection
(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) protected Connection
ClientConnector.newConnection
(EndPoint endPoint, Map<String, Object> context) abstract Connection
SelectorManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection
.void
ModifierConstructorDescriptionprotected
AbstractConnection
(EndPoint endPoint, Executor executor) protected
NegotiatingClientConnection
(EndPoint endPoint, Executor executor, SSLEngine sslEngine, ClientConnectionFactory connectionFactory, Map<String, Object> context) protected
WriteFlusher
(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.io.ssl
Modifier and TypeMethodDescriptionSslClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) protected SslConnection
SslClientConnectionFactory.newSslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine engine) ModifierConstructorDescriptionSslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine) SslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) SslConnection
(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) -
Uses of EndPoint in org.eclipse.jetty.proxy
Modifier and TypeMethodDescriptionConnectHandler.ConnectContext.getEndPoint()
protected EndPoint
ConnectHandler.ConnectManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key) Modifier and TypeMethodDescriptionConnectHandler.ConnectManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) protected ConnectHandler.DownstreamConnection
ConnectHandler.newDownstreamConnection
(EndPoint endPoint, ConcurrentMap<String, Object> context) protected ConnectHandler.UpstreamConnection
ConnectHandler.newUpstreamConnection
(EndPoint endPoint, ConnectHandler.ConnectContext connectContext) protected int
ConnectHandler.DownstreamConnection.read
(EndPoint endPoint, ByteBuffer buffer) protected int
ConnectHandler.read
(EndPoint endPoint, ByteBuffer buffer, ConcurrentMap<String, Object> context) Reads (with non-blocking semantic) into the givenbuffer
from the givenendPoint
.protected int
ConnectHandler.UpstreamConnection.read
(EndPoint endPoint, ByteBuffer buffer) protected abstract int
ProxyConnection.read
(EndPoint endPoint, ByteBuffer buffer) protected void
ConnectHandler.DownstreamConnection.write
(EndPoint endPoint, ByteBuffer buffer, Callback callback) protected void
ConnectHandler.UpstreamConnection.write
(EndPoint endPoint, ByteBuffer buffer, Callback callback) protected void
ConnectHandler.write
(EndPoint endPoint, ByteBuffer buffer, Callback callback, ConcurrentMap<String, Object> context) Writes (with non-blocking semantic) the given buffer of data onto the given endPoint.protected abstract void
ProxyConnection.write
(EndPoint endPoint, ByteBuffer buffer, Callback callback) ModifierConstructorDescriptionConnectContext
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.AsyncContext asyncContext, EndPoint endPoint) DownstreamConnection
(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, ConcurrentMap<String, Object> context) protected
ProxyConnection
(EndPoint endp, Executor executor, ByteBufferPool bufferPool, ConcurrentMap<String, Object> context) UpstreamConnection
(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, ConnectHandler.ConnectContext connectContext) -
Uses of EndPoint in org.eclipse.jetty.quic.client
Modifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) Modifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newConnection
(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) ModifierConstructorDescriptionClientQuicConnection
(ClientConnector connector, EndPoint endPoint, Map<String, Object> context) -
Uses of EndPoint in org.eclipse.jetty.quic.common
ModifierConstructorDescriptionprotected
QuicConnection
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.quic.server
ModifierConstructorDescriptionprotected
ServerQuicConnection
(QuicServerConnector connector, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
Local EndPointstatic class
Modifier and TypeMethodDescriptionHttpChannel.getEndPoint()
HttpChannel.getTunnellingEndPoint()
HttpChannelOverHttp.getTunnellingEndPoint()
ProxyConnectionFactory.ProxyEndPoint.unwrap()
Modifier and TypeMethodDescriptionAbstractConnector.getConnectedEndPoints()
Connector.getConnectedEndPoints()
Modifier and TypeMethodDescriptionprotected AbstractConnection
AbstractConnectionFactory.configure
(AbstractConnection connection, Connector connector, EndPoint endPoint) protected AbstractConnection
SslConnectionFactory.configure
(AbstractConnection connection, Connector connector, EndPoint endPoint) protected void
ServerConnector.ServerConnectorManager.endPointClosed
(EndPoint endpoint) protected void
ServerConnector.ServerConnectorManager.endPointOpened
(EndPoint endpoint) ConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) Creates a newConnection
with the given parametersDetectorConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) HttpConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) NegotiatingServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) ServerConnector.ServerConnectorManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) SslConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) protected abstract AbstractConnection
NegotiatingServerConnectionFactory.newServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) protected SslConnection
SslConnectionFactory.newSslConnection
(Connector connector, EndPoint endPoint, SSLEngine engine) protected void
DetectorConnectionFactory.nextProtocol
(Connector connector, EndPoint endPoint, ByteBuffer buffer) Callback method called when detection was unsuccessful.protected void
OptionalSslConnectionFactory.nextProtocol
(Connector connector, EndPoint endPoint, ByteBuffer buffer) Deprecated.Callback method invoked when the detected bytes are not TLS.protected void
AbstractConnector.onEndPointClosed
(EndPoint endp) protected void
AbstractConnector.onEndPointOpened
(EndPoint endp) protected void
OptionalSslConnectionFactory.otherProtocol
(ByteBuffer buffer, EndPoint endPoint) Deprecated.ConnectionFactory.Upgrading.upgradeConnection
(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields.Mutable responseFields) Create a connection for an upgrade request.protected static void
DetectorConnectionFactory.upgradeToConnectionFactory
(ConnectionFactory connectionFactory, Connector connector, EndPoint endPoint) Utility method that performs an upgrade to the specified connection factory, disposing of the given resources when needed.ModifierConstructorDescriptionHttpChannel
(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport) HttpChannelOverHttp
(HttpConnection httpConnection, Connector connector, HttpConfiguration config, EndPoint endPoint, HttpTransport transport) HttpConnection
(HttpConfiguration config, Connector connector, EndPoint endPoint, boolean recordComplianceViolations) protected
NegotiatingServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) ProxyEndPoint
(EndPoint endPoint, InetSocketAddress remote, InetSocketAddress local) Deprecated.ProxyEndPoint
(EndPoint endPoint, SocketAddress local, SocketAddress remote) -
Uses of EndPoint in org.eclipse.jetty.unixsocket.client
Modifier and TypeMethodDescriptionHttpClientTransportOverUnixSockets.newConnection
(EndPoint endPoint, Map<String, Object> context) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EndPoint in org.eclipse.jetty.unixsocket.common
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EndPoint in org.eclipse.jetty.unixsocket.server
Modifier and TypeMethodDescriptionprotected EndPoint
UnixSocketConnector.UnixSocketConnectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Modifier and TypeMethodDescriptionprotected void
UnixSocketConnector.UnixSocketConnectorManager.endPointClosed
(EndPoint endpoint) protected void
UnixSocketConnector.UnixSocketConnectorManager.endPointOpened
(EndPoint endpoint) UnixSocketConnector.UnixSocketConnectorManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) -
Uses of EndPoint in org.eclipse.jetty.websocket.client.impl
Modifier and TypeMethodDescriptionvoid
void
JettyClientUpgradeRequest.upgrade
(HttpResponse response, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.websocket.core.client
Modifier and TypeMethodDescriptionprotected void
Allow for overridden customization of endpoint (such as special transport level properties: e.g.void
CoreClientUpgradeRequest.upgrade
(HttpResponse response, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.websocket.core.client.internal
Modifier and TypeMethodDescriptionvoid
HttpUpgraderOverHTTP.upgrade
(HttpResponse response, EndPoint endPoint, Callback callback) void
HttpUpgraderOverHTTP2.upgrade
(HttpResponse response, EndPoint endPoint, Callback callback) -
Uses of EndPoint in org.eclipse.jetty.websocket.core.internal
ModifierConstructorDescriptionFrameFlusher
(ByteBufferPool bufferPool, Scheduler scheduler, Generator generator, EndPoint endPoint, int bufferSize, int maxGather) WebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession) Create a WSConnection.WebSocketConnection
(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession, Random randomMask) Create a WSConnection. -
Uses of EndPoint in org.eclipse.jetty.websocket.core.server.internal
Modifier and TypeMethodDescriptionprotected WebSocketConnection
AbstractHandshaker.newWebSocketConnection
(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession)
OptionalSslConnectionFactory.nextProtocol(Connector, EndPoint, ByteBuffer)
instead.