Modifier and Type | Method and Description |
---|---|
JingleTransportManager |
ContentNegotiator.getTransportManager() |
Modifier and Type | Method and Description |
---|---|
void |
ContentNegotiator.setJingleTransportManager(JingleTransportManager jingleTransportManager) |
Modifier and Type | Method and Description |
---|---|
JingleTransportManager |
JingleMediaManager.getTransportManager()
Return The transport manager that goes with this media manager.
|
Constructor and Description |
---|
JingleMediaManager(JingleTransportManager transportManager) |
Constructor and Description |
---|
JmfMediaManager(JingleTransportManager transportManager)
Creates a Media Manager instance
|
JmfMediaManager(String mediaLocator,
JingleTransportManager transportManager)
Creates a Media Manager instance
|
Constructor and Description |
---|
SpeexMediaManager(JingleTransportManager transportManager) |
Constructor and Description |
---|
MultiMediaManager(JingleTransportManager transportManager) |
Constructor and Description |
---|
ScreenShareMediaManager(JingleTransportManager transportManager) |
Constructor and Description |
---|
TestMediaManager(JingleTransportManager transportManager) |
Modifier and Type | Class and Description |
---|---|
class |
BasicTransportManager
A Basic Jingle Transport Manager implementation.
|
class |
BridgedTransportManager
A Jingle Transport Manager implementation to be used for NAT Networks.
|
class |
FixedTransportManager
A Fixed Jingle Transport Manager implementation.
|
class |
ICETransportManager |
class |
STUNTransportManager
A Jingle Transport Manager implementation to be used on NAT networks with STUN Service NOT Blocked.
|