Uses of Interface
org.fourthline.cling.model.message.Connection

Packages that use Connection
org.fourthline.cling.model.message   
org.fourthline.cling.model.profile   
org.fourthline.cling.transport.impl   
org.fourthline.cling.transport.impl.apache   
 

Uses of Connection in org.fourthline.cling.model.message
 

Fields in org.fourthline.cling.model.message declared as Connection
protected  Connection StreamRequestMessage.connection
           
 

Methods in org.fourthline.cling.model.message that return Connection
 Connection StreamRequestMessage.getConnection()
           
 

Methods in org.fourthline.cling.model.message with parameters of type Connection
 void StreamRequestMessage.setConnection(Connection connection)
           
 

Uses of Connection in org.fourthline.cling.model.profile
 

Fields in org.fourthline.cling.model.profile declared as Connection
protected  Connection RemoteClientInfo.connection
           
 

Methods in org.fourthline.cling.model.profile that return Connection
 Connection RemoteClientInfo.getConnection()
           
 

Constructors in org.fourthline.cling.model.profile with parameters of type Connection
RemoteClientInfo(Connection connection, UpnpHeaders requestHeaders)
           
 

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

Classes in org.fourthline.cling.transport.impl that implement Connection
protected  class AsyncServletStreamServerImpl.AsyncServletConnection
           
protected  class StreamServerImpl.HttpServerConnection
           
 

Methods in org.fourthline.cling.transport.impl that return Connection
protected abstract  Connection HttpExchangeUpnpStream.createConnection()
           
protected abstract  Connection AsyncServletUpnpStream.createConnection()
           
 

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

Classes in org.fourthline.cling.transport.impl.apache that implement Connection
protected  class StreamServerImpl.ApacheServerConnection
           
 

Methods in org.fourthline.cling.transport.impl.apache that return Connection
protected abstract  Connection HttpServerConnectionUpnpStream.createConnection()
           
 



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