Class TransportCandidate.Fixed
java.lang.Object
org.jivesoftware.smackx.jingleold.nat.TransportCandidate
org.jivesoftware.smackx.jingleold.nat.TransportCandidate.Fixed
- Enclosing class:
 - TransportCandidate
 
Fixed transport candidate.
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smackx.jingleold.nat.TransportCandidate
TransportCandidate.CandidateEcho, TransportCandidate.Channel, TransportCandidate.Fixed, TransportCandidate.Protocol - 
Field Summary
Fields inherited from class org.jivesoftware.smackx.jingleold.nat.TransportCandidate
password - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.jivesoftware.smackx.jingleold.nat.TransportCandidate
addCandidateEcho, addListener, check, equals, getCandidateEcho, getConnection, getGeneration, getIp, getListenersList, getLocalIp, getName, getPassword, getPort, getSessionId, getSymmetric, isNull, removeCandidateEcho, setConnection, setGeneration, setIp, setLocalIp, setName, setPassword, setPort, setSessionId, setSymmetric 
- 
Constructor Details
- 
Fixed
public Fixed() - 
Fixed
Constructor with IP address and port.- Parameters:
 ip- The IP address.port- The port number.
 - 
Fixed
Constructor with IP address and port.- Parameters:
 ip- The IP address.port- The port number.generation- The generation
 
 -