public class Host extends Object implements Comparable<Host>
static String
preVar
Host()
Host(String hostIp, int port)
Host(String hostIp, int port, String userName, String password)
int
compareTo(Host o)
boolean
equals(Object obj)
static Host
fromParts(String hostIp, int port)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public static final String preVar
public Host()
public Host(String hostIp, int port, String userName, String password)
public Host(String hostIp, int port)
public static Host fromParts(String hostIp, int port)
public boolean equals(Object obj)
equals
Object
public int hashCode()
hashCode
public int compareTo(Host o)
compareTo
Comparable<Host>
Copyright © 2019. All rights reserved.