Public Member Functions | |
| Server (const IOPar *, std::ostream &) | |
| virtual | ~Server () |
| const IOPar & | pars () |
| int | port () const |
| bool | go (bool innewthread=false) |
| void | addInfo (Info &) |
Static Public Member Functions | |
| static const char * | sKeyPort () |
| static const char * | sKeyFileBase () |
| static int | cDefaulPort () |
| static IOPar * | getPars () |
| static const char * | setupFileName (const char *adm_name=0) |
Protected Member Functions | |
| mThreadDeclareMutexedVar (Threads::Thread *, thread_) | |
| void | usePar () |
| bool | doWork (CallBacker *) |
| void | getRemoteInfos () |
| void | sendReply (const Usage::Info &) |
Protected Attributes | |
| const IOPar & | pars_ |
| int | port_ |
| std::ostream & | logstrm_ |
| ObjectSet< Info > | infos_ |
| Usage::Server::Server | ( | const IOPar * | , | |
| std::ostream & | ||||
| ) |
| virtual Usage::Server::~Server | ( | ) | [virtual] |
| void Usage::Server::addInfo | ( | Info & | ) |
| static int Usage::Server::cDefaulPort | ( | ) | [static] |
| bool Usage::Server::doWork | ( | CallBacker * | ) | [protected] |
| static IOPar* Usage::Server::getPars | ( | ) | [static] |
| void Usage::Server::getRemoteInfos | ( | ) | [protected] |
| bool Usage::Server::go | ( | bool | innewthread = false |
) |
| Usage::Server::mThreadDeclareMutexedVar | ( | Threads::Thread * | , | |
| thread_ | ||||
| ) | [protected] |
| const IOPar& Usage::Server::pars | ( | ) | [inline] |
| int Usage::Server::port | ( | ) | const [inline] |
| void Usage::Server::sendReply | ( | const Usage::Info & | ) | [protected] |
| static const char* Usage::Server::setupFileName | ( | const char * | adm_name = 0 |
) | [static] |
| static const char* Usage::Server::sKeyFileBase | ( | ) | [static] |
| static const char* Usage::Server::sKeyPort | ( | ) | [static] |
| void Usage::Server::usePar | ( | ) | [protected] |
ObjectSet<Info> Usage::Server::infos_ [protected] |
std::ostream& Usage::Server::logstrm_ [protected] |
const IOPar& Usage::Server::pars_ [protected] |
int Usage::Server::port_ [protected] |
1.7.1