SocketSource Member List

This is the complete list of members for SocketSource, including all inherited members.

Accept(Socket &s, sockaddr *psa=NULL, socklen_t *psaLen=NULL)Socket
Algorithm(bool checkSelfTestStatus=true)Algorithm
AlgorithmName() constAlgorithm [inline, virtual]
AnyMessages() constBufferedTransformation [virtual]
AnyRetrievable() constBufferedTransformation [virtual]
Attach(BufferedTransformation *newAttachment)BufferedTransformation [virtual]
Attachable()Filter [inline, virtual]
AttachedTransformation()Filter [virtual]
AttachedTransformation() constFilter [virtual]
AttachSocket(socket_t s, bool own=false)Socket
AutoSignaling(int propagation=-1)AutoSignaling< Source > [inline]
Bind(unsigned int port, const char *addr=NULL)Socket
Bind(const sockaddr *psa, socklen_t saLen)Socket
BlockedBySpeedLimit() constNonblockingSource [inline, protected]
BufferedTransformation()BufferedTransformation [inline]
CanModifyInput() constBufferedTransformation [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 &, int, bool)InputRejecting< Filter > [inline, 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)InputRejecting< Filter > [inline, 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) constSocket [inline]
CheckAndHandleError(const char *operation, BOOL result) constSocket [inline]
CheckAndHandleError(const char *operation, bool result) constSocket [inline]
CheckAndHandleError_int(const char *operation, int result) const Socket [inline]
Clone() constClonable [inline, virtual]
CloseSocket()Socket
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 Filter [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=NULL)Filter [virtual]
DetachSocket()Socket
DoPump(lword &byteCount, bool blockingOutput, unsigned long maxTime, bool checkDelimiter, byte delimiter)NetworkSource [protected, virtual]
Filter(BufferedTransformation *attachment=NULL)Filter
Flush(bool hardFlush, int propagation=-1, bool blocking=true)Filter [virtual]
GeneralPump(lword maxSize=LWORD_MAX, unsigned long maxTime=INFINITE_TIME, bool checkDelimiter=false, byte delimiter='\n')NonblockingSource [inline]
GeneralPump2(lword &byteCount, bool blockingOutput=true, unsigned long maxTime=INFINITE_TIME, bool checkDelimiter=false, byte delimiter='\n')NonblockingSource
Get(byte &outByte)BufferedTransformation [virtual]
Get(byte *outString, size_t getMax)BufferedTransformation [virtual]
GetAutoSignalPropagation() constAutoSignaling< Source > [inline, virtual]
GetLastError()Socket [static]
GetMaxBytesPerSecond() constLimitedBandwidth [inline]
GetMaxWaitObjectCount() constNetworkSource
GetNextMessage()BufferedTransformation [virtual]
GetNextMessageSeries()BufferedTransformation [inline, virtual]
GetOwnership() constSocket [inline]
GetPeerName(sockaddr *psa, socklen_t *psaLen)Socket
GetReceiver() constNetworkSource [inline, protected]
GetSocket() constSocket [inline]
GetSockName(sockaddr *psa, socklen_t *psaLen)Socket
GetWaitObjects(WaitObjectContainer &container, CallStack const &callStack)NetworkSource
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 &parameters=g_nullNameValuePairs, int propagation=-1)Filter [virtual]
Insert(Filter *nextFilter)Filter [protected]
IOCtl(long cmd, unsigned long *argp)Socket
IsolatedFlush(bool, bool)InputRejecting< Filter > [inline, virtual]
IsolatedInitialize(const NameValuePairs &parameters)BufferedTransformation [inline, virtual]
IsolatedMessageSeriesEnd(bool)InputRejecting< Filter > [inline, virtual]
LimitedBandwidth(lword maxBytesPerSecond=0)LimitedBandwidth [inline]
Listen(int backlog=5)Socket
m_continueAtFilter [protected]
m_inputPositionFilter [protected]
m_ownSocket [protected]
m_sSocket [protected]
MaxRetrievable() constBufferedTransformation [virtual]
MessageEnd(int propagation=-1, bool blocking=true)BufferedTransformation [inline]
MessageSeriesEnd(int propagation=-1, bool blocking=true)Filter [virtual]
NetworkSource(BufferedTransformation *attachment)NetworkSource
NewDefaultAttachment() constFilter [protected, virtual]
NonblockingSource(BufferedTransformation *attachment)NonblockingSource [inline]
NotCopyable()NotCopyable [inline]
NoteTransceive(lword size)LimitedBandwidth
NULL_CHANNELBufferedTransformation [static]
NumberOfMessages() constBufferedTransformation [virtual]
NumberOfMessageSeries() constBufferedTransformation [inline, virtual]
NumberOfMessagesInThisSeries() constBufferedTransformation [inline, virtual]
operator socket_t()Socket [inline]
Output(int outputSite, const byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
OutputFlush(int outputSite, bool hardFlush, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
OutputMessageEnd(int outputSite, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL) (defined in Filter)Filter [protected]
OutputMessageSeriesEnd(int outputSite, int propagation, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
OutputModifiable(int outputSite, byte *inString, size_t length, int messageEnd, bool blocking, const std::string &channel=NULL_CHANNEL)Filter [protected]
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]
PropagateInitialize(const NameValuePairs &parameters, int propagation)Filter [protected]
Pump(lword pumpMax=size_t(0)-1)Source [inline]
Pump2(lword &byteCount, bool blocking=true)NonblockingSource [inline, virtual]
PumpAll()Source [inline]
PumpAll2(bool blocking=true)Source [virtual]
PumpLine(byte delimiter='\n', lword maxSize=1024)NonblockingSource [inline]
PumpMessages(unsigned int count=UINT_MAX)Source [inline]
PumpMessages2(unsigned int &messageCount, bool blocking=true)NonblockingSource [virtual]
Put(byte inByte, bool blocking=true)BufferedTransformation [inline]
Put(const byte *inString, size_t length, bool blocking=true)BufferedTransformation [inline]
Put2(const byte *begin, size_t length, int messageEnd, bool blocking)InputRejecting< Filter > [inline, 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
SendReady(const timeval *timeout)Socket
SetAutoSignalPropagation(int propagation)AutoSignaling< Source > [inline, virtual]
SetLastError(int errorCode)Socket [static]
SetMaxBytesPerSecond(lword v)LimitedBandwidth [inline]
SetOwnership(bool own)Socket [inline]
SetRetrievalChannel(const std::string &channel)BufferedTransformation [virtual]
ShouldPropagateMessageEnd() constFilter [inline, protected, virtual]
ShouldPropagateMessageSeriesEnd() constFilter [inline, protected, 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]
SocketSource(socket_t s=INVALID_SOCKET, bool pumpAll=false, BufferedTransformation *attachment=NULL)SocketSource [inline]
Source(BufferedTransformation *attachment=NULL)Source [inline]
SourceExhausted() constNetworkSource [inline, virtual]
SourceInitialize(bool pumpAll, const NameValuePairs &parameters)Source [inline, protected]
StartSockets()Socket [static]
TimedPump(unsigned long maxTime)NonblockingSource [inline]
TimeToNextTransceive()LimitedBandwidth
TotalBytesRetrievable() constBufferedTransformation [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)Filter [virtual]
Wait(unsigned long milliseconds, CallStack const &callStack)Waitable
~Clonable()Clonable [inline, virtual]
~Socket()Socket [virtual]


Generated on Sat Dec 23 02:07:35 2006 for Crypto++ by  doxygen 1.5.1-p1