| Package | Description |
|---|---|
| org.fourthline.cling.transport.impl | |
| org.fourthline.cling.transport.impl.jetty |
| Modifier and Type | Field and Description |
|---|---|
protected ServletContainerAdapter |
AsyncServletStreamServerConfigurationImpl.servletContainerAdapter |
| Modifier and Type | Method and Description |
|---|---|
ServletContainerAdapter |
AsyncServletStreamServerConfigurationImpl.getServletContainerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncServletStreamServerConfigurationImpl.setServletContainerAdapter(ServletContainerAdapter servletContainerAdapter) |
| Constructor and Description |
|---|
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter servletContainerAdapter)
Defaults to port '0', ephemeral.
|
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter servletContainerAdapter,
int listenPort) |
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter servletContainerAdapter,
int listenPort,
int asyncTimeoutSeconds) |
| Modifier and Type | Class and Description |
|---|---|
class |
JettyServletContainer
A singleton wrapper of a
org.eclipse.jetty.server.Server. |
Copyright © 2016 4th Line GmbH, Switzerland. All rights reserved.