|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransportResolver | |
|---|---|
| org.jivesoftware.smackx.jingle.nat | |
| Uses of TransportResolver in org.jivesoftware.smackx.jingle.nat |
|---|
| Subclasses of TransportResolver in org.jivesoftware.smackx.jingle.nat | |
|---|---|
class |
BasicResolver
Basic Resolver takes all IP addresses of the interfaces and uses the first non-loopback address. |
class |
BridgedResolver
Bridged Resolver use a RTPBridge Service to add a relayed candidate. |
class |
FixedResolver
The FixedResolver is a resolver where the external address and port are previously known when the object is initialized. |
class |
ICEResolver
ICE Resolver for Jingle transport method that results in sending data between two entities using the Interactive Connectivity Establishment (ICE) methodology. |
class |
STUNResolver
Transport resolver using the JSTUN library, to discover public IP and use it as a candidate. |
| Constructors in org.jivesoftware.smackx.jingle.nat with parameters of type TransportResolver | |
|---|---|
TransportNegotiator.Ice(JingleSession js,
TransportResolver res,
ContentNegotiator parentNegotiator)
Default constructor, with a JingleSession and transport manager. |
|
TransportNegotiator.RawUdp(JingleSession js,
TransportResolver res,
ContentNegotiator parentNegotiator)
Default constructor, with a JingleSession and transport manager. |
|
TransportNegotiator(JingleSession session,
TransportResolver transResolver,
ContentNegotiator parentNegotiator)
Default constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||