Uses of Interface
org.eclipse.jetty.server.Connector
-
Packages that use Connector Package Description org.eclipse.jetty.alpn.server org.eclipse.jetty.fcgi.server org.eclipse.jetty.http2.server org.eclipse.jetty.maven.plugin Jetty Maven Plugin : Support for Jetty in Maven build lifecycleorg.eclipse.jetty.rewrite org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.nio Jetty Server : Core Server Connectororg.eclipse.jetty.unixsocket -
-
Uses of Connector in org.eclipse.jetty.alpn.server
Methods in org.eclipse.jetty.alpn.server with parameters of type Connector Modifier and Type Method Description protected AbstractConnection
ALPNServerConnectionFactory. 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 Connector 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 Connector in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server with parameters of type Connector Modifier and Type Method Description Connection
ServerFCGIConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Constructors in org.eclipse.jetty.fcgi.server with parameters of type Connector Constructor Description HttpChannelOverFCGI(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransport transport)
ServerFCGIConnection(Connector connector, EndPoint endPoint, HttpConfiguration configuration, boolean sendStatus200)
-
Uses of Connector in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type Connector Modifier and Type Method Description Connection
AbstractHTTP2ServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
protected HTTP2ServerConnection.ServerHttpChannelOverHTTP2
HTTP2ServerConnection. newServerHttpChannelOverHTTP2(Connector connector, HttpConfiguration httpConfig, HttpTransportOverHTTP2 transport)
protected ServerParser
AbstractHTTP2ServerConnectionFactory. newServerParser(Connector connector, RateControl rateControl)
protected ServerParser
AbstractHTTP2ServerConnectionFactory. newServerParser(Connector connector, ServerParser.Listener listener, RateControl rateControl)
Deprecated.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)
void
HTTP2ServerConnection. onNewStream(Connector connector, IStream stream, HeadersFrame frame)
void
HTTP2ServerConnection. push(Connector connector, IStream stream, MetaData.Request request)
Connection
HTTP2CServerConnectionFactory. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields response101)
Constructors in org.eclipse.jetty.http2.server with parameters of type Connector Constructor Description HttpChannelOverHTTP2(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransportOverHTTP2 transport)
HTTPServerSessionListener(Connector connector, EndPoint endPoint)
HttpTransportOverHTTP2(Connector connector, HTTP2ServerConnection connection)
ServerHttpChannelOverHTTP2(Connector connector, HttpConfiguration configuration, EndPoint endPoint, HttpTransportOverHTTP2 transport)
-
Uses of Connector in org.eclipse.jetty.maven.plugin
Classes in org.eclipse.jetty.maven.plugin that implement Connector Modifier and Type Class Description class
MavenServerConnector
MavenServerConnector As the ServerConnector class does not have a no-arg constructor, and moreover requires the server instance passed in to all its constructors, it cannot be referenced in the pom.xml.Methods in org.eclipse.jetty.maven.plugin with parameters of type Connector Modifier and Type Method Description static void
ServerSupport. configureConnectors(Server server, Connector connector)
Configure at least one connector for the server -
Uses of Connector in org.eclipse.jetty.rewrite
Methods in org.eclipse.jetty.rewrite with parameters of type Connector Modifier and Type Method Description void
RewriteCustomizer. customize(Connector connector, HttpConfiguration channelConfig, Request request)
-
Uses of Connector in org.eclipse.jetty.server
Subinterfaces of Connector in org.eclipse.jetty.server Modifier and Type Interface Description interface
NetworkConnector
AConnector
for TCP/IP network connectorsClasses in org.eclipse.jetty.server that implement Connector Modifier and Type Class Description class
AbstractConnector
An abstract implementation ofConnector
that provides aConnectionFactory
mechanism for creatingConnection
instances for various protocols (HTTP, SSL, etc).class
AbstractNetworkConnector
An abstract Network Connector.class
LocalConnector
A local connector, mostly for testing purposes.class
NetworkTrafficServerConnector
A specialized version ofServerConnector
that supportsNetworkTrafficListener
s.class
ServerConnector
ThisConnector
implementation is the primary connector for the Jetty server over TCP/IP.Methods in org.eclipse.jetty.server that return Connector Modifier and Type Method Description Connector
HttpChannel. getConnector()
Connector
HttpConnection. getConnector()
Connector
NegotiatingServerConnection. getConnector()
Connector[]
Server. getConnectors()
protected Connector[]
LowResourceMonitor. getMonitoredOrServerConnectors()
Methods in org.eclipse.jetty.server that return types with arguments of type Connector Modifier and Type Method Description java.util.Collection<Connector>
LowResourceMonitor. getMonitoredConnectors()
Methods in org.eclipse.jetty.server with parameters of type Connector Modifier and Type Method Description void
Server. addConnector(Connector connector)
protected AbstractConnection
AbstractConnectionFactory. configure(AbstractConnection connection, Connector connector, EndPoint endPoint)
protected AbstractConnection
SslConnectionFactory. configure(AbstractConnection connection, Connector connector, EndPoint endPoint)
void
ForwardedRequestCustomizer. customize(Connector connector, HttpConfiguration config, Request request)
void
HostHeaderCustomizer. customize(Connector connector, HttpConfiguration channelConfig, Request request)
void
HttpConfiguration.Customizer. customize(Connector connector, HttpConfiguration channelConfig, Request request)
void
ProxyCustomizer. customize(Connector connector, HttpConfiguration channelConfig, Request request)
void
SecureRequestCustomizer. customize(Connector connector, HttpConfiguration channelConfig, Request request)
protected java.lang.String
AbstractConnectionFactory. findNextProtocol(Connector connector)
protected static java.lang.String
AbstractConnectionFactory. findNextProtocol(Connector connector, java.lang.String currentProtocol)
Connection
ConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Creates a newConnection
with the given parametersConnection
DetectorConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
HttpConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
NegotiatingServerConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
Connection
SslConnectionFactory. newConnection(Connector connector, EndPoint endPoint)
protected abstract AbstractConnection
NegotiatingServerConnectionFactory. newServerConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine, java.util.List<java.lang.String> protocols, java.lang.String defaultProtocol)
protected SslConnection
SslConnectionFactory. newSslConnection(Connector connector, EndPoint endPoint, javax.net.ssl.SSLEngine engine)
protected void
DetectorConnectionFactory. nextProtocol(Connector connector, EndPoint endPoint, java.nio.ByteBuffer buffer)
Callback method called when detection was unsuccessful.protected void
OptionalSslConnectionFactory. nextProtocol(Connector connector, EndPoint endPoint, java.nio.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.Connection
ConnectionFactory.Upgrading. upgradeConnection(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields 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.Method parameters in org.eclipse.jetty.server with type arguments of type Connector Modifier and Type Method Description void
LowResourceMonitor. setMonitoredConnectors(java.util.Collection<Connector> monitoredConnectors)
Constructors in org.eclipse.jetty.server with parameters of type Connector Constructor Description AcceptRateLimit(int limit, long period, java.util.concurrent.TimeUnit units, Connector... connectors)
ConnectionLimit(int maxConnections, Connector... connectors)
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)
-
Uses of Connector in org.eclipse.jetty.server.nio
Classes in org.eclipse.jetty.server.nio that implement Connector Modifier and Type Class Description class
NetworkTrafficSelectChannelConnector
Deprecated.useNetworkTrafficServerConnector
instead. -
Uses of Connector in org.eclipse.jetty.unixsocket
Classes in org.eclipse.jetty.unixsocket that implement Connector Modifier and Type Class Description class
UnixSocketConnector
A server-side connector for UNIX sockets.
-