Jpp  master_rocky-40-g5f0272dcd
the software that should make you happy
JNET::JControlHost Member List

This is the complete list of members for JNET::JControlHost, including all inherited members.

accept(const int server)JNET::JTCPSocketinline
bad() constJLANG::JFileinlinevirtual
CheckHead(JPrefix &prefix, JTimeval timeout=JTimeval::min())JNET::JControlHostinline
CheckHead(std::string &tag, long long int &length, const int timeout_us=0)JNET::JControlHostinline
close()JLANG::JFileinline
configure()JNET::JControlHostinline
connect(const int port)JNET::JTCPSocketinline
connect(const JHostname &hostname)JNET::JTCPSocketinline
connect(const std::string &hostname, const int port)JNET::JTCPSocketinline
connect(const int ip_number, const int port)JNET::JTCPSocketinline
Connected()JNET::JControlHostinline
do_throwJLANG::JThrow< JControlHost >protectedstatic
eof() constJLANG::JFileinlinevirtual
fail() constJLANG::JFileinlinevirtual
FILE_CLOSEDJLANG::JAbstractFilestatic
fileDescriptorJLANG::JAbstractFileprotected
getDefaultBufferSize()JNET::JSocketinlinestatic
getFamily() constJNET::JSocketAddressinline
getFileDescriptor() constJLANG::JAbstractFileinline
GetFullData(void *buffer, long long int length)JNET::JControlHostinline
GetFullString(std::string &buffer)JNET::JControlHostinline
getHostname() constJNET::JSocketAddressinline
getIPnumber() constJNET::JSocketAddressinline
getKeepAlive() constJNET::JSocketinline
getNonBlocking() constJNET::JTCPSocketinline
getOption(const int level, const int option) constJNET::JSocketinlineprotected
getPort() constJNET::JSocketAddressinline
getReceiveBufferSize() constJNET::JSocketinline
getReuseAddress() constJNET::JSocketinline
getSendBufferSize() constJNET::JSocketinline
getSockaddr() constJNET::JSocketAddressinline
getSockaddr()JNET::JSocketAddressinline
getTcpNoDelay() constJNET::JTCPSocketinline
good() constJLANG::JFileinlinevirtual
in_avail(JTimeval timeout=JTimeval::min()) constJLANG::JFileinline
is_open() constJLANG::JAbstractFileinline
is_valid(const char c)JNET::JControlHostinlinestatic
JAbstractFile()JLANG::JAbstractFileinline
JAbstractFile(const int file)JLANG::JAbstractFileinline
JAbstractFile(FILE *stream)JLANG::JAbstractFileinline
JControlHost()JNET::JControlHostinlineprotected
JControlHost(const JHostname &server)JNET::JControlHostinline
JControlHost(const std::string &server, const int port)JNET::JControlHostinline
JControlHost(const int ip_number, const int port=DISPATCH_PORT)JNET::JControlHostinline
JControlHost(const JTCPSocket &socket)JNET::JControlHostinline
JControlHost(const JControlHost &)JNET::JControlHostprivate
JControlHost(JControlHost &&)JNET::JControlHostprivate
JFile()JLANG::JFileinline
JFile(const JAbstractFile &file)JLANG::JFileinline
JSocket()JNET::JSocketinline
JSocket(const int domain, const int type, const int protocol=0)JNET::JSocketinline
JSocketAddress()JNET::JSocketAddressinline
JSocketBlocking()JNET::JSocketBlockinginline
JSocketBlocking(const JTCPSocket &socket)JNET::JSocketBlockinginline
JTCPSocket()JNET::JTCPSocketinline
JTCPSocket(const int server)JNET::JTCPSocketinline
less(const JAbstractFile &file) constJLANG::JAbstractFileinline
maybe_special(const JTag &tag)JNET::JControlHostinlinestatic
MyId(const std::string &nick_name)JNET::JControlHostinline
operator=(const JControlHost &)JNET::JControlHostprivate
operator=(JControlHost &&)JNET::JControlHostprivate
out_avail(JTimeval timeout=JTimeval::min()) constJLANG::JFileinline
prefixJNET::JControlHostmutableprivate
PutFullData(const JTag &tag, const void *buffer, const long long int length)JNET::JControlHostinline
PutFullData(const std::string &tag, const void *buffer, const long long int length)JNET::JControlHostinline
PutFullString(const JTag &tag, const std::string &buffer)JNET::JControlHostinline
PutFullString(const std::string &tag, const std::string &buffer)JNET::JControlHostinline
read(char *buffer, const int length) overrideJNET::JSocketBlockinginlinevirtual
resultJLANG::JFileprivate
SendMeAlways()JNET::JControlHostinline
SendMeNext()JNET::JControlHostinline
setFamily(const int family)JNET::JSocketAddressinline
setFileDescriptor(const int file)JLANG::JAbstractFileinline
setIPnumber(const int ip_number)JNET::JSocketAddressinline
setIPnumber()JNET::JSocketAddressinline
setKeepAlive(const bool on)JNET::JSocketinline
setKeepCnt(const int count)JNET::JTCPSocketinline
setKeepIdle(const int t_s)JNET::JTCPSocketinline
setKeepIntvl(const int t_s)JNET::JTCPSocketinline
setNonBlocking(const bool on)JNET::JTCPSocketinline
setOption(const int level, const int option, const T value)JNET::JSocketinlineprotected
setPort(const int port)JNET::JSocketAddressinline
setReceiveBufferSize(const int size)JNET::JSocketinline
setReuseAddress(const bool on)JNET::JSocketinline
setSendBufferSize(const int size)JNET::JSocketinline
setTcpNoDelay(const bool on)JNET::JTCPSocketinline
shutdown()JNET::JSocketinline
sizeOf()JNET::JSocketAddressinlinestatic
Subscribe(const JSubscription &subscription)JNET::JControlHostinline
Subscribe(const JSubscriptionList &subscription)JNET::JControlHostinline
Throw(const bool option)JLANG::JThrow< JControlHost >inlinestatic
Throw(const JException_t &error, const int value=-1)JLANG::JThrow< JControlHost >inlinestatic
WaitHead(JPrefix &prefix)JNET::JControlHostinline
WaitHead(std::string &tag, long long int &length)JNET::JControlHostinline
WhereIs(const std::string &host_name, const std::string &nick_name, std::string &answer)JNET::JControlHostinlinestatic
write(const char *buffer, const int length) overrideJNET::JSocketBlockinginlinevirtual
~JBinaryInput()JLANG::JBinaryInputinlinevirtual
~JBinaryOutput()JLANG::JBinaryOutputinlinevirtual
~JControlHost()JNET::JControlHostinline