Uses of Interface
org.eclipse.jetty.io.EndPoint
-
-
Uses of EndPoint in org.eclipse.jetty.alpn.client
Methods in org.eclipse.jetty.alpn.client with parameters of type EndPoint Modifier and Type Method Description ConnectionALPNClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)Constructors in org.eclipse.jetty.alpn.client with parameters of type EndPoint Constructor Description ALPNClientConnection(EndPoint endPoint, java.util.concurrent.Executor executor, ClientConnectionFactory connectionFactory, javax.net.ssl.SSLEngine sslEngine, java.util.Map<java.lang.String,java.lang.Object> context, java.util.List<java.lang.String> protocols) -
Uses of EndPoint in org.eclipse.jetty.alpn.server
Methods in org.eclipse.jetty.alpn.server with parameters of type EndPoint Modifier and Type Method Description protected AbstractConnectionALPNServerConnectionFactory. newServerConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols, java.lang.String defaultProtocol)Constructors in org.eclipse.jetty.alpn.server with parameters of type EndPoint Constructor Description ALPNServerConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols, java.lang.String defaultProtocol) -
Uses of EndPoint in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return EndPoint Modifier and Type Method Description protected EndPointAbstractConnectorHttpClientTransport.ClientSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)Methods in org.eclipse.jetty.client with parameters of type EndPoint Modifier and Type Method Description ConnectionAbstractConnectorHttpClientTransport.ClientSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endPoint, java.lang.Object attachment)ConnectionProxyProtocolClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)ConnectionSocks4Proxy.Socks4ProxyClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected abstract ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionProxyProtocolClientConnectionFactory. newProxyProtocolConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionProxyProtocolClientConnectionFactory.V1. newProxyProtocolConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionProxyProtocolClientConnectionFactory.V2. newProxyProtocolConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected abstract voidProxyProtocolClientConnectionFactory.ProxyProtocolConnection. writePROXYBytes(EndPoint endPoint, Callback callback) -
Uses of EndPoint in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type EndPoint Modifier and Type Method Description ConnectionHttpClientTransportOverHTTP. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected HttpConnectionOverHTTPHttpClientTransportOverHTTP. newHttpConnection(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise)Constructors in org.eclipse.jetty.client.http with parameters of type EndPoint Constructor Description 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 EndPoint Modifier and Type Method Description ConnectionHttpClientTransportOverFCGI. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected HttpConnectionOverFCGIHttpClientTransportOverFCGI. newHttpConnection(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise)Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type EndPoint Constructor Description HttpConnectionOverFCGI(EndPoint endPoint, HttpDestination destination, Promise<Connection> promise, boolean multiplexed) -
Uses of EndPoint in org.eclipse.jetty.fcgi.generator
Constructors in org.eclipse.jetty.fcgi.generator with parameters of type EndPoint Constructor Description Flusher(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server with parameters of type EndPoint Modifier and Type Method Description ConnectionServerFCGIConnectionFactory. newConnection(Connector connector, EndPoint endPoint)Constructors in org.eclipse.jetty.fcgi.server with parameters of type EndPoint Constructor Description HttpChannelOverFCGI(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
Methods in org.eclipse.jetty.http2 that return EndPoint Modifier and Type Method Description EndPointHTTP2Session. getEndPoint()Constructors in org.eclipse.jetty.http2 with parameters of type EndPoint Constructor Description HTTP2Connection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, ISession session, int bufferSize)HTTP2Connection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, Parser parser, ISession session, int bufferSize)Deprecated.HTTP2Session(Scheduler scheduler, EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl, int initialStreamId)Deprecated.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 EndPoint Modifier and Type Method Description ConnectionHTTP2ClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)Constructors in org.eclipse.jetty.http2.client with parameters of type EndPoint Constructor Description HTTP2ClientSession(Scheduler scheduler, EndPoint endPoint, Generator generator, Session.Listener listener, FlowControlStrategy flowControl)Deprecated.HTTP2ClientSession(Scheduler scheduler, EndPoint endPoint, Parser parser, Generator generator, Session.Listener listener, FlowControlStrategy flowControl) -
Uses of EndPoint in org.eclipse.jetty.http2.client.http
Methods in org.eclipse.jetty.http2.client.http with parameters of type EndPoint Modifier and Type Method Description ConnectionHttpClientTransportOverHTTP2. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context) -
Uses of EndPoint in org.eclipse.jetty.http2.parser
Methods in org.eclipse.jetty.http2.parser with parameters of type EndPoint Modifier and Type Method Description default RateControlRateControl.Factory. newRateControl(EndPoint endPoint)RateControlWindowRateControl.Factory. newRateControl(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type EndPoint Modifier and Type Method Description ConnectionAbstractHTTP2ServerConnectionFactory. 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)ConnectionHTTP2CServerConnectionFactory. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields response101)Constructors in org.eclipse.jetty.http2.server with parameters of type EndPoint Constructor Description HTTP2ServerConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, ISession session, int inputBufferSize, ServerSessionListener listener)HTTP2ServerConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, HttpConfiguration httpConfig, ServerParser parser, ISession session, int inputBufferSize, ServerSessionListener listener)Deprecated.HTTP2ServerSession(Scheduler scheduler, EndPoint endPoint, Generator generator, ServerSessionListener listener, FlowControlStrategy flowControl)Deprecated.HTTP2ServerSession(Scheduler scheduler, EndPoint endPoint, Parser 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.io
Classes in org.eclipse.jetty.io that implement EndPoint Modifier and Type Class Description classAbstractEndPointclassByteArrayEndPointByteArrayEndPoint.classChannelEndPointChannel End Point.classNetworkTrafficSelectChannelEndPointDeprecated.useNetworkTrafficSocketChannelEndPointinsteadclassNetworkTrafficSocketChannelEndPointA specialized version ofSocketChannelEndPointthat supportsNetworkTrafficListeners.classSelectChannelEndPointDeprecated.useSocketChannelEndPointinsteadclassSocketChannelEndPointMethods in org.eclipse.jetty.io that return EndPoint Modifier and Type Method Description EndPointAbstractConnection. getEndPoint()EndPointConnection. getEndPoint()protected abstract EndPointSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)Factory method to createEndPoint.Methods in org.eclipse.jetty.io with parameters of type EndPoint Modifier and Type Method Description 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.ConnectionClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)abstract ConnectionSelectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)Factory method to createConnection.Constructors in org.eclipse.jetty.io with parameters of type EndPoint Constructor Description AbstractConnection(EndPoint endp, java.util.concurrent.Executor executor)NegotiatingClientConnection(EndPoint endp, java.util.concurrent.Executor executor, javax.net.ssl.SSLEngine sslEngine, ClientConnectionFactory connectionFactory, java.util.Map<java.lang.String,java.lang.Object> context)WriteFlusher(EndPoint endPoint) -
Uses of EndPoint in org.eclipse.jetty.io.ssl
Classes in org.eclipse.jetty.io.ssl that implement EndPoint Modifier and Type Class Description classSslConnection.DecryptedEndPointMethods in org.eclipse.jetty.io.ssl with parameters of type EndPoint Modifier and Type Method Description ConnectionSslClientConnectionFactory. newConnection(EndPoint endPoint, java.util.Map<java.lang.String,java.lang.Object> context)protected SslConnectionSslClientConnectionFactory. newSslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine engine)Constructors in org.eclipse.jetty.io.ssl with parameters of type EndPoint Constructor Description SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine)SslConnection(ByteBufferPool byteBufferPool, java.util.concurrent.Executor executor, EndPoint endPoint, javax.net.ssl.SSLEngine sslEngine, boolean useDirectBuffersForEncryption, boolean useDirectBuffersForDecryption) -
Uses of EndPoint in org.eclipse.jetty.maven.plugin
Methods in org.eclipse.jetty.maven.plugin that return types with arguments of type EndPoint Modifier and Type Method Description java.util.Collection<EndPoint>MavenServerConnector. getConnectedEndPoints() -
Uses of EndPoint in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy that return EndPoint Modifier and Type Method Description protected EndPointConnectHandler.ConnectManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key)Methods in org.eclipse.jetty.proxy with parameters of type EndPoint Modifier and Type Method Description ConnectionConnectHandler.ConnectManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)protected ConnectHandler.DownstreamConnectionConnectHandler. newDownstreamConnection(EndPoint endPoint, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)protected ConnectHandler.UpstreamConnectionConnectHandler. newUpstreamConnection(EndPoint endPoint, ConnectHandler.ConnectContext connectContext)protected intConnectHandler.DownstreamConnection. read(EndPoint endPoint, java.nio.ByteBuffer buffer)protected intConnectHandler. read(EndPoint endPoint, java.nio.ByteBuffer buffer, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)Reads (with non-blocking semantic) into the givenbufferfrom the givenendPoint.protected intConnectHandler.UpstreamConnection. read(EndPoint endPoint, java.nio.ByteBuffer buffer)protected abstract intProxyConnection. read(EndPoint endPoint, java.nio.ByteBuffer buffer)protected voidConnectHandler.DownstreamConnection. write(EndPoint endPoint, java.nio.ByteBuffer buffer, Callback callback)protected voidConnectHandler.UpstreamConnection. write(EndPoint endPoint, java.nio.ByteBuffer buffer, Callback callback)protected voidConnectHandler. write(EndPoint endPoint, java.nio.ByteBuffer buffer, Callback callback, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)Writes (with non-blocking semantic) the given buffer of data onto the given endPoint.protected abstract voidProxyConnection. write(EndPoint endPoint, java.nio.ByteBuffer buffer, Callback callback)Constructors in org.eclipse.jetty.proxy with parameters of type EndPoint Constructor Description DownstreamConnection(EndPoint endPoint, java.util.concurrent.Executor executor, ByteBufferPool bufferPool, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)ProxyConnection(EndPoint endp, java.util.concurrent.Executor executor, ByteBufferPool bufferPool, java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)UpstreamConnection(EndPoint endPoint, java.util.concurrent.Executor executor, ByteBufferPool bufferPool, ConnectHandler.ConnectContext connectContext) -
Uses of EndPoint in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement EndPoint Modifier and Type Class Description classLocalConnector.LocalEndPointLocal EndPointstatic classProxyConnectionFactory.ProxyEndPointMethods in org.eclipse.jetty.server that return EndPoint Modifier and Type Method Description EndPointHttpChannel. getEndPoint()EndPointProxyConnectionFactory.ProxyEndPoint. unwrap()Methods in org.eclipse.jetty.server that return types with arguments of type EndPoint Modifier and Type Method Description java.util.Collection<EndPoint>AbstractConnector. getConnectedEndPoints()java.util.Collection<EndPoint>Connector. getConnectedEndPoints()Methods in org.eclipse.jetty.server with parameters of type EndPoint Modifier and Type Method Description protected 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)ConnectionConnectionFactory. newConnection(Connector connector, EndPoint endPoint)Creates a newConnectionwith the given parametersConnectionDetectorConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionHttpConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionNegotiatingServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)ConnectionServerConnector.ServerConnectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment)ConnectionSslConnectionFactory. newConnection(Connector connector, EndPoint endPoint)protected abstract AbstractConnectionNegotiatingServerConnectionFactory. newServerConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols, java.lang.String defaultProtocol)protected SslConnectionSslConnectionFactory. newSslConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine)protected voidDetectorConnectionFactory. nextProtocol(Connector connector, EndPoint endPoint, java.nio.ByteBuffer buffer)Callback method called when detection was unsuccessful.protected voidOptionalSslConnectionFactory. nextProtocol(Connector connector, EndPoint endPoint, java.nio.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(java.nio.ByteBuffer buffer, EndPoint endPoint)Deprecated.ConnectionConnectionFactory.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 EndPoint Constructor Description 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)NegotiatingServerConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols, java.lang.String defaultProtocol)ProxyEndPoint(EndPoint endp, java.net.InetSocketAddress remote, java.net.InetSocketAddress local) -
Uses of EndPoint in org.eclipse.jetty.unixsocket
Classes in org.eclipse.jetty.unixsocket that implement EndPoint Modifier and Type Class Description classUnixSocketEndPointMethods in org.eclipse.jetty.unixsocket that return EndPoint Modifier and Type Method Description protected EndPointUnixSocketConnector.UnixSocketConnectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey selectionKey)Methods in org.eclipse.jetty.unixsocket with parameters of type EndPoint Modifier and Type Method Description protected voidUnixSocketConnector.UnixSocketConnectorManager. endPointClosed(EndPoint endpoint)protected voidUnixSocketConnector.UnixSocketConnectorManager. endPointOpened(EndPoint endpoint)ConnectionUnixSocketConnector.UnixSocketConnectorManager. newConnection(java.nio.channels.SelectableChannel channel, EndPoint endpoint, java.lang.Object attachment) -
Uses of EndPoint in org.eclipse.jetty.unixsocket.client
Methods in org.eclipse.jetty.unixsocket.client that return EndPoint Modifier and Type Method Description protected EndPointHttpClientTransportOverUnixSockets.UnixSocketSelectorManager. newEndPoint(java.nio.channels.SelectableChannel channel, ManagedSelector selector, java.nio.channels.SelectionKey key) -
Uses of EndPoint in org.eclipse.jetty.websocket.client.io
Constructors in org.eclipse.jetty.websocket.client.io with parameters of type EndPoint Constructor Description WebSocketClientConnection(EndPoint endp, java.util.concurrent.Executor executor, Scheduler scheduler, WebSocketPolicy websocketPolicy, ByteBufferPool bufferPool) -
Uses of EndPoint in org.eclipse.jetty.websocket.common.io
Constructors in org.eclipse.jetty.websocket.common.io with parameters of type EndPoint Constructor Description AbstractWebSocketConnection(EndPoint endp, java.util.concurrent.Executor executor, Scheduler scheduler, WebSocketPolicy policy, ByteBufferPool bufferPool)FrameFlusher(ByteBufferPool bufferPool, Generator generator, EndPoint endPoint, int bufferSize, int maxGather) -
Uses of EndPoint in org.eclipse.jetty.websocket.server
Constructors in org.eclipse.jetty.websocket.server with parameters of type EndPoint Constructor Description WebSocketServerConnection(EndPoint endp, java.util.concurrent.Executor executor, Scheduler scheduler, WebSocketPolicy policy, ByteBufferPool bufferPool)
-