public interface StreamClientConfiguration
| Modifier and Type | Method and Description |
|---|---|
int |
getLogWarningSeconds() |
ExecutorService |
getRequestExecutorService()
Used to execute the actual HTTP request, the StreamClient waits on the "current" thread for
completion or timeout.
|
int |
getRetryAfterSeconds() |
int |
getRetryIterations() |
int |
getTimeoutSeconds() |
String |
getUserAgentValue(int majorVersion,
int minorVersion)
Used for outgoing HTTP requests if no other value was already set on messages.
|
ExecutorService getRequestExecutorService()
UpnpServiceConfiguration.getSyncProtocolExecutorService().ExecutorService to use for actual sending of HTTP requests.int getTimeoutSeconds()
int getRetryIterations()
int getLogWarningSeconds()
0 to disable)int getRetryAfterSeconds()
0 to disable)String getUserAgentValue(int majorVersion, int minorVersion)
majorVersion - The UPnP UDA major version.minorVersion - The UPnP UDA minor version.Copyright © 2023 jUPnP.org. All rights reserved.