Class HostAndPort

java.lang.Object
com.couchbase.client.core.util.HostAndPort

public class HostAndPort
extends Object
Typed tuple that holds an unresolved hostname and port tuple and provides utility access methods.
  • Constructor Details

    • HostAndPort

      public HostAndPort​(String hostname, int port)
  • Method Details