| Accept(Socket &s, sockaddr *psa=NULL, socklen_t *psaLen=NULL) | Socket | |
| Algorithm(bool checkSelfTestStatus=true) | Algorithm | |
| AlgorithmName() const | Algorithm | [inline, virtual] |
| AnyMessages() const | BufferedTransformation | [virtual] |
| AnyRetrievable() const | BufferedTransformation | [virtual] |
| Attach(BufferedTransformation *newAttachment) | BufferedTransformation | [virtual] |
| Attachable() | BufferedTransformation | [inline, virtual] |
| AttachedTransformation() | BufferedTransformation | [inline, virtual] |
| AttachedTransformation() const | BufferedTransformation | [inline, virtual] |
| AttachSocket(socket_t s, bool own=false) | Socket | |
| Bind(unsigned int port, const char *addr=NULL) | Socket | |
| Bind(const sockaddr *psa, socklen_t saLen) | Socket | |
| BlockedBySpeedLimit() const | NonblockingSink | [inline, protected] |
| BufferedTransformation() | BufferedTransformation | [inline] |
| CanModifyInput() const | BufferedTransformation | [inline, virtual] |
| ChannelCreatePutSpace(const std::string &channel, size_t &size) | BufferedTransformation | [virtual] |
| ChannelFlush(const std::string &channel, bool hardFlush, int propagation=-1, bool blocking=true) | BufferedTransformation | [virtual] |
| ChannelMessageEnd(const std::string &channel, int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelMessageSeriesEnd(const std::string &channel, int propagation=-1, bool blocking=true) | BufferedTransformation | [virtual] |
| ChannelPut(const std::string &channel, byte inByte, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPut(const std::string &channel, const byte *inString, size_t length, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPut2(const std::string &channel, const byte *begin, size_t length, int messageEnd, bool blocking) | BufferedTransformation | [virtual] |
| ChannelPutMessageEnd(const std::string &channel, const byte *inString, size_t length, int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPutModifiable(const std::string &channel, byte *inString, size_t length, bool blocking=true) | BufferedTransformation | [inline] |
| ChannelPutModifiable2(const std::string &channel, byte *begin, size_t length, int messageEnd, bool blocking) | BufferedTransformation | [virtual] |
| ChannelPutWord16(const std::string &channel, word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| ChannelPutWord32(const std::string &channel, word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| CheckAndHandleError(const char *operation, socket_t result) const | Socket | [inline] |
| CheckAndHandleError(const char *operation, BOOL result) const | Socket | [inline] |
| CheckAndHandleError_int(const char *operation, int result) const | Socket | [inline] |
| ClearBuffer() | NetworkSink | [inline] |
| Clone() const | Clonable | [inline, virtual] |
| CloseSocket() | Socket | |
| ComputeCurrentSpeed() | NetworkSink | [virtual] |
| ComputeCurrentTransceiveLimit() | LimitedBandwidth | |
| Connect(const char *addr, unsigned int port) | Socket | |
| Connect(const sockaddr *psa, socklen_t saLen) | Socket | |
| CopyAllTo(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | |
| CopyMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | |
| CopyRangeTo(BufferedTransformation &target, lword position, lword copyMax=LWORD_MAX, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | [inline] |
| CopyRangeTo2(BufferedTransformation &target, lword &begin, lword end=LWORD_MAX, const std::string &channel=NULL_CHANNEL, bool blocking=true) const | Sink | [inline, protected, virtual] |
| CopyTo(BufferedTransformation &target, lword copyMax=LWORD_MAX, const std::string &channel=NULL_CHANNEL) const | BufferedTransformation | [inline] |
| Create(int nType=SOCK_STREAM) | Socket | |
| CreatePutSpace(size_t &size) | BufferedTransformation | [inline, virtual] |
| DecrementPropagation(int propagation) | BufferedTransformation | [inline, protected, static] |
| Detach(BufferedTransformation *newAttachment=0) | BufferedTransformation | [inline, virtual] |
| DetachSocket() | Socket | |
| DoFlush(unsigned long maxTime, size_t targetSize) | NetworkSink | [protected, virtual] |
| EofPending() const | NetworkSink | [inline, virtual] |
| Flush(bool hardFlush, int propagation=-1, bool blocking=true) | BufferedTransformation | [virtual] |
| Get(byte &outByte) | BufferedTransformation | [virtual] |
| Get(byte *outString, size_t getMax) | BufferedTransformation | [virtual] |
| GetAutoSignalPropagation() const | BufferedTransformation | [inline, virtual] |
| GetCurrentBufferSize() const | NetworkSink | [inline, virtual] |
| GetLastError() | Socket | [static] |
| GetMaxBufferSize() const | NetworkSink | [inline, virtual] |
| GetMaxBytesPerSecond() const | LimitedBandwidth | [inline] |
| GetMaxObservedSpeed() const | NetworkSink | [virtual] |
| GetMaxWaitObjectCount() const | NetworkSink | |
| GetNextMessage() | BufferedTransformation | [virtual] |
| GetNextMessageSeries() | BufferedTransformation | [inline, virtual] |
| GetOwnership() const | Socket | [inline] |
| GetPeerName(sockaddr *psa, socklen_t *psaLen) | Socket | |
| GetSender() const | NetworkSink | [inline, protected] |
| GetSocket() const | Socket | [inline] |
| GetSockName(sockaddr *psa, socklen_t *psaLen) | Socket | |
| GetWaitObjects(WaitObjectContainer &container, CallStack const &callStack) | NetworkSink | |
| GetWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER) | BufferedTransformation | |
| GetWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER) | BufferedTransformation | |
| HandleError(const char *operation) const | Socket | [virtual] |
| Initialize(const NameValuePairs ¶meters=g_nullNameValuePairs, int propagation=-1) | BufferedTransformation | [virtual] |
| IOCtl(long cmd, unsigned long *argp) | Socket | |
| IsolatedFlush(bool hardFlush, bool blocking) | NonblockingSink | [virtual] |
| IsolatedInitialize(const NameValuePairs ¶meters) | BufferedTransformation | [inline, virtual] |
| IsolatedMessageSeriesEnd(bool blocking) | BufferedTransformation | [inline, virtual] |
| LimitedBandwidth(lword maxBytesPerSecond=0) | LimitedBandwidth | [inline] |
| Listen(int backlog=5) | Socket | |
| m_own | Socket | [protected] |
| m_s | Socket | [protected] |
| MaxRetrievable() const | BufferedTransformation | [virtual] |
| MessageEnd(int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| MessageSeriesEnd(int propagation=-1, bool blocking=true) | BufferedTransformation | [virtual] |
| NetworkSink(unsigned int maxBufferSize, unsigned int autoFlushBound) | NetworkSink | |
| NonblockingSink() | NonblockingSink | [inline] |
| NoteTransceive(lword size) | LimitedBandwidth | |
| NULL_CHANNEL | BufferedTransformation | [static] |
| NumberOfMessages() const | BufferedTransformation | [virtual] |
| NumberOfMessageSeries() const | BufferedTransformation | [inline, virtual] |
| NumberOfMessagesInThisSeries() const | BufferedTransformation | [inline, virtual] |
| operator socket_t() | Socket | [inline] |
| Peek(byte &outByte) const | BufferedTransformation | [virtual] |
| Peek(byte *outString, size_t peekMax) const | BufferedTransformation | [virtual] |
| PeekWord16(word16 &value, ByteOrder order=BIG_ENDIAN_ORDER) const | BufferedTransformation | |
| PeekWord32(word32 &value, ByteOrder order=BIG_ENDIAN_ORDER) const | BufferedTransformation | |
| PortNameToNumber(const char *name, const char *protocol="tcp") | Socket | [static] |
| Put(byte inByte, bool blocking=true) | BufferedTransformation | [inline] |
| Put(const byte *inString, size_t length, bool blocking=true) | BufferedTransformation | [inline] |
| Put2(const byte *inString, size_t length, int messageEnd, bool blocking) | NetworkSink | [virtual] |
| PutMessageEnd(const byte *inString, size_t length, int propagation=-1, bool blocking=true) | BufferedTransformation | [inline] |
| PutModifiable(byte *inString, size_t length, bool blocking=true) | BufferedTransformation | [inline] |
| PutModifiable2(byte *inString, size_t length, int messageEnd, bool blocking) | BufferedTransformation | [inline, virtual] |
| PutWord16(word16 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| PutWord32(word32 value, ByteOrder order=BIG_ENDIAN_ORDER, bool blocking=true) | BufferedTransformation | |
| Receive(byte *buf, size_t bufLen, int flags=0) | Socket | |
| ReceiveReady(const timeval *timeout) | Socket | |
| Ref() | BufferedTransformation | [inline] |
| Send(const byte *buf, size_t bufLen, int flags=0) | Socket | |
| SendEof() | SocketSink | [inline] |
| SendReady(const timeval *timeout) | Socket | |
| SetAutoFlushBound(size_t bound) | NetworkSink | [inline, virtual] |
| SetAutoSignalPropagation(int propagation) | BufferedTransformation | [inline, virtual] |
| SetLastError(int errorCode) | Socket | [static] |
| SetMaxBufferSize(size_t maxBufferSize) | NetworkSink | [inline, virtual] |
| SetMaxBytesPerSecond(lword v) | LimitedBandwidth | [inline] |
| SetOwnership(bool own) | Socket | [inline] |
| SetRetrievalChannel(const std::string &channel) | BufferedTransformation | [virtual] |
| ShutDown(int how=SD_SEND) | Socket | |
| ShutdownSockets() | Socket | [static] |
| Skip(lword skipMax=LWORD_MAX) | BufferedTransformation | [virtual] |
| SkipAll() | BufferedTransformation | [virtual] |
| SkipMessages(unsigned int count=UINT_MAX) | BufferedTransformation | [virtual] |
| Socket(socket_t s=INVALID_SOCKET, bool own=false) | Socket | [inline] |
| Socket(const Socket &s) | Socket | [inline] |
| SocketChanged() | Socket | [inline, protected, virtual] |
| SocketSink(socket_t s=INVALID_SOCKET, unsigned int maxBufferSize=0, unsigned int autoFlushBound=16 *1024) | SocketSink | [inline] |
| StartSockets() | Socket | [static] |
| TimedFlush(unsigned long maxTime, size_t targetSize=0) | NonblockingSink | |
| TimeToNextTransceive() | LimitedBandwidth | |
| TotalBytesRetrievable() const | BufferedTransformation | [virtual] |
| TransferAllTo(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL) | BufferedTransformation | [inline] |
| TransferAllTo2(BufferedTransformation &target, const std::string &channel=NULL_CHANNEL, bool blocking=true) | BufferedTransformation | |
| TransferMessagesTo(BufferedTransformation &target, unsigned int count=UINT_MAX, const std::string &channel=NULL_CHANNEL) | BufferedTransformation | [inline] |
| TransferMessagesTo2(BufferedTransformation &target, unsigned int &messageCount, const std::string &channel=NULL_CHANNEL, bool blocking=true) | BufferedTransformation | |
| TransferTo(BufferedTransformation &target, lword transferMax=LWORD_MAX, const std::string &channel=NULL_CHANNEL) | BufferedTransformation | [inline] |
| TransferTo2(BufferedTransformation &target, lword &transferBytes, const std::string &channel=NULL_CHANNEL, bool blocking=true) | Sink | [inline, protected, virtual] |
| Wait(unsigned long milliseconds, CallStack const &callStack) | Waitable | |
| ~Clonable() | Clonable | [inline, virtual] |
| ~NonblockingSinkInfo() | NonblockingSinkInfo | [inline, virtual] |
| ~Socket() | Socket | [virtual] |