JX Application Framework
|
#include "JNetworkProtocolBase.h"
#include "JString.h"
#include <sys/types.h>
#include <sys/socket.h>
#include "jErrno.h"
#include "jAssert.h"
Macros | |
#define | _T_JNetworkProtocolBase |
Variables | |
const JSize | kDefaultBlockSize = 1023 |
#define _T_JNetworkProtocolBase |
const JSize kDefaultBlockSize = 1023 |
Provides two options for sending data:
Synch: Blocks until the data has been sent. Asynch: Buffers data and sends it when it gets a chance.
This must be the base class rather than a helper class because ACE only supports one ACE_Svc_Handler per handle.