typedef unsigned short Count |
enum ServerType |
CCommandLine | ( | const DWORD | argc, | |
const char ** | argv, | |||
const JetByteTools::Core::_tstring & | serverName, | |||
DWORD | type | |||
) |
CCommandLine | ( | const CCommandLine & | rhs | ) |
virtual ~CCommandLine | ( | ) | [virtual] |
CCommandLine& operator= | ( | const CCommandLine & | rhs | ) |
bool Parse | ( | ) |
_tstring EventNamePrefix | ( | ) | const |
_tstring Server | ( | ) | const |
CAddressIPv4::Port Port | ( | ) | const |
bool DisplayDebug | ( | ) | const |
CCommandLine::Count NumberOfIOThreads | ( | ) | const |
JetByteTools::Socket::ListenBacklog ListenBacklog | ( | ) | const |
CCommandLine::Count SocketPoolSize | ( | ) | const |
PerSocketBufferPoolingLimit MaxBuffersPooledPerSocket | ( | ) | const |
ConsecutiveSocketOperations MaxConsecutiveOperationsOnOneSocket | ( | ) | const |
JetByteTools::IO::CBufferAllocator::BufferCount BufferPoolSize | ( | ) | const |
IBuffer::BufferSize BufferSize | ( | ) | const |
bool NoWelcomeMessage | ( | ) | const |
CCommandLine::Count MaxConnections | ( | ) | const |
bool RegisterCounters | ( | ) | const |
bool UnRegisterCounters | ( | ) | const |
bool HasMulticastAddress | ( | ) | const |
_tstring MulticastAddress | ( | ) | const |
unsigned long RecvBufferSize | ( | ) | const |
unsigned long SendBufferSize | ( | ) | const |
ZeroByteReadConfiguration GetZeroByteReadConfiguration | ( | ) | const |
JetByteTools::IO::CBufferAllocator::AllocationFlags GetAllocationFlags | ( | ) | const |
Milliseconds ConnectionTimeout | ( | ) | const |
CFlowControlStreamSocketConnectionFilter::BufferCount MaxBuffers | ( | ) | const |
CFlowControlStreamSocketConnectionFilter::PendingWriteCount MaxPendingWrites | ( | ) | const |
CFlowControlStreamSocketConnectionFilter::Percentage NotificationPercentageStepSize | ( | ) | const |
Milliseconds ProcessingDelay | ( | ) | const |
DWORD NumberOfEntriesPerCall | ( | ) | const |
void ShowHelp | ( | const JetByteTools::Core::_tstring & | message | ) |
static Count StringToCount | ( | const JetByteTools::Core::_tstring & | stringValue | ) | [static, protected] |
static unsigned long StringToUnsignedLong | ( | const JetByteTools::Core::_tstring & | stringValue | ) | [static, protected] |
const char** m_argv [protected] |
JetByteTools::Core::CCommandLine m_parser [protected] |