This is the complete list of members for nfd::TcpChannel, including all inherited members.
connect(const tcp::Endpoint &remoteEndpoint, const FaceCreatedCallback &onFaceCreated, const ConnectFailedCallback &onConnectFailed, const time::seconds &timeout=time::seconds(4)) | nfd::TcpChannel | |
ConnectFailedCallback typedef | nfd::Channel | |
FaceCreatedCallback typedef | nfd::Channel | |
getUri() const | nfd::Channel | inline |
isListening() const | nfd::TcpChannel | inline |
listen(const FaceCreatedCallback &onFaceCreated, const ConnectFailedCallback &onAcceptFailed, int backlog=boost::asio::ip::tcp::acceptor::max_connections) | nfd::TcpChannel | |
setUri(const FaceUri &uri) | nfd::Channel | protected |
size() const | nfd::TcpChannel | |
TcpChannel(const tcp::Endpoint &localEndpoint) | nfd::TcpChannel | explicit |
~Channel() | nfd::Channel | virtual |