Uses of Interface
org.eclipse.jetty.io.EndPoint
Packages that use EndPoint
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty IO : Core classes for Jetty IO subsystem
Jetty IO : Core SSL Support
This module contains the main abstractions for the QUIC protocol using the Quiche library.
Jetty Server : Core Server API
Jetty Server : Core Handler API
- 
Uses of EndPoint in org.eclipse.jetty.alpn.client
Methods in org.eclipse.jetty.alpn.client with parameters of type EndPointModifier and TypeMethodDescriptionALPNClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) Constructors in org.eclipse.jetty.alpn.client with parameters of type EndPointModifierConstructorDescriptionALPNClientConnection(EndPoint endPoint, Executor executor, ClientConnectionFactory connectionFactory, SSLEngine sslEngine, Map<String, Object> context, List<String> protocols)  - 
Uses of EndPoint in org.eclipse.jetty.alpn.server
Methods in org.eclipse.jetty.alpn.server with parameters of type EndPointModifier and TypeMethodDescriptionprotected AbstractConnectionALPNServerConnectionFactory.newServerConnection(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) Constructors in org.eclipse.jetty.alpn.server with parameters of type EndPoint - 
Uses of EndPoint in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with parameters of type EndPointModifier and TypeMethodDescriptionvoidSocks5.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.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) voidUpgrades the givenendPointto a different protocol.protected abstract voidProxyProtocolClientConnectionFactory.ProxyProtocolConnection.writePROXYBytes(EndPoint endPoint, Callback callback)  - 
Uses of EndPoint in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport with parameters of type EndPointModifier and TypeMethodDescriptionHttpClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) HttpClientTransportDynamic.newConnection(EndPoint endPoint, Map<String, Object> context) HttpClientTransportOverHTTP.newConnection(EndPoint endPoint, Map<String, Object> context) void - 
Uses of EndPoint in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return EndPoint - 
Uses of EndPoint in org.eclipse.jetty.ee11.servlet
Methods in org.eclipse.jetty.ee11.servlet that return EndPoint - 
Uses of EndPoint in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return EndPoint - 
Uses of EndPoint in org.eclipse.jetty.ee8.websocket.client.impl
Methods in org.eclipse.jetty.ee8.websocket.client.impl with parameters of type EndPoint - 
Uses of EndPoint in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return EndPoint - 
Uses of EndPoint in org.eclipse.jetty.ee9.websocket.client.impl
Methods in org.eclipse.jetty.ee9.websocket.client.impl with parameters of type EndPoint - 
Uses of EndPoint in org.eclipse.jetty.fcgi.client.transport
Methods in org.eclipse.jetty.fcgi.client.transport with parameters of type EndPointModifier and TypeMethodDescriptionHttpClientTransportOverFCGI.newConnection(EndPoint endPoint, Map<String, Object> context) protected ConnectionHttpClientTransportOverFCGI.newConnection(EndPoint endPoint, Destination destination, Promise<Connection> promise)  - 
Uses of EndPoint in org.eclipse.jetty.fcgi.generator
Constructors in org.eclipse.jetty.fcgi.generator with parameters of type EndPoint - 
Uses of EndPoint in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server with parameters of type EndPointModifier and TypeMethodDescriptionServerFCGIConnectionFactory.newConnection(Connector connector, EndPoint endPoint)  - 
Uses of EndPoint in org.eclipse.jetty.http2
Classes in org.eclipse.jetty.http2 that implement EndPointMethods in org.eclipse.jetty.http2 that return EndPointMethods in org.eclipse.jetty.http2 with parameters of type EndPointModifier and TypeMethodDescriptiondefault RateControlRateControl.Factory.newRateControl(EndPoint endPoint) WindowRateControl.Factory.newRateControl(EndPoint endPoint) Constructors in org.eclipse.jetty.http2 with parameters of type EndPointModifierConstructorDescriptionprotectedHTTP2Connection(ByteBufferPool bufferPool, Executor executor, EndPoint endPoint, HTTP2Session session, int bufferSize) protectedHTTP2Connection(ByteBufferPool bufferPool, Executor executor, EndPoint endPoint, HTTP2Session session, int bufferSize, int minBufferSpace) 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
Methods in org.eclipse.jetty.http2.client with parameters of type EndPointModifier and TypeMethodDescriptionHTTP2ClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context)  - 
Uses of EndPoint in org.eclipse.jetty.http2.client.transport
Methods in org.eclipse.jetty.http2.client.transport with parameters of type EndPointModifier 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.server
Methods in org.eclipse.jetty.http2.server with parameters of type EndPointModifier and TypeMethodDescriptionAbstractHTTP2ServerConnectionFactory.newConnection(Connector connector, EndPoint endPoint) protected abstract ServerSessionListenerAbstractHTTP2ServerConnectionFactory.newSessionListener(Connector connector, EndPoint endPoint) protected ServerSessionListenerHTTP2ServerConnectionFactory.newSessionListener(Connector connector, EndPoint endPoint) protected ServerSessionListenerRawHTTP2ServerConnectionFactory.newSessionListener(Connector connector, EndPoint endPoint) HTTP2CServerConnectionFactory.upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields.Mutable response101) Constructors in org.eclipse.jetty.http2.server with parameters of type EndPoint - 
Uses of EndPoint in org.eclipse.jetty.http3
Constructors in org.eclipse.jetty.http3 with parameters of type EndPointModifierConstructorDescriptionDecoderStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackEncoder encoder, ParserListener listener) EncoderStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, QpackDecoder decoder, ParserListener listener) InstructionStreamConnection(EndPoint endPoint, Executor executor, ByteBufferPool bufferPool, ParserListener listener)  - 
Uses of EndPoint in org.eclipse.jetty.http3.client
Methods in org.eclipse.jetty.http3.client with parameters of type EndPointModifier and TypeMethodDescriptionHTTP3ClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context)  - 
Uses of EndPoint in org.eclipse.jetty.http3.client.transport
Methods in org.eclipse.jetty.http3.client.transport with parameters of type EndPointModifier 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
Methods in org.eclipse.jetty.http3.server with parameters of type EndPointModifier and TypeMethodDescriptionAbstractHTTP3ServerConnectionFactory.newConnection(Connector connector, EndPoint endPoint)  - 
Uses of EndPoint in org.eclipse.jetty.io
Classes in org.eclipse.jetty.io that implement EndPointModifier and TypeClassDescriptionclassPartial implementation of EndPoint that usesFillInterestandWriteFlusher.classByteArrayEndPoint.classAnEndPointimplementation based onDatagramChannel.classA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classA partialEndPointimplementation based onSelectableChannel.classAnEndPointimplementation based onSocketChannel.Methods in org.eclipse.jetty.io that return EndPointModifier and TypeMethodDescriptionAbstractConnection.getEndPoint()Connection.getEndPoint()EndPoint.Pipe.getLocalEndPoint()MemoryEndPointPipe.getLocalEndPoint()EndPoint.Pipe.getRemoteEndPoint()MemoryEndPointPipe.getRemoteEndPoint()protected EndPointClientConnector.ClientSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) protected EndPointClientConnector.newEndPoint(SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) protected abstract EndPointSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Factory method to createEndPoint.default EndPointTransport.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) ForTransports that are based on sockets, or forTransports that are layered on top of anotherTransportthat is based on sockets, this method is invoked to create a newEndPointthat wraps theSelectableChannelcreated byTransport.newSelectableChannel().Transport.TCPIP.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.TCPUnix.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.UDPIP.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.UDPUnix.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) Transport.Wrapper.newEndPoint(Scheduler scheduler, ManagedSelector selector, SelectableChannel selectable, SelectionKey selectionKey) EndPoint.Wrapper.unwrap()Methods in org.eclipse.jetty.io with parameters of type EndPointModifier and TypeMethodDescriptionprotected 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) ClientConnectionFactory.Wrapper.newConnection(EndPoint endPoint, Map<String, Object> context) ClientConnector.ClientSelectorManager.newConnection(SelectableChannel channel, EndPoint endPoint, Object attachment) protected ConnectionClientConnector.newConnection(EndPoint endPoint, Map<String, Object> context) abstract ConnectionSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) Factory method to createConnection.default ConnectionTransport.newConnection(EndPoint endPoint, Map<String, Object> context) Creates a newConnectionto be associated with the given low-levelEndPoint.Transport.Wrapper.newConnection(EndPoint endPoint, Map<String, Object> context) voidUpgrades the givenEndPointto the protocol represented by this class.Constructors in org.eclipse.jetty.io with parameters of type EndPointModifierConstructorDescriptionprotectedAbstractConnection(EndPoint endPoint, Executor executor) protectedNegotiatingClientConnection(EndPoint endPoint, Executor executor, SSLEngine sslEngine, ClientConnectionFactory connectionFactory, Map<String, Object> context) NonBlocking(EndPoint endPoint, Executor executor) 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 that return EndPointModifier and TypeMethodDescriptionSslHandshakeListener.Event.getEndPoint()SslConnection.SslEndPoint.unwrap()Methods in org.eclipse.jetty.io.ssl with parameters of type EndPointModifier and TypeMethodDescriptionSslClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) protected SslConnectionSslClientConnectionFactory.newSslConnection(EndPoint endPoint, SSLEngine engine) Constructors in org.eclipse.jetty.io.ssl with parameters of type EndPointModifierConstructorDescriptionSslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine) Deprecated.SslConnection(ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) Deprecated.SslConnection(ByteBufferPool byteBufferPool, Executor executor, SslContextFactory sslContextFactory, EndPoint endPoint, SSLEngine sslEngine) SslConnection(ByteBufferPool byteBufferPool, Executor executor, SslContextFactory sslContextFactory, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption)  - 
Uses of EndPoint in org.eclipse.jetty.quic.common
Classes in org.eclipse.jetty.quic.common that implement EndPoint - 
Uses of EndPoint in org.eclipse.jetty.quic.quiche
Constructors in org.eclipse.jetty.quic.quiche with parameters of type EndPointModifierConstructorDescriptionprotectedQuicheConnection(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, EndPoint endPoint)  - 
Uses of EndPoint in org.eclipse.jetty.quic.quiche.client
Methods in org.eclipse.jetty.quic.quiche.client with parameters of type EndPointModifier and TypeMethodDescriptionQuicheClientConnectionFactory.newConnection(EndPoint endPoint, Map<String, Object> context) QuicheTransport.newConnection(EndPoint endPoint, Map<String, Object> context)  - 
Uses of EndPoint in org.eclipse.jetty.quic.quiche.server
Methods in org.eclipse.jetty.quic.quiche.server with parameters of type EndPointModifier and TypeMethodDescriptionAbstractQuicheServerConnectionFactory.newConnection(Connector connector, EndPoint endPoint)  - 
Uses of EndPoint in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement EndPointModifier and TypeClassDescriptionclassLocal EndPointstatic classMethods in org.eclipse.jetty.server that return EndPointModifier and TypeMethodDescriptionTunnelSupport.getEndPoint()Returns theEndPointthat should be used to carry the tunneled protocol.protected EndPointDatagramServerConnector.newEndPoint(DatagramChannel channel, ManagedSelector selector, SelectionKey selectionKey) 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 <T extends AbstractConnection>
Tprotected <T extends AbstractConnection>
Tprotected voidServerConnector.ServerConnectorManager.endPointClosed(EndPoint endpoint) protected voidServerConnector.ServerConnectorManager.endPointOpened(EndPoint endpoint) ConnectionFactory.newConnection(Connector connector, EndPoint endPoint) Creates a newConnectionwith the given parametersprotected ConnectionDatagramServerConnector.newConnection(EndPoint endpoint) DetectorConnectionFactory.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 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.Mutable 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 EndPointModifierConstructorDescriptionAbstractMetaDataConnection(Connector connector, HttpConfiguration httpConfiguration, EndPoint endPoint) protectedNegotiatingServerConnection(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) ProxyEndPoint(EndPoint endPoint, SocketAddress local, SocketAddress remote) ProxyEndPoint(EndPoint endPoint, SocketAddress local, SocketAddress remote, Map<Integer, byte[]> tlvs, EndPoint.SslSessionData sslSessionData)  - 
Uses of EndPoint in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler that return EndPointModifier and TypeMethodDescriptionConnectHandler.ConnectContext.getEndPoint()protected EndPointConnectHandler.ConnectManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey key) Methods in org.eclipse.jetty.server.handler with parameters of type EndPointModifier and TypeMethodDescriptionConnectHandler.ConnectManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment) protected ConnectHandler.DownstreamConnectionConnectHandler.newDownstreamConnection(EndPoint endPoint, ConcurrentMap<String, Object> context) protected ConnectHandler.UpstreamConnectionConnectHandler.newUpstreamConnection(EndPoint endPoint, ConnectHandler.ConnectContext connectContext) protected intConnectHandler.DownstreamConnection.read(EndPoint endPoint, ByteBuffer buffer) protected intConnectHandler.read(EndPoint endPoint, ByteBuffer buffer, ConcurrentMap<String, Object> context) Reads (with non-blocking semantic) into the givenbufferfrom the givenendPoint.protected intConnectHandler.UpstreamConnection.read(EndPoint endPoint, ByteBuffer buffer) protected voidConnectHandler.DownstreamConnection.write(EndPoint endPoint, ByteBuffer buffer, Callback callback) protected voidConnectHandler.UpstreamConnection.write(EndPoint endPoint, ByteBuffer buffer, Callback callback) protected voidConnectHandler.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.Constructors in org.eclipse.jetty.server.handler with parameters of type EndPointModifierConstructorDescriptionConnectContext(Request request, Response response, Callback callback, EndPoint endPoint) DownstreamConnection(EndPoint endPoint, 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.unixdomain.server
Methods in org.eclipse.jetty.unixdomain.server that return EndPointModifier and TypeMethodDescriptionprotected EndPointUnixDomainServerConnector.UnixDomainSelectorManager.newEndPoint(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Methods in org.eclipse.jetty.unixdomain.server with parameters of type EndPointModifier and TypeMethodDescriptionprotected voidUnixDomainServerConnector.UnixDomainSelectorManager.endPointClosed(EndPoint endpoint) protected voidUnixDomainServerConnector.UnixDomainSelectorManager.endPointOpened(EndPoint endpoint) UnixDomainServerConnector.UnixDomainSelectorManager.newConnection(SelectableChannel channel, EndPoint endpoint, Object attachment)  - 
Uses of EndPoint in org.eclipse.jetty.websocket.core
Constructors in org.eclipse.jetty.websocket.core with parameters of type EndPointModifierConstructorDescriptionWebSocketConnection(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, WebSocketCoreSession coreSession) Create a WSConnection.WebSocketConnection(EndPoint endp, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, WebSocketCoreSession coreSession, Random randomMask) Create a WSConnection. - 
Uses of EndPoint in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client with parameters of type EndPoint 
OptionalSslConnectionFactory.nextProtocol(Connector, EndPoint, ByteBuffer)instead.