|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StreamClientConfiguration
Collection of typically needed configuration settings.
Method Summary | |
---|---|
int |
getLogWarningSeconds()
|
ExecutorService |
getRequestExecutorService()
Used to execute the actual HTTP request, the StreamClient waits on the "current" thread for completion or timeout. |
int |
getTimeoutSeconds()
|
String |
getUserAgentValue(int majorVersion,
int minorVersion)
Used for outgoing HTTP requests if no other value was already set on messages. |
Method Detail |
---|
ExecutorService getRequestExecutorService()
UpnpServiceConfiguration.getSyncProtocolExecutorService()
.
ExecutorService
to use for actual sending of HTTP requests.int getTimeoutSeconds()
int getLogWarningSeconds()
0
to disable)String getUserAgentValue(int majorVersion, int minorVersion)
majorVersion
- The UPnP UDA major version.minorVersion
- The UPnP UDA minor version.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |