Package | Description |
---|---|
org.eclipse.jetty.maven.plugin | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.nio | |
org.eclipse.jetty.websocket.server.mux |
Jetty WebSocket Server : MUX Extension [Unstable Early Draft]
|
Modifier and Type | Class and 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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetworkConnector
A
Connector for TCP/IP network connectors |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnector
An abstract implementation of
Connector that provides a ConnectionFactory mechanism
for creating Connection instances for various protocols (HTTP, SSL, SPDY, etc). |
class |
AbstractNetworkConnector
An abstract Network Connector.
|
class |
LocalConnector |
class |
ServerConnector
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
Modifier and Type | Method and Description |
---|---|
Connector |
HttpChannel.getConnector() |
Connector |
HttpConnection.getConnector() |
Connector[] |
Server.getConnectors() |
protected Connector[] |
LowResourceMonitor.getMonitoredOrServerConnectors() |
Modifier and Type | Method and Description |
---|---|
Collection<Connector> |
LowResourceMonitor.getMonitoredConnectors() |
Modifier and Type | Method and Description |
---|---|
void |
Server.addConnector(Connector connector) |
protected AbstractConnection |
AbstractConnectionFactory.configure(AbstractConnection connection,
Connector connector,
EndPoint endPoint) |
void |
SecureRequestCustomizer.customize(Connector connector,
HttpConfiguration channelConfig,
Request request) |
void |
HttpConfiguration.Customizer.customize(Connector connector,
HttpConfiguration channelConfig,
Request request) |
void |
ForwardedRequestCustomizer.customize(Connector connector,
HttpConfiguration config,
Request request) |
Connection |
HttpConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
SslConnectionFactory.newConnection(Connector connector,
EndPoint endPoint) |
Connection |
ConnectionFactory.newConnection(Connector connector,
EndPoint endPoint)
Creates a new
Connection with the given parameters |
protected SslConnection |
SslConnectionFactory.newSslConnection(Connector connector,
EndPoint endPoint,
SSLEngine engine) |
void |
Server.removeConnector(Connector connector)
Convenience method which calls
Server.getConnectors() and Server.setConnectors(Connector[]) to
remove a connector. |
void |
Server.setConnectors(Connector[] connectors)
Set the connectors for this server.
|
Modifier and Type | Method and Description |
---|---|
void |
LowResourceMonitor.setMonitoredConnectors(Collection<Connector> monitoredConnectors) |
Constructor and Description |
---|
HttpChannel(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<T> input) |
HttpConnection(HttpConfiguration config,
Connector connector,
EndPoint endPoint) |
Modifier and Type | Class and Description |
---|---|
class |
NetworkTrafficSelectChannelConnector
A specialized version of
ServerConnector that supports NetworkTrafficListener s. |
Constructor and Description |
---|
HttpChannelOverMux(Connector connector,
HttpConfiguration configuration,
EndPoint endPoint,
HttpTransport transport,
HttpInput<ByteBuffer> input) |
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.