| Package | Description |
|---|---|
| io.bootique.jetty.connector | |
| io.bootique.jetty.server |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpConnectorFactory |
class |
HttpsConnectorFactory |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorFactory |
ServerFactory.connector
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ConnectorFactory> |
ServerFactory.connectors |
| Modifier and Type | Method and Description |
|---|---|
ConnectorFactory |
ServerFactory.getConnector()
Deprecated.
since 0.18 in favor of "connectors" property.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<ConnectorFactory> |
ServerFactory.connectorFactories(org.eclipse.jetty.server.Server server) |
List<ConnectorFactory> |
ServerFactory.getConnectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerFactory.setConnector(ConnectorFactory connector)
Deprecated.
since 0.18 in favor of "connectors" property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerFactory.setConnectors(List<ConnectorFactory> connectors)
Sets a list of connector factories for this server.
|
Copyright © 2017 ObjectStyle LLC. All rights reserved.