Uses of Class
org.jivesoftware.smackx.jingleold.nat.STUNResolver.STUNService
-
Packages that use STUNResolver.STUNService Package Description org.jivesoftware.smackx.jingleold.nat TODO describe me. -
-
Uses of STUNResolver.STUNService in org.jivesoftware.smackx.jingleold.nat
Fields in org.jivesoftware.smackx.jingleold.nat declared as STUNResolver.STUNService Modifier and Type Field Description protected STUNResolver.STUNService
STUNResolver. currentServer
Methods in org.jivesoftware.smackx.jingleold.nat that return types with arguments of type STUNResolver.STUNService Modifier and Type Method Description java.util.ArrayList<STUNResolver.STUNService>
STUNResolver. loadSTUNServers()
Load a list of services: STUN servers and ports.java.util.ArrayList<STUNResolver.STUNService>
STUNResolver. loadSTUNServers(java.io.InputStream stunConfigStream)
Load the STUN configuration from a stream.
-