XRootD
XrdCl::SocketDestroyJob Class Reference
+ Inheritance diagram for XrdCl::SocketDestroyJob:
+ Collaboration diagram for XrdCl::SocketDestroyJob:

Public Member Functions

 SocketDestroyJob (AsyncSocketHandler *socket)
 
virtual ~SocketDestroyJob ()
 
virtual void Run (void *)
 The job logic. More...
 
- Public Member Functions inherited from XrdCl::Job
virtual ~Job ()
 Virtual destructor. More...
 

Detailed Description

Definition at line 281 of file XrdClStream.cc.

Constructor & Destructor Documentation

◆ SocketDestroyJob()

XrdCl::SocketDestroyJob::SocketDestroyJob ( AsyncSocketHandler socket)
inline

Definition at line 284 of file XrdClStream.cc.

284  :
285  pSock( socket ) { }

◆ ~SocketDestroyJob()

virtual XrdCl::SocketDestroyJob::~SocketDestroyJob ( )
inlinevirtual

Definition at line 286 of file XrdClStream.cc.

286 {}

Member Function Documentation

◆ Run()

virtual void XrdCl::SocketDestroyJob::Run ( void *  arg)
inlinevirtual

The job logic.

Implements XrdCl::Job.

Definition at line 287 of file XrdClStream.cc.

288  {
289  delete pSock;
290  delete this;
291  }

The documentation for this class was generated from the following file: