Class SrvRemoteConnectionEndpoint

java.lang.Object
org.jivesoftware.smack.tcp.rce.SrvRemoteConnectionEndpoint
All Implemented Interfaces:
org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
Direct Known Subclasses:
SrvXmppRemoteConnectionEndpoint, SrvXmppsRemoteConnectionEndpoint

public abstract class SrvRemoteConnectionEndpoint extends Object implements org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint

    org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint.InetSocketAddressCoupling<RCE extends org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final org.jivesoftware.smack.datatypes.UInt16
     
    protected final org.minidns.record.SRV
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    SrvRemoteConnectionEndpoint(org.minidns.record.SRV srv, List<? extends InetAddress> inetAddresses)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    final Collection<? extends InetAddress>
     
    final org.jivesoftware.smack.datatypes.UInt16
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint

    getDescription, getRawString
  • Field Details

    • srv

      protected final org.minidns.record.SRV srv
    • port

      protected final org.jivesoftware.smack.datatypes.UInt16 port
  • Constructor Details

    • SrvRemoteConnectionEndpoint

      protected SrvRemoteConnectionEndpoint(org.minidns.record.SRV srv, List<? extends InetAddress> inetAddresses)
  • Method Details

    • getHost

      public final CharSequence getHost()
      Specified by:
      getHost in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
    • getPort

      public final org.jivesoftware.smack.datatypes.UInt16 getPort()
      Specified by:
      getPort in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint
    • getInetAddresses

      public final Collection<? extends InetAddress> getInetAddresses()
      Specified by:
      getInetAddresses in interface org.jivesoftware.smack.util.rce.RemoteConnectionEndpoint