![]() |
XRootD
|
#include <XrdHttpTpcPMarkManager.hh>
Public Member Functions | |
SocketInfo (int fd, const struct sockaddr *sockP) | |
Public Attributes | |
XrdSecEntity | client |
XrdNetAddr | netAddr |
This class allows to create and keep a XrdSecEntity object from the socket file descriptor and address Everything is done on the constructor
These infos will be used later on when we create new PMark handles
Definition at line 62 of file XrdHttpTpcPMarkManager.hh.
XrdHttpTpc::PMarkManager::SocketInfo::SocketInfo | ( | int | fd, |
const struct sockaddr * | sockP | ||
) |
Definition at line 30 of file XrdHttpTpcPMarkManager.cc.
References XrdSecEntity::addrInfo, client, netAddr, and XrdNetAddr::Set().
XrdSecEntity XrdHttpTpc::PMarkManager::SocketInfo::client |
Definition at line 66 of file XrdHttpTpcPMarkManager.hh.
Referenced by SocketInfo(), and XrdHttpTpc::PMarkManager::beginPMarks().
XrdNetAddr XrdHttpTpc::PMarkManager::SocketInfo::netAddr |
Definition at line 65 of file XrdHttpTpcPMarkManager.hh.
Referenced by SocketInfo().