Class AbstractClientAPIHandler.ProxySpec

  • Enclosing class:
    AbstractClientAPIHandler

    public static class AbstractClientAPIHandler.ProxySpec
    extends java.lang.Object
    A simple data class for a proxy
    • Constructor Summary

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

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

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

      • ProxySpec

        public ProxySpec​(java.lang.String address,
                         int port)
    • Method Detail

      • getAddress

        public java.lang.String getAddress()
      • getPort

        public int getPort()