public class GeoChatConnector extends Connector
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTOR_TYPE |
Constructor and Description |
---|
GeoChatConnector(NetConnectString netConnectString) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionLabel()
Provides a human read-able label
Required to be non-null
|
java.lang.String |
getConnectionString()
Address used to connect
Required to be non-null
|
java.lang.String |
getConnectionType()
Uniquely identifies a connection type
Required to be non-null
|
java.lang.String |
getIconUri()
Get icon for this connector
|
int |
getPriority()
Higher priority results in better chance of being the default connector, for a contact
|
void |
setCallsign(java.lang.String callsign) |
equals, equals, getConnectionDisplayString, hashCode, isUserConnector, toString
public static final java.lang.String CONNECTOR_TYPE
public void setCallsign(java.lang.String callsign)
public java.lang.String getConnectionString()
Connector
getConnectionString
in class Connector
public java.lang.String getConnectionType()
Connector
getConnectionType
in class Connector
public java.lang.String getConnectionLabel()
Connector
getConnectionLabel
in class Connector
public java.lang.String getIconUri()
Connector
getIconUri
in class Connector
public int getPriority()
Connector
getPriority
in class Connector