Uses of Interface
org.fourthline.cling.transport.spi.StreamServerConfiguration

Packages that use StreamServerConfiguration
org.fourthline.cling.transport.impl   
org.fourthline.cling.transport.impl.apache   
org.fourthline.cling.transport.spi   
 

Uses of StreamServerConfiguration in org.fourthline.cling.transport.impl
 

Classes in org.fourthline.cling.transport.impl that implement StreamServerConfiguration
 class AsyncServletStreamServerConfigurationImpl
          Settings for the async Servlet 3.0 implementation.
 

Uses of StreamServerConfiguration in org.fourthline.cling.transport.impl.apache
 

Classes in org.fourthline.cling.transport.impl.apache that implement StreamServerConfiguration
 class StreamServerConfigurationImpl
          Settings for the Apache HTTP Components implementation.
 

Uses of StreamServerConfiguration in org.fourthline.cling.transport.spi
 

Classes in org.fourthline.cling.transport.spi with type parameters of type StreamServerConfiguration
 interface StreamServer<C extends StreamServerConfiguration>
          Service for receiving TCP (HTTP) streams, one per bound IP address.
 



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