Package | Description |
---|---|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.nio |
Jetty Server : Core Server Connector
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.util.component |
Jetty Util : Jetty Lifecycle Management
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Interface and Description |
---|---|
interface |
Connector
A
Connector accept connections and data from remote peers,
and allows applications to send data to remote peers, by setting up
the machinery needed to handle such tasks. |
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, etc). |
class |
AbstractNetworkConnector
An abstract Network Connector.
|
class |
LocalConnector
A local connector, mostly for testing purposes.
|
class |
NetworkTrafficServerConnector
A specialized version of
ServerConnector that supports NetworkTrafficListener s. |
class |
ServerConnector
This
Connector implementation is the primary connector for the
Jetty server over TCP/IP. |
Modifier and Type | Class and Description |
---|---|
class |
ContextHandler
ContextHandler.
|
class |
MovedContextHandler
Moved ContextHandler.
|
class |
StatisticsHandler |
Modifier and Type | Class and Description |
---|---|
class |
NetworkTrafficSelectChannelConnector
Deprecated.
use
NetworkTrafficServerConnector instead. |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler
Servlet Context.
|
Modifier and Type | Class and Description |
---|---|
static class |
Graceful.Shutdown
A utility Graceful that uses a
FutureCallback to indicate if shutdown is completed. |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Copyright © 1995–2019 Webtide. All rights reserved.