#include <gateway.hh>
Inheritance diagram for LocalGateway:
Definition at line 73 of file gateway.hh.
|
Constructor.
Definition at line 41 of file gateway.cc. Referenced by new_LocalGateway(). |
|
Destructor.
Definition at line 47 of file gateway.cc. |
|
Handle message request-forward (Request a port forward. Sent from the client systemon the localnet to the firewall. The gateway program on thefirewall should set up a port forward (either a simple user-levelredirect, or using available operating system firewalling such asLinux's iptables) to the client site so long as the client siteremains connected to the firewall.) Definition at line 103 of file gateway.cc. Referenced by LocalGateway(). |
|
Initialize required subproperties. If access control has been previously set with initialize(PropertyAccessControl*) or setPropertyAccessControl(), then that policy will be used. Otherwise, NoPropertyAccessControl will be used. Definition at line 57 of file gateway.cc. Referenced by initialize(). |
|
Initialize required subproperties with given access control.
Definition at line 52 of file gateway.cc. |
|
Static generator, for factory.
Definition at line 163 of file gateway.cc. Referenced by Gateway::registerExtenders(). |
|
Perform request-forward. (Request a port forward. Sent from the client systemon the localnet to the firewall. The gateway program on thefirewall should set up a port forward (either a simple user-levelredirect, or using available operating system firewalling such asLinux's iptables) to the client site so long as the client siteremains connected to the firewall.) Implements Gateway. Definition at line 96 of file gateway.cc. |