Class TransportCandidate.Fixed
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.nat.TransportCandidate
-
- org.jivesoftware.smackx.jingleold.nat.TransportCandidate.Fixed
-
- Enclosing class:
- TransportCandidate
public static class TransportCandidate.Fixed extends 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
-
-
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 Detail
-
Fixed
public Fixed()
-
Fixed
public Fixed(java.lang.String ip, int port)
Constructor with IP address and port.- Parameters:
ip
- The IP address.port
- The port number.
-
Fixed
public Fixed(java.lang.String ip, int port, int generation)
Constructor with IP address and port.- Parameters:
ip
- The IP address.port
- The port number.generation
- The generation
-
-