bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
This is the complete list of members for Connection, including all inherited members.
_brokenPipe (defined in Connection) | Connection | protected |
_mySock (defined in Connection) | Connection | protected |
_out (defined in Connection) | Connection | protected |
brokenPipe() (defined in Connection) | Connection | inlinevirtual |
closeConnection()=0 (defined in Connection) | Connection | pure virtual |
Connection()=default (defined in Connection) | Connection | protected |
dump(std::ostream &strm) const override | Connection | virtual |
exit()=0 (defined in Connection) | Connection | pure virtual |
getOutputStream() (defined in Connection) | Connection | inlinevirtual |
getRecvChunkSize()=0 (defined in Connection) | Connection | pure virtual |
getSendChunkSize()=0 (defined in Connection) | Connection | pure virtual |
getSocket() (defined in Connection) | Connection | inlinevirtual |
initConnection()=0 (defined in Connection) | Connection | pure virtual |
isConnected() (defined in Connection) | Connection | inlinevirtual |
receive(std::map< std::string, std::string > &extensions, std::ostream *strm=nullptr)=0 (defined in Connection) | Connection | pure virtual |
send(const std::string &buffer)=0 (defined in Connection) | Connection | protectedpure virtual |
send(const std::string &buffer, std::map< std::string, std::string > &extensions)=0 (defined in Connection) | Connection | pure virtual |
sendChunk(const std::string &buffer, std::map< std::string, std::string > &extensions)=0 (defined in Connection) | Connection | protectedpure virtual |
sendExit()=0 (defined in Connection) | Connection | pure virtual |
sendExtensions(std::map< std::string, std::string > &extensions)=0 (defined in Connection) | Connection | pure virtual |
setOutputStream(std::ostream *strm) (defined in Connection) | Connection | inlinevirtual |
~BESObj()=default | BESObj | virtual |
~Connection() override=default (defined in Connection) | Connection |