PTelnetSocket Member List

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

AbortCommandString()PChannel
AbortOutput enum valuePTelnetSocket
AbortProcess enum valuePTelnetSocket
Accept(PSocket &socket)PTelnetSocket [virtual]
AccessDenied enum valuePChannel
AddressIsExclusive enum valuePSocket
AreYouThere enum valuePTelnetSocket
AuthenticateOption enum valuePTelnetSocket
BadParameter enum valuePChannel
Break enum valuePTelnetSocket
BufferTooSmall enum valuePChannel
ByteMacroOption enum valuePTelnetSocket
CanReuseAddress enum valuePSocket
channelNamePChannel [protected]
Class()PObject [inline, static]
ClearNameCache()PIPSocket [static]
Clone() const PTCPSocket [virtual]
Close()PChannel [virtual]
Command enum namePTelnetSocket
Compare(const PObject &obj) const PChannel [virtual]
CompareObjectMemoryDirect(const PObject &obj) const PObject [virtual]
Comparison enum namePObject
Connect(const PString &address)PTelnetSocket [virtual]
PTCPSocket::Connect(const Address &addr)PIPSocket [virtual]
PTCPSocket::Connect(WORD localPort, const Address &addr)PIPSocket [virtual]
PTCPSocket::Connect(const Address &iface, const Address &addr)PIPSocket [virtual]
PTCPSocket::Connect(const Address &iface, WORD localPort, const Address &addr)PIPSocket [virtual]
Construct()PTelnetSocket [protected]
ConvertOSError(int libcReturnValue, Errors &lastError, int &osError)PChannel [static]
ConvertOSError(int libcReturnValue, ErrorGroup group=LastGeneralError)PChannel [protected, virtual]
CRDisposition enum valuePTelnetSocket
DataEntryTerminal enum valuePTelnetSocket
DataMark enum valuePTelnetSocket
debugPTelnetSocket [protected]
DeviceInUse enum valuePChannel
DiskFull enum valuePChannel
DO enum valuePTelnetSocket
DONT enum valuePTelnetSocket
EchoOption enum valuePTelnetSocket
EncriptionOption enum valuePTelnetSocket
EncryptionOption enum valuePTelnetSocket
EndOfFile enum valuePTelnetSocket
EndOfReccord enum valuePTelnetSocket
EndOfRecordOption enum valuePTelnetSocket
EnvironmentOption enum valuePTelnetSocket
EqualTo enum valuePObject
EraseChar enum valuePTelnetSocket
EraseLine enum valuePTelnetSocket
ErrorGroup enum namePChannel
Errors enum namePChannel
ExtendedASCII enum valuePTelnetSocket
ExtendedOptionsList enum valuePTelnetSocket
FileExists enum valuePChannel
FlowControl enum valuePTelnetSocket
ForceLogout enum valuePTelnetSocket
FormFeedDisposition enum valuePTelnetSocket
GetBaseReadChannel() const PChannel [virtual]
GetBaseWriteChannel() const PChannel [virtual]
GetClass(unsigned=0) const PObject [inline, virtual]
GetDefaultIpAddressFamily()PIPSocket [static]
GetDefaultIpAny()PIPSocket [static]
GetErrorCode(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorNumber(ErrorGroup group=NumErrorGroups) const PChannel
GetErrorText(ErrorGroup group=NumErrorGroups) const PChannel [virtual]
GetErrorText(Errors lastError, int osError=0)PChannel [static]
GetGatewayAddress(Address &addr, int version=4)PIPSocket [static]
GetGatewayInterface(int version=4)PIPSocket [static]
GetHandle() const PChannel
GetHostAddress(Address &addr)PIPSocket [static]
GetHostAddress(const PString &hostname, Address &addr)PIPSocket [static]
GetHostAliases(const PString &hostname)PIPSocket [static]
GetHostAliases(const Address &addr)PIPSocket [static]
GetHostName()PIPSocket [static]
GetHostName(const PString &hostname)PIPSocket [static]
GetHostName(const Address &addr)PIPSocket [static]
GetInterfaceTable(InterfaceTable &table, PBoolean includeDown=PFalse)PIPSocket [static]
GetLastReadCount() const PChannel [virtual]
GetLastReceiveToAddress() const PIPSocket [inline]
GetLastWriteCount() const PChannel [virtual]
GetLocalAddress()PIPSocket [virtual]
GetLocalAddress(Address &addr)PIPSocket [virtual]
GetLocalAddress(PIPSocketAddressAndPort &addr)PIPSocket [virtual]
GetLocalAddress(Address &addr, WORD &port)PIPSocket [virtual]
GetLocalHostName()PIPSocket
GetName() const PIPSocket [virtual]
GetNameByProtocol(WORD proto)PSocket [static]
GetNetworkInterface(PIPSocket::Address &addr)PIPSocket [static]
GetOption(int option, int &value, int level=SOL_SOCKET)PSocket
GetOption(int option, void *valuePtr, PINDEX valueSize, int level=SOL_SOCKET)PSocket
GetPeerAddress()PIPSocket [virtual]
GetPeerAddress(Address &addr)PIPSocket [virtual]
GetPeerAddress(PIPSocketAddressAndPort &addr)PIPSocket [virtual]
GetPeerAddress(Address &addr, WORD &port)PIPSocket [virtual]
GetPeerHostName()PIPSocket
GetPort() const PSocket
GetPortByService(const PString &service) const PSocket [virtual]
GetPortByService(const char *protocol, const PString &service)PSocket [static]
GetProtocolByName(const PString &name)PSocket [static]
GetProtocolName() const PTCPSocket [protected, virtual]
GetReadTimeout() const PChannel
GetRouteInterfaceAddress(PIPSocket::Address remoteAddress)PIPSocket [static]
GetRouteTable(RouteTable &table)PIPSocket [static]
GetService() const PSocket
GetServiceByPort(WORD port) const PSocket [virtual]
GetServiceByPort(const char *protocol, WORD port)PSocket [static]
GetTerminalType() const PTelnetSocket [inline]
GetWindowSize(WORD &width, WORD &height) const PTelnetSocket
GetWriteTimeout() const PChannel
GoAhead enum valuePTelnetSocket
GreaterThan enum valuePObject
HashFunction() const PChannel [virtual]
HorizontalTabsStops enum valuePTelnetSocket
HorizTabDisposition enum valuePTelnetSocket
Host2Net(WORD v)PSocket [inline, static]
Host2Net(DWORD v)PSocket [inline, static]
IAC enum valuePTelnetSocket
InternalIsDescendant(const char *clsName) const PObject [inline, virtual]
Interrupted enum valuePChannel
InterruptProcess enum valuePTelnetSocket
IsClass(const char *cls) const PObject [inline]
IsLocalHost(const PString &hostname)PIPSocket [static]
IsOpen() const PChannel [virtual]
IsOurOption(BYTE code) const PTelnetSocket [inline]
IsTheirOption(BYTE code) const PTelnetSocket [inline]
lastErrorCodePChannel [protected]
lastErrorNumberPChannel [protected]
LastGeneralError enum valuePChannel
lastReadCountPChannel [protected]
LastReadError enum valuePChannel
lastWriteCountPChannel [protected]
LastWriteError enum valuePChannel
LessThan enum valuePObject
LineFeedDisposition enum valuePTelnetSocket
LineModeOption enum valuePTelnetSocket
Listen(unsigned queueSize=5, WORD port=0, Reusability reuse=AddressIsExclusive)PTCPSocket [virtual]
Listen(const Address &bind, unsigned queueSize=5, WORD port=0, Reusability reuse=AddressIsExclusive)PTCPSocket [virtual]
PIPSocket::Listen(const Address &bind, unsigned queueSize=5, WORD port=0, Reusability reuse=AddressIsExclusive)PIPSocket [virtual]
PSocket::Listen(unsigned queueSize=5, WORD port=0, Reusability reuse=AddressIsExclusive)PSocket [virtual]
MaxOptions enum valuePTelnetSocket
MessageSizeOption enum valuePTelnetSocket
Miscellaneous enum valuePChannel
Net2Host(WORD v)PSocket [inline, static]
Net2Host(DWORD v)PSocket [inline, static]
NoError enum valuePChannel
NoMemory enum valuePChannel
NOP enum valuePTelnetSocket
NotFound enum valuePChannel
NotOpen enum valuePChannel
NumErrorGroups enum valuePChannel
NumNormalisedErrors enum valuePChannel
OnCommand(BYTE code)PTelnetSocket [protected, virtual]
OnDo(BYTE option)PTelnetSocket [protected, virtual]
OnDont(BYTE option)PTelnetSocket [protected, virtual]
OnOutOfBand(const void *buf, PINDEX len)PTelnetSocket [virtual]
OnReadComplete(void *buf, PINDEX len)PChannel [virtual]
OnSubOption(BYTE code, const BYTE *info, PINDEX len)PTelnetSocket [protected, virtual]
OnWill(BYTE option)PTelnetSocket [protected, virtual]
OnWont(BYTE option)PTelnetSocket [protected, virtual]
OnWriteComplete(const void *buf, PINDEX len)PChannel [virtual]
OpenSocket()PTCPSocket [protected, virtual]
OpenSocket(int ipAdressFamily)PTCPSocket [protected, virtual]
operator!=(const PObject &obj) const PObject [inline]
operator<(const PObject &obj) const PObject [inline]
operator<<(ostream &strm, const PObject &obj)PObject [friend]
operator<=(const PObject &obj) const PObject [inline]
operator=(const PChannel &)PChannel [protected]
operator==(const PObject &obj) const PObject [inline]
operator>(const PObject &obj) const PObject [inline]
operator>=(const PObject &obj) const PObject [inline]
operator>>(istream &strm, PObject &obj)PObject [friend]
optionPTelnetSocket [protected]
Options enum namePTelnetSocket
os_accept(PSocket &listener, struct sockaddr *addr, PINDEX *size)PSocket [protected]
os_close()PSocket [protected]
os_connect(struct sockaddr *sin, PINDEX size)PSocket [protected]
os_handlePChannel [protected]
os_recvfrom(void *buf, PINDEX len, int flags, struct sockaddr *from, PINDEX *fromlen)PSocket [protected]
os_sendto(const void *buf, PINDEX len, int flags, struct sockaddr *to, PINDEX tolen)PSocket [protected]
os_socket(int af, int type, int proto)PSocket [protected]
OutputLineWidth enum valuePTelnetSocket
OutputMark enum valuePTelnetSocket
OutputPageSize enum valuePTelnetSocket
PARRAY(RouteTable, RouteEntry)PIPSocket
PARRAY(InterfaceTable, InterfaceEntry)PIPSocket
PChannel()PChannel
PChannel(const PChannel &)PChannel [protected]
PIPSocket()PIPSocket [protected]
PObject()PObject [inline, protected]
portPSocket [protected]
PrintOn(ostream &strm) const PObject [virtual]
ProtocolFailure enum valuePChannel
PSocket()PSocket [protected]
PTCPSocket(WORD port=0)PTCPSocket
PTCPSocket(const PString &service)PTCPSocket
PTCPSocket(const PString &address, WORD port)PTCPSocket
PTCPSocket(const PString &address, const PString &service)PTCPSocket
PTCPSocket(PSocket &socket)PTCPSocket
PTCPSocket(PTCPSocket &tcpSocket)PTCPSocket
PTelnetSocket()PTelnetSocket
PTelnetSocket(const PString &address)PTelnetSocket
px_lastBlockTypePChannel [protected]
px_readThreadPChannel [protected]
px_selectMutexPChannel [protected]
px_selectThreadPChannel [protected]
px_threadMutexPChannel [protected]
px_writeMutexPChannel [protected]
px_writeThreadPChannel [protected]
PXAcceptBlock enum valuePChannel
PXBlockType enum namePChannel
PXClose()PChannel [protected]
PXConnectBlock enum valuePChannel
PXReadBlock enum valuePChannel
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout)PChannel [protected]
PXWriteBlock enum valuePChannel
RCTEOption enum valuePTelnetSocket
Read(void *buf, PINDEX len)PTelnetSocket [virtual]
PChannel::Read(const VectorOfSlice &slices)PChannel [virtual]
ReadAsync(void *buf, PINDEX len)PChannel [virtual]
ReadBlock(void *buf, PINDEX len)PChannel
ReadChar()PChannel [virtual]
ReadCharWithTimeout(PTimeInterval &timeout)PChannel [protected]
ReadFrom(istream &strm)PObject [virtual]
ReadString(PINDEX len)PChannel
readTimeoutPChannel [protected]
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start)PChannel [protected]
ReconnectOption enum valuePTelnetSocket
Reusability enum namePSocket
SB enum valuePTelnetSocket
SE enum valuePTelnetSocket
Select(PSocket &sock1, PSocket &sock2)PSocket [static]
Select(PSocket &sock1, PSocket &sock2, const PTimeInterval &timeout)PSocket [static]
Select(SelectList &read)PSocket [static]
Select(SelectList &read, const PTimeInterval &timeout)PSocket [static]
Select(SelectList &read, SelectList &write)PSocket [static]
Select(SelectList &read, SelectList &write, const PTimeInterval &timeout)PSocket [static]
Select(SelectList &read, SelectList &write, SelectList &except)PSocket [static]
Select(SelectList &read, SelectList &write, SelectList &except, const PTimeInterval &timeout)PSocket [static]
SendCommand(Command cmd, int opt=0)PTelnetSocket
SendCommandString(const PString &command)PChannel
SendDo(BYTE option)PTelnetSocket [virtual]
SendDont(BYTE option)PTelnetSocket [virtual]
SendLocation enum valuePTelnetSocket
SendSubOption(BYTE code, const BYTE *info, PINDEX len, int subCode=-1)PTelnetSocket
SendWill(BYTE option)PTelnetSocket [virtual]
SendWont(BYTE option)PTelnetSocket [virtual]
SetBufferSize(PINDEX newSize)PChannel
SetCaptureReceiveToAddress()PIPSocket [inline]
SetDefaultIpAddressFamily(int ipAdressFamily)PIPSocket [static]
SetDefaultIpAddressFamilyV4()PIPSocket [static]
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError)PChannel
SetOption(int option, int value, int level=SOL_SOCKET)PSocket
SetOption(int option, const void *valuePtr, PINDEX valueSize, int level=SOL_SOCKET)PSocket
SetOurOption(BYTE code, PBoolean state=PTrue)PTelnetSocket [inline]
SetPort(WORD port)PSocket
SetPort(const PString &service)PSocket
SetReadTimeout(const PTimeInterval &time)PChannel
SetTerminalType(const PString &newType)PTelnetSocket
SetTheirOption(BYTE code, PBoolean state=PTrue)PTelnetSocket [inline]
SetWindowSize(WORD width, WORD height)PTelnetSocket
SetWriteTimeout(const PTimeInterval &time)PChannel
Shutdown(ShutdownValue option)PSocket [virtual]
PChannel::Shutdown(ShutdownValue option)PChannel [virtual]
ShutdownRead enum valuePChannel
ShutdownReadAndWrite enum valuePChannel
ShutdownValue enum namePChannel
ShutdownWrite enum valuePChannel
StatusOption enum valuePTelnetSocket
SubOptionCodes enum namePTelnetSocket
SubOptionIs enum valuePTelnetSocket
SubOptionSend enum valuePTelnetSocket
SupDupOutput enum valuePTelnetSocket
SupDupProtocol enum valuePTelnetSocket
SuppressGoAhead enum valuePTelnetSocket
SuspendProcess enum valuePTelnetSocket
TACACSUID enum valuePTelnetSocket
TerminalLocation enum valuePTelnetSocket
TerminalSpeed enum valuePTelnetSocket
terminalTypePTelnetSocket [protected]
TerminalType enum valuePTelnetSocket
Timeout enum valuePChannel
TimingMark enum valuePTelnetSocket
TransmitBinary enum valuePTelnetSocket
Use3270RegimeOption enum valuePTelnetSocket
UseX3PADOption enum valuePTelnetSocket
VectorOfSlice typedefPChannel
VerticalTabStops enum valuePTelnetSocket
VertTabDisposition enum valuePTelnetSocket
WaitForRouteTableChange(const PTimeInterval &timeout, PSyncPoint *cancellation=NULL)PIPSocket [static]
WILL enum valuePTelnetSocket
windowHeightPTelnetSocket [protected]
WindowSize enum valuePTelnetSocket
windowWidthPTelnetSocket [protected]
WONT enum valuePTelnetSocket
Write(const void *buf, PINDEX len)PTelnetSocket [virtual]
PIPSocket::Write(const VectorOfSlice &slices)PChannel [virtual]
WriteAsync(const void *buf, PINDEX len)PChannel [virtual]
WriteChar(int c)PChannel
WriteOutOfBand(const void *buf, PINDEX len)PTCPSocket [virtual]
WriteString(const PString &str)PChannel
writeTimeoutPChannel [protected]
XDisplayLocation enum valuePTelnetSocket
~PChannel()PChannel
~PObject()PObject [inline, virtual]
~PSocket()PSocket


Generated on Thu May 27 01:36:49 2010 for PTLib by  doxygen 1.4.7