public class TaskLocation extends Object
| Constructor and Description | 
|---|
TaskLocation(String host,
            int port,
            int tlsPort)  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskLocation | 
create(String host,
      int port,
      int tlsPort)  | 
boolean | 
equals(Object o)  | 
String | 
getHost()  | 
int | 
getPort()  | 
int | 
getTlsPort()  | 
int | 
hashCode()  | 
String | 
toString()  | 
static TaskLocation | 
unknown()  | 
public TaskLocation(String host, int port, int tlsPort)
public static TaskLocation create(String host, int port, int tlsPort)
public static TaskLocation unknown()
public String getHost()
public int getPort()
public int getTlsPort()
Copyright © 2011–2018. All rights reserved.