Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractConnectorHttpClientTransport.ClientSelectorManager |
Modifier and Type | Field and Description |
---|---|
private SelectorManager |
AbstractConnectorHttpClientTransport.selectorManager |
Modifier and Type | Method and Description |
---|---|
protected SelectorManager |
AbstractConnectorHttpClientTransport.newSelectorManager(HttpClient client) |
Modifier and Type | Field and Description |
---|---|
private SelectorManager |
ManagedSelector._selectorManager |
Constructor and Description |
---|
ManagedSelector(SelectorManager selectorManager,
int id) |
Modifier and Type | Class and Description |
---|---|
protected class |
ServerConnector.ServerConnectorManager |
Modifier and Type | Field and Description |
---|---|
private SelectorManager |
ServerConnector._manager |
Modifier and Type | Method and Description |
---|---|
SelectorManager |
ServerConnector.getSelectorManager() |
protected SelectorManager |
ServerConnector.newSelectorManager(java.util.concurrent.Executor executor,
Scheduler scheduler,
int selectors) |