Project
Loading...
Searching...
No Matches
o2::framework::FreePortFinder Class Reference

Helper class to find a free port range. More...

#include <FreePortFinder.h>

Public Member Functions

 FreePortFinder (unsigned short initialPort, unsigned short finalPort, unsigned short step)
 
void scan ()
 Start the scan.
 
bool testPort (int port) const
 Test one specific port.
 
 ~FreePortFinder ()
 
unsigned short port () const
 Get the first port in the selected range.
 
unsigned short range () const
 Get the range size.
 
void setVerbose (bool b)
 

Detailed Description

Helper class to find a free port range.

Definition at line 17 of file FreePortFinder.h.

Constructor & Destructor Documentation

◆ FreePortFinder()

o2::framework::FreePortFinder::FreePortFinder ( unsigned short  initialPort,
unsigned short  finalPort,
unsigned short  step 
)

Helper to find a free port range of size step, starting from initial port and ending to finalPort

Definition at line 24 of file FreePortFinder.cxx.

◆ ~FreePortFinder()

o2::framework::FreePortFinder::~FreePortFinder ( )

Definition at line 64 of file FreePortFinder.cxx.

Member Function Documentation

◆ port()

unsigned short o2::framework::FreePortFinder::port ( ) const

Get the first port in the selected range.

Definition at line 69 of file FreePortFinder.cxx.

◆ range()

unsigned short o2::framework::FreePortFinder::range ( ) const

Get the range size.

Definition at line 70 of file FreePortFinder.cxx.

◆ scan()

void o2::framework::FreePortFinder::scan ( )

Start the scan.

Definition at line 42 of file FreePortFinder.cxx.

◆ setVerbose()

void o2::framework::FreePortFinder::setVerbose ( bool  b)

Definition at line 59 of file FreePortFinder.cxx.

◆ testPort()

bool o2::framework::FreePortFinder::testPort ( int  port) const

Test one specific port.

Definition at line 32 of file FreePortFinder.cxx.


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