Logo
server.hh
Go to the documentation of this file.
1 #pragma once
2 #include "asyncchannel.hh"
3 
4 namespace eclipse {
5 namespace network {
6 
7 class Server: public AsyncChannel {
8  public:
10  static bool is_multiple();
11 };
12 
13 }
14 }
Represent an opened channel between two endpoints.
Definition: asyncchannel.hh:24
Definition: server.hh:7
Server(NetObserver *)
Definition: server.cc:7
static bool is_multiple()
Definition: server.cc:13
Definition: block_node.cc:12
Definition: netobserver.hh:9