Uses of Interface
org.eclipse.jetty.io.EndPoint
Packages that use 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 Server : Core Server API
-
Uses of EndPoint in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as EndPointMethods in org.eclipse.jetty.client that return EndPointModifier and TypeMethodDescriptionprotected EndPoint
AbstractConnectorHttpClientTransport.ClientSelectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key) Methods in org.eclipse.jetty.client with parameters of type EndPointModifier and TypeMethodDescriptionAbstractConnectorHttpClientTransport.ClientSelectorManager.newConnection
(SelectableChannel channel, EndPoint endPoint, Object attachment) HttpProxy.HttpProxyClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) 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) private void
HttpProxy.TunnelPromise.setEndPoint
(EndPoint endPoint) private void
HttpProxy.CreateTunnelPromise.tunnelFailed
(EndPoint endPoint, Throwable failure) private void
HttpProxy.CreateTunnelPromise.tunnelSucceeded
(EndPoint endPoint) protected abstract void
ProxyProtocolClientConnectionFactory.ProxyProtocolConnection.writePROXYBytes
(EndPoint endPoint, Callback callback) protected void
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1.writePROXYBytes
(EndPoint endPoint, Callback callback) protected void
ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2.writePROXYBytes
(EndPoint endPoint, Callback callback) Constructors in org.eclipse.jetty.client with parameters of type EndPointModifierConstructorDescriptionprivate
CreateTunnelPromise
(ClientConnectionFactory connectionFactory, EndPoint endPoint, Promise<Connection> promise, Map<String, Object> context) private
ProxyProtocolConnection
(EndPoint endPoint, Executor executor, ClientConnectionFactory factory, Map<String, Object> context) ProxyProtocolConnectionV1
(EndPoint endPoint, Executor executor, ClientConnectionFactory factory, Map<String, Object> context, ProxyProtocolClientConnectionFactory.V1.Tag tag) ProxyProtocolConnectionV2
(EndPoint endPoint, Executor executor, ClientConnectionFactory factory, Map<String, Object> context, ProxyProtocolClientConnectionFactory.V2.Tag tag) Socks4ProxyConnection
(EndPoint endPoint, Executor executor, ClientConnectionFactory connectionFactory, Map<String, Object> context) -
Uses of EndPoint in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type EndPointModifier and TypeMethodDescriptionHttpClientTransportOverHTTP.newConnection
(EndPoint endPoint, Map<String, Object> context) protected HttpConnectionOverHTTP
HttpClientTransportOverHTTP.newHttpConnection
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) Constructors in org.eclipse.jetty.client.http with parameters of type EndPointModifierConstructorDescriptionHttpConnectionOverHTTP
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) -
Uses of EndPoint in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement EndPointModifier and TypeClassDescriptionclass
class
ByteArrayEndPoint.class
Channel End Point.class
Deprecated.class
A specialized version ofSocketChannelEndPoint
that supportsNetworkTrafficListener
s.class
Deprecated.useSocketChannelEndPoint
insteadclass
Fields in org.eclipse.jetty.io declared as EndPointModifier and TypeFieldDescriptionprivate final EndPoint
AbstractConnection._endPoint
private final EndPoint
WriteFlusher._endPoint
private final EndPoint
ManagedSelector.DestroyEndPoint.endPoint
Methods in org.eclipse.jetty.io that return EndPointModifier and TypeMethodDescriptionAbstractConnection.getEndPoint()
Connection.getEndPoint()
protected abstract EndPoint
SelectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint
.Methods in org.eclipse.jetty.io with parameters of type EndPointModifier and TypeMethodDescription(package private) void
ManagedSelector.destroyEndPoint
(EndPoint endPoint) protected 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) abstract Connection
SelectorManager.newConnection
(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection
.Constructors in org.eclipse.jetty.io with parameters of type EndPointModifierConstructorDescriptionprotected
AbstractConnection
(EndPoint endp, Executor executor) DestroyEndPoint
(EndPoint endPoint) protected
NegotiatingClientConnection
(EndPoint endp, Executor executor, SSLEngine sslEngine, ClientConnectionFactory connectionFactory, Map<String, Object> context) protected
WriteFlusher
(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement EndPointMethods in org.eclipse.jetty.io.ssl with parameters of type EndPointModifier and TypeMethodDescriptionSslClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) protected SslConnection
SslClientConnectionFactory.newSslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine engine) Constructors in org.eclipse.jetty.io.ssl with parameters of type EndPointModifierConstructorDescriptionSslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine) SslConnection
(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) -
Uses of EndPoint in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement EndPointModifier and TypeClassDescriptionclass
Local EndPointstatic class
Fields in org.eclipse.jetty.server declared as EndPointModifier and TypeFieldDescriptionprivate final EndPoint
ProxyConnectionFactory.ProxyEndPoint._endp
private final EndPoint
HttpChannel._endPoint
Fields in org.eclipse.jetty.server with type parameters of type EndPointModifier and TypeFieldDescriptionAbstractConnector._endpoints
AbstractConnector._immutableEndPoints
Methods in org.eclipse.jetty.server that return EndPointModifier and TypeMethodDescriptionHttpChannel.getEndPoint()
ProxyConnectionFactory.ProxyEndPoint.unwrap()
Methods in org.eclipse.jetty.server that return types with arguments of type EndPointModifier and TypeMethodDescriptionAbstractConnector.getConnectedEndPoints()
Connector.getConnectedEndPoints()
Methods in org.eclipse.jetty.server with parameters of type EndPointModifier 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) private static ConnectionFactory
ProxyConnectionFactory.findNextConnectionFactory
(String nextProtocol, Connector connector, String currentProtocol, EndPoint endp) 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) ProxyConnectionFactory.ProxyV1ConnectionFactory.newConnection
(Connector connector, EndPoint endp) ProxyConnectionFactory.ProxyV2ConnectionFactory.newConnection
(Connector connector, EndPoint endp) 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 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.Constructors in org.eclipse.jetty.server with parameters of type EndPointModifierConstructorDescriptionprivate
DetectorConnection
(EndPoint endp, Connector connector) HttpChannel
(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, HttpCompliance compliance, boolean recordComplianceViolations) protected
NegotiatingServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) ProxyEndPoint
(EndPoint endp, InetSocketAddress remote, InetSocketAddress local) private
ProxyProtocolV1Connection
(EndPoint endp, Connector connector, ConnectionFactory next) protected
ProxyProtocolV2Connection
(EndPoint endp, Connector connector, ConnectionFactory next)
NetworkTrafficSocketChannelEndPoint
instead