|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.neomedia.MediaStreamTarget
public class MediaStreamTarget
The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
| Constructor Summary | |
|---|---|
MediaStreamTarget(InetSocketAddress rtpTarget,
InetSocketAddress rtcpTarget)
Creates an instance of this MediaStreamTarget containing the specified RTP and RTCP target host:port couples. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Determines whether this MediaStreamTarget is equal to a specific Object. |
InetSocketAddress |
getControlAddress()
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic. |
InetSocketAddress |
getDataAddress()
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic. |
int |
hashCode()
Returns a hash code for this MediaStreamTarget instance which is suitable for use in hash tables. |
String |
toString()
Returns a human-readable representation of this MediaStreamTarget instance in the form of a String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MediaStreamTarget(InetSocketAddress rtpTarget,
InetSocketAddress rtcpTarget)
rtpTarget - the InetSocketAddress that this
MediaStreamTarget is supposed to indicate as a data address.rtcpTarget - the InetSocketAddress that this
MediaStreamTarget is supposed to indicate as a control address.| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj - the Object to be compared to this
MediaStreamTarget
public InetSocketAddress getDataAddress()
public InetSocketAddress getControlAddress()
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||