org.iso.mpeg.mpegj.net
Interface ServiceSessionDescriptor
- public interface ServiceSessionDescriptor
This interface allows to retrieve information about a specific service session.
Method Summary |
int |
getNumberOfChannels()
This method returns the number of the opened channels associated to the service session. |
long |
getServiceSessionID()
This method returns the service session identifier associated to the service session. |
java.lang.String |
getURL()
This method returns a string describing the URL associated to the service session. |
getURL
public java.lang.String getURL()
- This method returns a string describing the URL associated to the service session.
getServiceSessionID
public long getServiceSessionID()
- This method returns the service session identifier associated to the service session.
getNumberOfChannels
public int getNumberOfChannels()
- This method returns the number of the opened channels associated to the service session.