| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
#include <vector>#include <string.h>#include "JLang/JException.hh"#include "JIO/JByteArrayIO.hh"#include "JNet/JSocketNonblocking.hh"Go to the source code of this file.
Classes | |
| class | JNET::JSocketChannel | 
| Auxiliary class for socket channel.  More... | |
| class | JNET::JSocketInputChannel< JPrefix_t > | 
| Socket input channel.  More... | |
| class | JNET::JSocketOutputChannel< JPrefix_t > | 
| Socket output channel.  More... | |
Namespaces | |
| namespace | JNET | 
| namespace | JPP | 
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Functions | |
| template<class JPrefix_t > | |
| int | JNET::getSizeOfPacket (const JPrefix_t &prefix) | 
| Get size of data, including the header.   | |
| template<class JPrefix_t > | |
| void | JNET::setSizeOfPacket (const int size, JPrefix_t &prefix) | 
| Set size of data, including the header.   | |