A C D G I M O R

A

addFormat(Format, int) - Method in interface javax.media.rtp.RTPManager
This method is used to add a dynamic payload to format mapping to the RTPManager.
addReceiveStreamListener(ReceiveStreamListener) - Method in interface javax.media.rtp.RTPManager
Adds a ReceiveStreamListener.
addRemoteListener(RemoteListener) - Method in interface javax.media.rtp.RTPManager
Adds a RemoteListener to the session.
addSendStreamListener(SendStreamListener) - Method in interface javax.media.rtp.RTPManager
Adds a SendStreamListener.
addSessionListener(SessionListener) - Method in interface javax.media.rtp.RTPManager
Adds a SessionListener.

C

closeConnection(SessionAddress, String) - Method in interface javax.media.rtp.RTPManager
Closes all open streams associated with the endpoint defined by remoteAddress.
closeConnections(String) - Method in interface javax.media.rtp.RTPManager
Closes the open streams associated with all remote endpoints that have been added previously by subsequent open() calls.
createRTPManager() - Static method in class javax.media.rtp.Manager
Create an RTPManager object for the underlying implementation class.
createSendStream(DataSource, int) - Method in interface javax.media.rtp.RTPManager
This method is used to create a sending stream within the RTP session.

D

dispose() - Method in interface javax.media.rtp.RTPManager
Releases all objects allocated in the course of the session and prepares the RTPManager to be garbage-collected.

G

getActiveParticipants() - Method in interface javax.media.rtp.RTPManager
Returns a vector of all the active (data sending) participants.
getAllParticipants() - Method in interface javax.media.rtp.RTPManager
Returns all the participants of this session.
getGlobalReceptionStats() - Method in interface javax.media.rtp.RTPManager
This method will provide access to overall data and control messsage reception statistics for this session.
getGlobalTransmissionStats() - Method in interface javax.media.rtp.RTPManager
This method will provide access to overall data and control messsage transmission statistics for this session.
getLocalParticipant() - Method in interface javax.media.rtp.RTPManager
Retrieves the local participant.
getPassiveParticipants() - Method in interface javax.media.rtp.RTPManager
Returns all the passive participants.
getReceiveStreams() - Method in interface javax.media.rtp.RTPManager
Returns the ReceiveStreams created by the RTPManager.
getRemoteParticipants() - Method in interface javax.media.rtp.RTPManager
Returns a Vector of all the remote participants in the session.This vector is simply a snapshot of the current state in the RTPManager.The SessionListener interface can be used to get notified of additional participants for the Session.
getRTPManagerList() - Static method in class javax.media.rtp.Manager
Build a list of RTPManager implementation classes.
getSendStreams() - Method in interface javax.media.rtp.RTPManager
Returns the SendStreams created by the RTPManager.

I

initialize(SessionAddress) - Method in interface javax.media.rtp.RTPManager
Initializes the session.
initialize(SessionAddress[], SourceDescription[], double, double, EncryptionInfo) - Method in interface javax.media.rtp.RTPManager
Initializes the session.

M

Manager - class javax.media.rtp.Manager.
Manager is the access point for obtaining an implementation class of the RTPManager interface.
Manager() - Constructor for class javax.media.rtp.Manager
 

O

openConnection(SessionAddress) - Method in interface javax.media.rtp.RTPManager
This method opens the session, causing RTCP reports to be generated and callbacks to be made through the SessionListener interface.

R

removeReceiveStreamListener(ReceiveStreamListener) - Method in interface javax.media.rtp.RTPManager
Removes a ReceiveStreamListener.
removeRemoteListener(RemoteListener) - Method in interface javax.media.rtp.RTPManager
Removes a RemoteListener.
removeSendStreamListener(SendStreamListener) - Method in interface javax.media.rtp.RTPManager
Removes a SendStreamListener.
removeSessionListener(SessionListener) - Method in interface javax.media.rtp.RTPManager
Removes a SessionListener.
RTPManager - interface javax.media.rtp.RTPManager.
The interface implemented by the RTPManager.

A C D G I M O R

JMF 2.0 Proposed API Changes (12-Sep-00): click here to send API Feedback
Copyright 2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. Sun, Sun Microsystems and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.