Class STUN.StunServerAddress
- java.lang.Object
-
- org.jivesoftware.smackx.jingleold.nat.STUN.StunServerAddress
-
- Enclosing class:
- STUN
public static class STUN.StunServerAddress extends Object
Provides easy abstract to store STUN Server Addresses and Ports.
-
-
Constructor Summary
Constructors Constructor Description StunServerAddress(String server, String port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPort()
Get the Server Port.String
getServer()
Get the Host Address.
-