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 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
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 AbstractConnection
ALPNServerConnectionFactory.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 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
Methods in org.eclipse.jetty.client.dynamic with parameters of type EndPointModifier 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
Methods in org.eclipse.jetty.client.http with parameters of type EndPointModifier 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) Constructors in org.eclipse.jetty.client.http with parameters of type EndPointModifierConstructorDescriptionHttpConnectionOverHTTP
(EndPoint endPoint, Map<String, Object> context) HttpConnectionOverHTTP
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) -
Uses of EndPoint in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type EndPointModifier and TypeMethodDescriptionHttpClientTransportOverFCGI.newConnection
(EndPoint endPoint, Map<String, Object> context) protected HttpConnectionOverFCGI
HttpClientTransportOverFCGI.newHttpConnection
(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise) Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type EndPointModifierConstructorDescriptionHttpConnectionOverFCGI
(EndPoint endPoint, HttpDestination 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) Constructors in org.eclipse.jetty.fcgi.server with parameters of type EndPointModifierConstructorDescriptionHttpChannelOverFCGI
(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
Classes in org.eclipse.jetty.http2 that implement EndPointMethods in org.eclipse.jetty.http2 that return EndPointConstructors in org.eclipse.jetty.http2 with parameters of type EndPointModifierConstructorDescriptionprotected
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
Methods in org.eclipse.jetty.http2.client with parameters of type EndPointModifier and TypeMethodDescriptionHTTP2ClientConnectionFactory.newConnection
(EndPoint endPoint, Map<String, Object> context) Constructors in org.eclipse.jetty.http2.client with parameters of type EndPointModifierConstructorDescriptionHTTP2ClientSession
(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) -
Uses of EndPoint in org.eclipse.jetty.http2.client.http
Classes in org.eclipse.jetty.http2.client.http that implement EndPointMethods in org.eclipse.jetty.http2.client.http 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.parser
Methods in org.eclipse.jetty.http2.parser with parameters of type EndPointModifier and TypeMethodDescriptiondefault RateControl
RateControl.Factory.newRateControl
(EndPoint endPoint) WindowRateControl.Factory.newRateControl
(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.http2.server
Classes in org.eclipse.jetty.http2.server that implement EndPointMethods in org.eclipse.jetty.http2.server that return EndPointMethods in org.eclipse.jetty.http2.server with parameters of type EndPointModifier 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) Constructors in org.eclipse.jetty.http2.server with parameters of type EndPointModifierConstructorDescriptionHTTP2ServerConnection
(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
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.http
Methods in org.eclipse.jetty.http3.client.http 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 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
.Methods in org.eclipse.jetty.io that return EndPointModifier 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()
Methods in org.eclipse.jetty.io with parameters of type EndPointModifier 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
Constructors in org.eclipse.jetty.io with parameters of type EndPointModifierConstructorDescriptionprotected
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
Classes in org.eclipse.jetty.io.ssl that implement EndPointMethods in org.eclipse.jetty.io.ssl that return 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) SslConnection
(RetainableByteBufferPool retainableByteBufferPool, ByteBufferPool byteBufferPool, Executor executor, EndPoint endPoint, SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) -
Uses of EndPoint in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return EndPointModifier and TypeMethodDescriptionConnectHandler.ConnectContext.getEndPoint()
protected EndPoint
ConnectHandler.ConnectManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey key) Methods in org.eclipse.jetty.proxy with parameters of type EndPointModifier 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) Constructors in org.eclipse.jetty.proxy with parameters of type EndPointModifierConstructorDescriptionConnectContext
(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
Methods in org.eclipse.jetty.quic.client that return EndPointModifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newEndPoint
(ClientConnector clientConnector, SocketAddress address, SelectableChannel selectable, ManagedSelector selector, SelectionKey selectionKey) Methods in org.eclipse.jetty.quic.client with parameters of type EndPointModifier and TypeMethodDescriptionQuicClientConnectorConfigurator.newConnection
(ClientConnector clientConnector, SocketAddress address, EndPoint endPoint, Map<String, Object> context) Constructors in org.eclipse.jetty.quic.client with parameters of type EndPointModifierConstructorDescriptionClientQuicConnection
(ClientConnector connector, EndPoint endPoint, Map<String, Object> context) -
Uses of EndPoint in org.eclipse.jetty.quic.common
Classes in org.eclipse.jetty.quic.common that implement EndPointConstructors in org.eclipse.jetty.quic.common with parameters of type EndPointModifierConstructorDescriptionprotected
QuicConnection
(Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.quic.server
Constructors in org.eclipse.jetty.quic.server with parameters of type EndPointModifierConstructorDescriptionprotected
ServerQuicConnection
(QuicServerConnector connector, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement EndPointModifier and TypeClassDescriptionclass
Local EndPointstatic class
Methods in org.eclipse.jetty.server that return EndPointModifier and TypeMethodDescriptionHttpChannel.getEndPoint()
HttpChannel.getTunnellingEndPoint()
HttpChannelOverHttp.getTunnellingEndPoint()
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) 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.Constructors in org.eclipse.jetty.server with parameters of type EndPointModifierConstructorDescriptionHttpChannel
(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
Methods in org.eclipse.jetty.unixsocket.client with parameters of type EndPointModifier 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
Classes in org.eclipse.jetty.unixsocket.common that implement EndPointModifier 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
Methods in org.eclipse.jetty.unixsocket.server that return EndPointModifier and TypeMethodDescriptionprotected EndPoint
UnixSocketConnector.UnixSocketConnectorManager.newEndPoint
(SelectableChannel channel, ManagedSelector selector, SelectionKey selectionKey) Methods in org.eclipse.jetty.unixsocket.server with parameters of type EndPointModifier 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
Methods in org.eclipse.jetty.websocket.client.impl with parameters of type EndPointModifier and TypeMethodDescriptionvoid
void
JettyClientUpgradeRequest.upgrade
(HttpResponse response, EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client with parameters of type EndPointModifier 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
Methods in org.eclipse.jetty.websocket.core.client.internal with parameters of type EndPointModifier 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
Constructors in org.eclipse.jetty.websocket.core.internal with parameters of type EndPointModifierConstructorDescriptionFrameFlusher
(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
Methods in org.eclipse.jetty.websocket.core.server.internal with parameters of type EndPointModifier and TypeMethodDescriptionprotected WebSocketConnection
AbstractHandshaker.newWebSocketConnection
(EndPoint endPoint, Executor executor, Scheduler scheduler, ByteBufferPool byteBufferPool, RetainableByteBufferPool retainableByteBufferPool, WebSocketCoreSession coreSession)
OptionalSslConnectionFactory.nextProtocol(Connector, EndPoint, ByteBuffer)
instead.