| 
    CatapultServer
    v0.5.0.1 (Elephant)
    
   | 
 
Public Types | |
| using | CompletionHandler = consumer< ionet::SocketOperationCode > | 
| Callback that is called when the read chain is broken.  More... | |
Public Member Functions | |
| virtual | ~ChainedSocketReader ()=default | 
| virtual void | start ()=0 | 
| Starts reading.  More... | |
| virtual void | stop ()=0 | 
| Stops reading.  More... | |
A reader that chains reads from a socket (it initiates the next read upon the successful completion of the current read).
Callback that is called when the read chain is broken.
      
  | 
  virtualdefault | 
      
  | 
  pure virtual | 
Starts reading.
      
  | 
  pure virtual | 
Stops reading.