Package org.jivesoftware.openfire.net
Class ResolvedServiceAddress
java.lang.Object
org.jivesoftware.openfire.net.ResolvedServiceAddress
A representation of an Internet Protocol-based socket address (an IP address and port) for a (presumably XMPP) service.
Instances of this class are intended to represent results of DNS resolution, intended to be used when setting up a
network connection to a remote XMPP service.
- Author:
- Guus der Kinderen, guus@goodbytes.nl
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedServiceAddress
(InetAddress inetAddress, int port, boolean isDirectTLS) -
Method Summary
-
Constructor Details
-
ResolvedServiceAddress
-
-
Method Details