JX Application Framework
Loading...
Searching...
No Matches
Macros | Variables
JNetworkProtocolBase.tmpl File Reference
#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
 

Macro Definition Documentation

◆ _T_JNetworkProtocolBase

#define _T_JNetworkProtocolBase

Variable Documentation

◆ kDefaultBlockSize

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.