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

Packages that use ServletContainerAdapter
org.fourthline.cling.transport.impl   
org.fourthline.cling.transport.impl.jetty   
 

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

Fields in org.fourthline.cling.transport.impl declared as ServletContainerAdapter
protected  ServletContainerAdapter AsyncServletStreamServerConfigurationImpl.servletContainerAdapter
           
 

Methods in org.fourthline.cling.transport.impl that return ServletContainerAdapter
 ServletContainerAdapter AsyncServletStreamServerConfigurationImpl.getServletContainerAdapter()
           
 

Methods in org.fourthline.cling.transport.impl with parameters of type ServletContainerAdapter
 void AsyncServletStreamServerConfigurationImpl.setServletContainerAdapter(ServletContainerAdapter servletContainerAdapter)
           
 

Constructors in org.fourthline.cling.transport.impl with parameters of type ServletContainerAdapter
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter servletContainerAdapter)
          Defaults to port '0', ephemeral.
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter servletContainerAdapter, int listenPort)
           
AsyncServletStreamServerConfigurationImpl(ServletContainerAdapter servletContainerAdapter, int listenPort, int asyncTimeoutMillis)
           
 

Uses of ServletContainerAdapter in org.fourthline.cling.transport.impl.jetty
 

Classes in org.fourthline.cling.transport.impl.jetty that implement ServletContainerAdapter
 class JettyServletContainer
          A singleton wrapper of a org.eclipse.jetty.server.Server.
 



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