Package | Description |
---|---|
org.eclipse.jetty.ajp | |
org.eclipse.jetty.nested | |
org.eclipse.jetty.server | |
org.eclipse.jetty.server.bio | |
org.eclipse.jetty.server.nio | |
org.eclipse.jetty.server.ssl |
Modifier and Type | Class and Description |
---|---|
class |
Ajp13SocketConnector |
Constructor and Description |
---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server) |
Modifier and Type | Class and Description |
---|---|
class |
NestedConnector
Nested Jetty Connector
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnector
Abstract Connector implementation.
|
class |
LocalConnector |
Modifier and Type | Field and Description |
---|---|
protected Connector |
AbstractHttpConnection._connector |
Modifier and Type | Method and Description |
---|---|
Connector |
AbstractHttpConnection.getConnector() |
Connector[] |
Server.getConnectors() |
Modifier and Type | Method and Description |
---|---|
void |
Server.addConnector(Connector connector) |
void |
Server.removeConnector(Connector connector)
Conveniance method which calls
Server.getConnectors() and Server.setConnectors(Connector[]) to
remove a connector. |
void |
Server.setConnectors(Connector[] connectors)
Set the connectors for this server.
|
Constructor and Description |
---|
AbstractHttpConnection(Connector connector,
EndPoint endpoint,
Server server) |
AbstractHttpConnection(Connector connector,
EndPoint endpoint,
Server server,
Parser parser,
Generator generator,
Request request) |
AsyncHttpConnection(Connector connector,
EndPoint endpoint,
Server server) |
BlockingHttpConnection(Connector connector,
EndPoint endpoint,
Server server) |
BlockingHttpConnection(Connector connector,
EndPoint endpoint,
Server server,
Parser parser,
Generator generator,
Request request) |
Modifier and Type | Class and Description |
---|---|
class |
SocketConnector
Socket Connector.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNIOConnector |
class |
BlockingChannelConnector
Blocking NIO connector.
|
class |
InheritedChannelConnector
An implementation of the SelectChannelConnector which first tries to
inherit from a channel provided by the system.
|
class |
NetworkTrafficSelectChannelConnector
A specialized version of
SelectChannelConnector that supports NetworkTrafficListener s. |
class |
SelectChannelConnector
Selecting NIO connector.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SslConnector
The interface for SSL connectors and their configuration methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SslSelectChannelConnector
SslSelectChannelConnector.
|
class |
SslSocketConnector
SSL Socket Connector.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.