#include <XrdSecProtocolsslProc.hh>
Collaboration diagram for XrdSecProtocolsslProcFile:
Public Member Functions | |
bool | Open () |
bool | Close () |
bool | Write (long long val, int writedelay=0) |
bool | Write (double val, int writedelay=0) |
bool | Write (const char *str, int writedelay=0) |
bool | WriteKeyVal (const char *key, unsigned long long value, int writedelay, bool truncate=0) |
long long | Read () |
bool | Read (XrdOucString &str) |
XrdSecProtocolsslProcFile (const char *name, bool syncit=false) | |
virtual | ~XrdSecProtocolsslProcFile () |
Private Attributes | |
int | fd |
XrdOucString | fname |
bool | procsync |
time_t | lastwrite |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|