Uses of Interface
org.eclipse.jetty.server.Connector
Package
Description
Jetty Server : Core Server API
-
Uses of Connector in org.eclipse.jetty.alpn.server
Modifier and TypeMethodDescriptionprotected AbstractConnection
ALPNServerConnectionFactory.newServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) -
Uses of Connector in org.eclipse.jetty.fcgi.server
Modifier and TypeMethodDescriptionServerFCGIConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) -
Uses of Connector in org.eclipse.jetty.fcgi.server.internal
ModifierConstructorDescriptionServerFCGIConnection
(Connector connector, EndPoint endPoint, HttpConfiguration configuration, boolean sendStatus200) -
Uses of Connector in org.eclipse.jetty.http2.server
Modifier 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) -
Uses of Connector in org.eclipse.jetty.http2.server.internal
ModifierConstructorDescriptionHTTP2ServerConnection
(Connector connector, EndPoint endPoint, HttpConfiguration httpConfig, HTTP2ServerSession session, int inputBufferSize, ServerSessionListener listener) -
Uses of Connector in org.eclipse.jetty.http3.server
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.Modifier and TypeMethodDescriptionAbstractHTTP3ServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) -
Uses of Connector in org.eclipse.jetty.quic.server
Modifier and TypeClassDescriptionclass
A server side network connector that uses aDatagramChannel
to listen on a network port for QUIC traffic.Modifier and TypeMethodDescriptionQuicServerConnectionFactory.newConnection
(Connector connector, EndPoint endPoint) ModifierConstructorDescriptionServerQuicConnection
(Connector connector, ServerQuicConfiguration quicConfiguration, EndPoint endPoint) ServerQuicSession
(Executor executor, Scheduler scheduler, ByteBufferPool bufferPool, org.eclipse.jetty.quic.quiche.QuicheConnection quicheConnection, ServerQuicConnection connection, SocketAddress remoteAddress, Connector connector) -
Uses of Connector in org.eclipse.jetty.server
Modifier and TypeClassDescriptionclass
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
An abstract Network Connector.class
A local connector, mostly for testing purposes.class
A serverConnector
that allows clients to communicate via memory.class
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.Modifier and TypeMethodDescriptionAbstractMetaDataConnection.getConnector()
ConnectionMetaData.getConnector()
ConnectionMetaData.Wrapper.getConnector()
NegotiatingServerConnection.getConnector()
Server.getConnectors()
protected Connector[]
LowResourceMonitor.getMonitoredOrServerConnectors()
Modifier and TypeMethodDescriptionvoid
Server.addConnector
(Connector connector) protected <T extends AbstractConnection>
Tvoid
Called duringLifeCycle.start()
.void
protected <T extends AbstractConnection>
Tprotected String
AbstractConnectionFactory.findNextProtocol
(Connector connector) protected static String
AbstractConnectionFactory.findNextProtocol
(Connector connector, String currentProtocol) 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) 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.void
Server.removeConnector
(Connector connector) Convenience method which callsServer.getConnectors()
andServer.setConnectors(Connector[])
to remove a connector.void
Server.setConnectors
(Connector[] connectors) Set the connectors for this server.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.Modifier and TypeMethodDescriptionvoid
LowResourceMonitor.setMonitoredConnectors
(Collection<Connector> monitoredConnectors) ModifierConstructorDescriptionAbstractMetaDataConnection
(Connector connector, HttpConfiguration httpConfiguration, EndPoint endPoint) AcceptRateLimit
(int limit, long period, TimeUnit units, Connector... connectors) ConnectionLimit
(int maxConnections, Connector... connectors) protected
NegotiatingServerConnection
(Connector connector, EndPoint endPoint, SSLEngine engine, List<String> protocols, String defaultProtocol) -
Uses of Connector in org.eclipse.jetty.server.internal
ModifierConstructorDescriptionHttpConnection
(HttpConfiguration configuration, Connector connector, EndPoint endPoint) HttpConnection
(HttpConfiguration configuration, Connector connector, EndPoint endPoint, boolean recordComplianceViolations) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Connector in org.eclipse.jetty.unixdomain.server
Modifier and TypeClassDescriptionclass
AConnector
implementation for Unix-Domain server socket channels.
QuicServerConnector
instead