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 EndPointAbstractConnectorHttpClientTransport.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.ProxyProtocolConnectionProxyProtocolClientConnectionFactory.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 voidHttpProxy.TunnelPromise.setEndPoint(EndPoint endPoint) private voidHttpProxy.CreateTunnelPromise.tunnelFailed(EndPoint endPoint, Throwable failure) private voidHttpProxy.CreateTunnelPromise.tunnelSucceeded(EndPoint endPoint) protected abstract voidProxyProtocolClientConnectionFactory.ProxyProtocolConnection.writePROXYBytes(EndPoint endPoint, Callback callback) protected voidProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1.writePROXYBytes(EndPoint endPoint, Callback callback) protected voidProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV2.writePROXYBytes(EndPoint endPoint, Callback callback) Constructors in org.eclipse.jetty.client with parameters of type EndPointModifierConstructorDescriptionprivateCreateTunnelPromise(ClientConnectionFactory connectionFactory, EndPoint endPoint, Promise<Connection> promise, Map<String, Object> context) privateProxyProtocolConnection(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 HttpConnectionOverHTTPHttpClientTransportOverHTTP.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 TypeClassDescriptionclassclassByteArrayEndPoint.classChannel End Point.classDeprecated.classA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classDeprecated.useSocketChannelEndPointinsteadclassFields in org.eclipse.jetty.io declared as EndPointModifier and TypeFieldDescriptionprivate final EndPointAbstractConnection._endPointprivate final EndPointWriteFlusher._endPointprivate final EndPointManagedSelector.DestroyEndPoint.endPointMethods in org.eclipse.jetty.io that return EndPointModifier and TypeMethodDescriptionAbstractConnection.getEndPoint()Connection.getEndPoint()protected abstract EndPointSelectorManager.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) voidManagedSelector.destroyEndPoint(EndPoint endPoint) protected voidManagedSelector.endPointClosed(EndPoint endPoint) protected voidSelectorManager.endPointClosed(EndPoint endpoint) Callback method invoked when an endpoint is closed.protected voidManagedSelector.endPointOpened(EndPoint endPoint) protected voidSelectorManager.endPointOpened(EndPoint endpoint) Callback method invoked when an endpoint is opened.ClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) abstract ConnectionSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection.Constructors in org.eclipse.jetty.io with parameters of type EndPointModifierConstructorDescriptionprotectedAbstractConnection(EndPoint endp, Executor executor) DestroyEndPoint(EndPoint endPoint) protectedNegotiatingClientConnection(EndPoint endp, Executor executor, SSLEngine sslEngine, ClientConnectionFactory connectionFactory, Map<String, Object> context) protectedWriteFlusher(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 SslConnectionSslClientConnectionFactory.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 TypeClassDescriptionclassLocal EndPointstatic classFields in org.eclipse.jetty.server declared as EndPointModifier and TypeFieldDescriptionprivate final EndPointProxyConnectionFactory.ProxyEndPoint._endpprivate final EndPointHttpChannel._endPointFields in org.eclipse.jetty.server with type parameters of type EndPointModifier and TypeFieldDescriptionAbstractConnector._endpointsAbstractConnector._immutableEndPointsMethods 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 AbstractConnectionAbstractConnectionFactory.configure(AbstractConnection connection, Connector connector, EndPoint endPoint) protected AbstractConnectionSslConnectionFactory.configure(AbstractConnection connection, Connector connector, EndPoint endPoint) protected voidServerConnector.ServerConnectorManager.endPointClosed(EndPoint endpoint) protected voidServerConnector.ServerConnectorManager.endPointOpened(EndPoint endpoint) private static ConnectionFactoryProxyConnectionFactory.findNextConnectionFactory(String nextProtocol, Connector connector, String currentProtocol, EndPoint endp) ConnectionFactory.newConnection(Connector connector, EndPoint endPoint) Creates a newConnectionwith 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 AbstractConnectionNegotiatingServerConnectionFactory.newServerConnection(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) protected SslConnectionSslConnectionFactory.newSslConnection(Connector connector, EndPoint endPoint, SSLEngine engine) protected voidDetectorConnectionFactory.nextProtocol(Connector connector, EndPoint endPoint, ByteBuffer buffer) Callback method called when detection was unsuccessful.protected voidOptionalSslConnectionFactory.nextProtocol(Connector connector, EndPoint endPoint, ByteBuffer buffer) Deprecated.Callback method invoked when the detected bytes are not TLS.protected voidAbstractConnector.onEndPointClosed(EndPoint endp) protected voidAbstractConnector.onEndPointOpened(EndPoint endp) protected voidOptionalSslConnectionFactory.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 voidDetectorConnectionFactory.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 EndPointModifierConstructorDescriptionprivateDetectorConnection(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) protectedNegotiatingServerConnection(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) ProxyEndPoint(EndPoint endp, InetSocketAddress remote, InetSocketAddress local) privateProxyProtocolV1Connection(EndPoint endp, Connector connector, ConnectionFactory next) protectedProxyProtocolV2Connection(EndPoint endp, Connector connector, ConnectionFactory next)
NetworkTrafficSocketChannelEndPointinstead