org.fourthline.cling.transport.spi
Interface StreamServerConfiguration

All Known Implementing Classes:
AsyncServletStreamServerConfigurationImpl, StreamServerConfigurationImpl, StreamServerConfigurationImpl

public interface StreamServerConfiguration

Collection of typically needed configuration settings.

Author:
Christian Bauer

Method Summary
 int getListenPort()
           
 

Method Detail

getListenPort

int getListenPort()
Returns:
The TCP port to listen on for HTTP requests.


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