|
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.impl.neomedia.AbstractRTPConnector
net.java.sip.communicator.impl.neomedia.RTPConnectorUDPImpl
public class RTPConnectorUDPImpl
RTPConnector implementation for UDP.
| Field Summary |
|---|
| Fields inherited from class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector |
|---|
connector |
| Constructor Summary | |
|---|---|
RTPConnectorUDPImpl(StreamConnector connector)
Initializes a new RTPConnectorUDPImpl which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector. |
|
| Method Summary | |
|---|---|
protected RTPConnectorInputStream |
createControlInputStream()
Creates the RTCP packet input stream to be used by RTPManager. |
protected RTPConnectorOutputStream |
createControlOutputStream()
Creates the RTCP packet output stream to be used by RTPManager. |
protected RTPConnectorInputStream |
createDataInputStream()
Creates the RTP packet input stream to be used by RTPManager. |
protected RTPConnectorOutputStream |
createDataOutputStream()
Creates the RTP packet output stream to be used by RTPManager. |
DatagramSocket |
getControlSocket()
Gets the UDP Socket this instance uses to send and receive RTCP packets. |
DatagramSocket |
getDataSocket()
Gets the UDP socket this instance uses to send and receive RTP packets. |
| Methods inherited from class net.java.sip.communicator.impl.neomedia.AbstractRTPConnector |
|---|
addTarget, close, getConnector, getControlInputStream, getControlInputStream, getControlOutputStream, getControlOutputStream, getDataInputStream, getDataInputStream, getDataOutputStream, getDataOutputStream, getReceiveBufferSize, getRTCPBandwidthFraction, getRTCPSenderBandwidthFraction, getSendBufferSize, removeTarget, removeTargets, setReceiveBufferSize, setSendBufferSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RTPConnectorUDPImpl(StreamConnector connector)
connector - the pair of datagram sockets for RTP and RTCP traffic
the new instance is to use| Method Detail |
|---|
public DatagramSocket getDataSocket()
public DatagramSocket getControlSocket()
protected RTPConnectorInputStream createControlInputStream()
throws IOException
createControlInputStream in class AbstractRTPConnectorIOException - if an error occurs during the creation of the RTCP
packet input stream
protected RTPConnectorOutputStream createControlOutputStream()
throws IOException
createControlOutputStream in class AbstractRTPConnectorIOException - if an error occurs during the creation of the RTCP
packet output stream
protected RTPConnectorInputStream createDataInputStream()
throws IOException
createDataInputStream in class AbstractRTPConnectorIOException - if an error occurs during the creation of the RTP
packet input stream
protected RTPConnectorOutputStream createDataOutputStream()
throws IOException
createDataOutputStream in class AbstractRTPConnectorIOException - if an error occurs during the creation of the RTP
packet output stream
|
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 | |||||||||