public class Host extends Object
Constructor and Description |
---|
Host()
Empty constructor
|
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client) |
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client,
boolean proxified,
boolean admin) |
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client,
boolean proxified,
boolean admin,
boolean active) |
Host(String hostid,
String address,
int port,
byte[] hostkey,
boolean ssl,
boolean client,
boolean proxified,
boolean admin,
boolean active,
UpdatedInfo updatedInfo) |
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getHostid() |
byte[] |
getHostkey() |
String |
getKey() |
int |
getPort() |
UpdatedInfo |
getUpdatedInfo() |
boolean |
isActive() |
boolean |
isAdmin() |
boolean |
isClient() |
boolean |
isProxified() |
boolean |
isSSL() |
void |
setActive(boolean active) |
void |
setAddress(String address) |
void |
setAdmin(boolean admin) |
void |
setClient(boolean client) |
void |
setHostid(String hostid) |
void |
setHostkey(byte[] hostkey) |
void |
setKey(String key) |
void |
setPort(int port) |
void |
setProxified(boolean proxified) |
void |
setSSL(boolean ssl) |
void |
setUpdatedInfo(UpdatedInfo info) |
public Host()
public Host(String hostid, String address, int port, byte[] hostkey, boolean ssl, boolean client, boolean proxified, boolean admin, boolean active, UpdatedInfo updatedInfo)
public Host(String hostid, String address, int port, byte[] hostkey, boolean ssl, boolean client, boolean proxified, boolean admin, boolean active)
public Host(String hostid, String address, int port, byte[] hostkey, boolean ssl, boolean client, boolean proxified, boolean admin)
public String getHostid()
public void setHostid(String hostid)
public String getAddress()
public void setAddress(String address)
public int getPort()
public void setPort(int port)
public byte[] getHostkey()
public String getKey()
public void setKey(String key)
public void setHostkey(byte[] hostkey)
public boolean isSSL()
public void setSSL(boolean ssl)
public boolean isClient()
public void setClient(boolean client)
public boolean isAdmin()
public void setAdmin(boolean admin)
public boolean isProxified()
public void setProxified(boolean proxified)
public boolean isActive()
public void setActive(boolean active)
public UpdatedInfo getUpdatedInfo()
public void setUpdatedInfo(UpdatedInfo info)
Copyright © 2009–2020 Waarp. All rights reserved.