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

Packages that use Connection
org.fourthline.cling.model.message   
org.fourthline.cling.model.profile   
 

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)
           
 



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