Inheritance diagram for edg::workload::common::socket_pp::GSISocketServer:
Public Methods | |
GSISocketServer (int, int=5) | |
Constructor. More... | |
virtual | ~GSISocketServer () |
Destructor. More... | |
virtual void | Close () |
Close the connection. | |
virtual GSISocketAgent * | Listen () |
Listen for incoming connection requests. More... | |
void | RedirectGSIOutput (FILE *fp) |
Redirects the GSI output. More... |
This object acts as Server in the message exchange. It listens for client connections and, when asked for, it receives, sets and sends back the reference to the agent to be used for secure message exchange.
|
Constructor.
|
|
Destructor. This method must be also implemented by object subclassing server socket. |
|
Listen for incoming connection requests. Accept incoming requests and redirect communication on a dedicated port.
|
|
Redirects the GSI output. This method allows to define a logging file for GSI.
|