Class Endpoint


  • public class Endpoint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Endpoint​(java.lang.String hostname, int port)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHostname()  
      int getPort()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Endpoint

        public Endpoint​(java.lang.String hostname,
                        int port)
    • Method Detail

      • getHostname

        public java.lang.String getHostname()
      • getPort

        public int getPort()