Home | Trees | Index | Help |
---|
Package twisted :: Package scripts :: Module conch :: Class GeneralOptions |
|
UserDict
--+ |Options
--+ | GeneralOptions
Method Summary | |
---|---|
(inherited from Options )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
I make sure that old style 'optObj.option' access still works. (inherited from Options )
| |
(inherited from UserDict )
| |
(inherited from Options )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from Options )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
Select encryption algorithm | |
Enable compression | |
Set escape character; ``none'' = disable | |
Display this help and exit. (inherited from Options )
| |
Identity for public-key authentication | |
Forward local port to remote address (lport:host:port) | |
Specify MAC algorithms | |
Forward remote port to local address (rport:host:port) | |
(inherited from Options )
| |
parseArgs(self,
host,
*command)
| |
The guts of the command-line parser. (inherited from Options )
| |
(inherited from UserDict )
| |
I am called after the options are parsed. (inherited from Options )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
| |
(inherited from UserDict )
|
Class Variable Summary | |
---|---|
list |
identitys
|
list |
localForwards
|
list |
optFlags
|
list |
optParameters
|
list |
remoteForwards
|
str |
synopsis
|
Method Details |
---|
opt_cipher(self, cipher)Select encryption algorithm |
opt_compress(self)Enable compression |
opt_escape(self, esc)Set escape character; ``none'' = disable |
opt_identity(self, i)Identity for public-key authentication |
opt_localforward(self, f)Forward local port to remote address (lport:host:port) |
opt_macs(self, mac)Specify MAC algorithms |
opt_remoteforward(self, f)Forward remote port to local address (rport:host:port) |
Class Variable Details |
---|
identitys
|
localForwards
|
optParameters
|
remoteForwards
|
synopsis
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:58 2003 | http://epydoc.sf.net |