TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::TelnetConnection, including all inherited members.
_mutex | ts::TCPSocket | protected |
bind(const IPv4SocketAddress &addr, Report &report=(ts::CerrReport::Instance())) | ts::TCPSocket | |
close(Report &report=(ts::CerrReport::Instance())) override | ts::TCPSocket | virtual |
closeWriter(Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | |
connect(const IPv4SocketAddress &addr, Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | |
createSocket(int domain, int type, int protocol, Report &report) | ts::Socket | protected |
debug() const | ts::Report | inline |
debug(const UChar *msg) | ts::Report | inline |
debug(const UString &msg) | ts::Report | inline |
debug(const UChar *fmt, Args &&... args) | ts::Report | inline |
debug(const UString &fmt, Args &&... args) | ts::Report | inline |
declareOpened(SysSocketType sock, Report &report) override | ts::TCPSocket | protectedvirtual |
delegateReport(Report *report) | ts::Report | |
disconnect(Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | |
EOL | ts::TelnetConnection | static |
error(const UChar *msg) | ts::Report | inline |
error(const UString &msg) | ts::Report | inline |
error(const UChar *fmt, Args &&... args) | ts::Report | inline |
error(const UString &fmt, Args &&... args) | ts::Report | inline |
fatal(const UChar *msg) | ts::Report | inline |
fatal(const UString &msg) | ts::Report | inline |
fatal(const UChar *fmt, Args &&... args) | ts::Report | inline |
fatal(const UString &fmt, Args &&... args) | ts::Report | inline |
getLocalAddress(IPv4SocketAddress &addr, Report &report=(ts::CerrReport::Instance())) | ts::Socket | |
getPeer(IPv4SocketAddress &addr, Report &report=(ts::CerrReport::Instance())) const | ts::TCPConnection | |
getSocket() const | ts::Socket | inline |
gotErrors() const | ts::Report | inline |
handleClosed(Report &report=(ts::CerrReport::Instance())) override | ts::TCPConnection | protectedvirtual |
handleConnected(Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | protectedvirtual |
handleDisconnected(Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | protectedvirtual |
handleOpened(Report &report) | ts::TCPSocket | protectedvirtual |
info(const UChar *msg) | ts::Report | inline |
info(const UString &msg) | ts::Report | inline |
info(const UChar *fmt, Args &&... args) | ts::Report | inline |
info(const UString &fmt, Args &&... args) | ts::Report | inline |
isConnected() const | ts::TCPConnection | inline |
isOpen() const | ts::Socket | inline |
log(int severity, const UString &msg) | ts::Report | |
log(int severity, const UChar *fmt, Args &&... args) | ts::Report | inline |
log(int severity, const UString &fmt, Args &&... args) | ts::Report | inline |
maxSeverity() const | ts::Report | inline |
open(Report &report=(ts::CerrReport::Instance())) override | ts::TCPSocket | virtual |
peerName() const | ts::TCPConnection | |
raiseMaxSeverity(int level) | ts::Report | |
receive(std::string &data, const AbortInterface *abort, Report &report) | ts::TelnetConnection | |
receive(UString &data, const AbortInterface *abort, Report &report) | ts::TelnetConnection | |
ts::TCPConnection::receive(void *buffer, size_t max_size, size_t &ret_size, const AbortInterface *abort=nullptr, Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | |
ts::TCPConnection::receive(void *buffer, size_t size, const AbortInterface *abort=nullptr, Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | |
receiveLine(std::string &line, const AbortInterface *abort, Report &report) | ts::TelnetConnection | |
receiveLine(UString &line, const AbortInterface *abort, Report &report) | ts::TelnetConnection | |
Report()=default | ts::Report | |
Report(int max_severity, const UString &prefix=UString(), Report *report=nullptr) | ts::Report | |
reportPrefix() const | ts::Report | inline |
resetErrors() | ts::Report | inline |
reusePort(bool reuse_port, Report &report=(ts::CerrReport::Instance())) | ts::Socket | |
send(const std::string &str, Report &report) | ts::TelnetConnection | |
send(const UString &str, Report &report) | ts::TelnetConnection | |
ts::TCPConnection::send(const void *data, size_t size, Report &report=(ts::CerrReport::Instance())) | ts::TCPConnection | |
sendLine(const std::string &str, Report &report) | ts::TelnetConnection | |
sendLine(const UString &str, Report &report) | ts::TelnetConnection | |
setKeepAlive(bool active, Report &report=(ts::CerrReport::Instance())) | ts::TCPSocket | |
setLingerTime(int seconds, Report &report=(ts::CerrReport::Instance())) | ts::TCPSocket | |
setMaxSeverity(int level) | ts::Report | |
setNoDelay(bool active, Report &report=(ts::CerrReport::Instance())) | ts::TCPSocket | |
setNoLinger(Report &report=(ts::CerrReport::Instance())) | ts::TCPSocket | |
setReceiveBufferSize(size_t size, Report &report=(ts::CerrReport::Instance())) | ts::Socket | |
setReceiveTimeout(cn::milliseconds timeout, Report &report=(ts::CerrReport::Instance())) | ts::Socket | |
setReportPrefix(const UString &prefix) | ts::Report | inline |
setSendBufferSize(size_t size, Report &report=(ts::CerrReport::Instance())) | ts::Socket | |
setTTL(int ttl, Report &report=(ts::CerrReport::Instance())) | ts::TCPSocket | |
severe(const UChar *msg) | ts::Report | inline |
severe(const UString &msg) | ts::Report | inline |
severe(const UChar *fmt, Args &&... args) | ts::Report | inline |
severe(const UString &fmt, Args &&... args) | ts::Report | inline |
Socket()=default | ts::Socket | |
SuperClass typedef | ts::TelnetConnection | |
TCPConnection()=default | ts::TCPConnection | |
TCPSocket()=default | ts::TCPSocket | |
TelnetConnection(const std::string &prompt=std::string()) | ts::TelnetConnection | |
verbose() const | ts::Report | inline |
verbose(const UChar *msg) | ts::Report | inline |
verbose(const UString &msg) | ts::Report | inline |
verbose(const UChar *fmt, Args &&... args) | ts::Report | inline |
verbose(const UString &fmt, Args &&... args) | ts::Report | inline |
waitForPrompt(const AbortInterface *abort, Report &report) | ts::TelnetConnection | |
warning(const UChar *msg) | ts::Report | inline |
warning(const UString &msg) | ts::Report | inline |
warning(const UChar *fmt, Args &&... args) | ts::Report | inline |
warning(const UString &fmt, Args &&... args) | ts::Report | inline |
writeLog(int severity, const UString &msg) override | ts::TelnetConnection | protectedvirtual |
~Report() | ts::Report | virtual |
~Socket() | ts::Socket | virtual |
~TCPSocket() override | ts::TCPSocket | virtual |
~TelnetConnection() override | ts::TelnetConnection | virtual |