| Package | Description |
|---|---|
| org.jupnp.transport | |
| org.jupnp.transport.impl.jetty | |
| org.jupnp.transport.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransportConfiguration<SCC extends StreamClientConfiguration,SSC extends StreamServerConfiguration>
Interface to abstract a transport implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static <SCC extends StreamClientConfiguration,SSC extends StreamServerConfiguration> |
TransportConfigurationProvider.getDefaultTransportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
StreamClient<SCC> |
TransportConfiguration.createStreamClient(ExecutorService executorService,
StreamClientConfiguration configuration)
Creates a
StreamClient using the given ExecutorService for async calls. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamClientConfigurationImpl
Settings for the Jetty 9.3.x implementation.
|
| Modifier and Type | Method and Description |
|---|---|
StreamClient |
JettyTransportConfiguration.createStreamClient(ExecutorService executorService,
StreamClientConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamClient<C extends StreamClientConfiguration,REQUEST>
Implements the timeout/callback processing and unifies exception handling.
|
interface |
StreamClient<C extends StreamClientConfiguration>
Service for sending TCP (HTTP) stream request messages.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamClientConfiguration |
Copyright © 2023 jUPnP.org. All rights reserved.