Package | Description |
---|---|
org.jivesoftware.smackx.jingle.nat | |
org.jivesoftware.smackx.jingle.packet | |
org.jivesoftware.smackx.jingle.provider |
Modifier and Type | Method and Description |
---|---|
JingleTransport |
TransportNegotiator.getJingleTransport()
Return a JingleTransport that best reflects this transport negotiator.
|
abstract JingleTransport |
TransportNegotiator.getJingleTransport(TransportCandidate cand)
Get a new instance of the right TransportNegotiator class with this
candidate.
|
JingleTransport |
TransportNegotiator.RawUdp.getJingleTransport(TransportCandidate bestRemote)
Get a TransportNegotiator instance.
|
JingleTransport |
TransportNegotiator.Ice.getJingleTransport(TransportCandidate candidate)
Get a TransportNegotiator instance.
|
Modifier and Type | Class and Description |
---|---|
static class |
JingleTransport.Ice
RTP-ICE profile
|
static class |
JingleTransport.RawUdp
Raw UDP profile.
|
Modifier and Type | Method and Description |
---|---|
Iterator<JingleTransport> |
JingleContent.getJingleTransports()
Returns an Iterator for the JingleTransports in the packet.
|
List<JingleTransport> |
JingleContent.getJingleTransportsList()
Returns a list for the JingleTransports in the packet.
|
Modifier and Type | Method and Description |
---|---|
void |
JingleContent.addJingleTransport(JingleTransport transport)
Adds a JingleTransport type to the packet.
|
Modifier and Type | Method and Description |
---|---|
void |
JingleContent.addTransports(List<JingleTransport> transports)
Adds a list of transports to add to the packet.
|
Constructor and Description |
---|
JingleTransport(JingleTransport tr)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
protected JingleTransport |
JingleTransportProvider.getInstance()
Obtain the corresponding TransportNegotiator instance.
|
protected JingleTransport |
JingleTransportProvider.Ice.getInstance()
Obtain the corresponding TransportNegotiator.Ice instance.
|
protected JingleTransport |
JingleTransportProvider.RawUdp.getInstance()
Obtain the corresponding TransportNegotiator.RawUdp instance.
|