public class ConnectProperties
extends java.lang.Object
Constructor and Description |
---|
ConnectProperties(int client,
java.lang.String user,
java.lang.String department,
java.lang.String secret)
Creates a new
ConnectProperties instance with default values for the CP connection (localhost) and language (english). |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
setCPConnection(java.lang.String hostname,
int port)
Sets the connection parameters of the communication process.
|
protected void |
setKicks(java.lang.String kicks)
This connection is registered to receive the specified kick messages.
|
void |
setLanguage(char language)
Sets the logon language.
|
void |
setTraceListener(TraceListener trace)
Enables or disables the XML trace.
|
void |
setTrustedCertFolderPath(java.lang.String trustedCertFolderPath)
Sets an optional trustedCertFolderPath, which will be used to load additional certificates before opening the connection
|
java.lang.String |
toString() |
public ConnectProperties(int client, java.lang.String user, java.lang.String department, java.lang.String secret)
ConnectProperties
instance with default values for the CP connection (localhost) and language (english).client
- Clientuser
- User namedepartment
- Departmentsecret
- Password or tokenpublic void setTrustedCertFolderPath(java.lang.String trustedCertFolderPath)
trustedCertFolderPath
- path to the folder where additional trusted certs are locatedpublic void setTraceListener(TraceListener trace)
trace
- TraceListener instance or null
to disable the trace.public void setLanguage(char language)
language
- Allowed values are 'E'(=English), 'D' (=German) and 'F' (=French)public void setCPConnection(java.lang.String hostname, int port)
hostname
- Hostname or IP addressport
- Port of the communication processprotected void setKicks(java.lang.String kicks)
kicks
- Comma separated list of kick messages.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object