org.fourthline.cling.transport.spi
Interface StreamClientConfiguration

All Known Implementing Classes:
StreamClientConfigurationImpl, StreamClientConfigurationImpl, StreamClientConfigurationImpl

public interface StreamClientConfiguration

Collection of typically needed configuration settings.

Author:
Christian Bauer

Method Summary
 String getUserAgentValue(int majorVersion, int minorVersion)
          Used for outgoing HTTP requests if no other value was already set on messages.
 

Method Detail

getUserAgentValue

String getUserAgentValue(int majorVersion,
                         int minorVersion)
Used for outgoing HTTP requests if no other value was already set on messages.

Parameters:
majorVersion - The UPnP UDA major version.
minorVersion - The UPnP UDA minor version.
Returns:
The HTTP user agent value.


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.