| method | com.dmdirc. |
| method | void com. |
| post | this.host == &"irc. |
| post | this.isSSL == 0 |
| post | this.useSocksProxy == 0 |
| post | this.password == &"" |
| post | this.proxyPass == &"" |
| post | this.proxyUser == &"" |
| post | this.port == 6_667 |
| post | this.proxyHost == &"127. |
| post | this.proxyPort == 1_080 |
| method | void com. |
| post | this.host == serverHost |
| post | init'ed(this.host) |
| post | this.isSSL == 0 |
| post | this.useSocksProxy == 0 |
| post | this.password == serverPass |
| post | init'ed(this. |
| post | this.port == serverPort |
| post | init'ed(this.port) |
| post | this.proxyHost == &"127. |
| post | this.proxyPass == &"" |
| post | this.proxyUser == &"" |
| post | this.proxyPort == 1_080 |
| method | void setHost(String) |
| post | this.host == newValue |
| post | init'ed(this.host) |
| method | String getHost() |
| pre | init'ed(this.host) |
| post | return_value == this.host |
| post | init'ed(return_value) |
| method | void setPort(int) |
| post | this.port == newValue |
| post | init'ed(this.port) |
| method | int getPort() |
| pre | init'ed(this.port) |
| post | return_value == this.port |
| post | init'ed(return_value) |
| method | void setPassword(String) |
| post | this.password == newValue |
| post | init'ed(this. |
| method | String getPassword() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setSSL(bool) |
| post | this.isSSL == newValue |
| post | init'ed(this.isSSL) |
| method | bool getSSL() |
| pre | init'ed(this.isSSL) |
| post | return_value == this.isSSL |
| post | init'ed(return_value) |
| method | void setUseSocks(bool) |
| post | this.useSocksProxy == newValue |
| post | init'ed(this. |
| method | bool getUseSocks() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setProxyHost(String) |
| post | this.proxyHost == newValue |
| post | init'ed(this. |
| method | String getProxyHost() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setProxyPort(int) |
| post | this.proxyPort == newValue |
| post | init'ed(this. |
| method | int getProxyPort() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setProxyUser(String) |
| post | this.proxyUser == newValue |
| post | init'ed(this. |
| method | String getProxyUser() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |
| method | void setProxyPass(String) |
| post | this.proxyPass == newValue |
| post | init'ed(this. |
| method | String getProxyPass() |
| pre | init'ed(this. |
| post | return_value == this. |
| post | init'ed(return_value) |