|
sipxportlib
Version 3.3
|
This is the complete list of members for OsNatConnectionSocket, including all inherited members.
| addAlternateDestination(const char *szAddress, int iPort, int priority) | OsNatConnectionSocket | virtual |
| addClientConnection(const char *ipAddress, const int port, OsNatConnectionSocket *pClient) | OsNatConnectionSocket | protected |
| addCrLfKeepAlive(const char *szRemoteIp, const int remotePort, const int keepAliveSecs, OsNatKeepaliveListener *pListener) | OsNatConnectionSocket | virtual |
| addStunKeepAlive(const char *szRemoteIp, const int remotePort, const int keepAliveSecs, OsNatKeepaliveListener *pListener) | OsNatConnectionSocket | virtual |
| applyDestinationAddress(const char *szAddress, int iPort) | OsNatConnectionSocket | virtual |
| areSameTypes(const UtlContainableType type1, const UtlContainableType type2) | UtlContainable | static |
| clientConnect(const char *szServer, const int port) | OsNatConnectionSocket | virtual |
| close() | OsSocket | virtual |
| compareTo(UtlContainable const *) const | UtlContainableAtomic | virtual |
| connect() | OsConnectionSocket | virtual |
| CUSTOM enum value | OsSocket | |
| destroy() | OsNatConnectionSocket | virtual |
| directHash() const | UtlContainable | |
| disableStun() | OsNatConnectionSocket | virtual |
| disableTurn() | OsNatConnectionSocket | virtual |
| enableStun(const char *szStunServer, int stunPort, int iKeepAlive, int stunOptions, bool bReadFromSocket) | OsNatConnectionSocket | virtual |
| enableTransparentReads(bool bEnable) | OsNatConnectionSocket | virtual |
| enableTurn(const char *szTurnSever, int turnPort, int iKeepAlive, const char *username, const char *password, bool bReadFromSocket) | OsNatConnectionSocket | virtual |
| evaluateDestinationAddress(const UtlString &address, int iPort, int priority) | OsNatConnectionSocket | protectedvirtual |
| frameBuffer(TURN_FRAMING_TYPE type, const char *buffer, const int bufferLength, int &framedBufferLen) | OsNatConnectionSocket | |
| getBestDestinationAddress(UtlString &address, int &iPort) | OsNatConnectionSocket | virtual |
| getClientConnection(const char *szServer, const int port) | OsNatConnectionSocket | virtual |
| getContainableType() const | OsSocket | virtual |
| getDefaultBindAddress() | OsSocket | static |
| getDomainName(UtlString &domain_name) | OsSocket | static |
| getFirstReadTime(OsDateTime &time) | OsNatSocketBaseImpl | protectedvirtual |
| getFirstWriteTime(OsDateTime &time) | OsNatSocketBaseImpl | protectedvirtual |
| getHostIp(UtlString *hostAddress) | OsSocket | static |
| getHostIpByName(const char *hostName, UtlString *hostAddress) | OsSocket | static |
| getHostName(UtlString *hostName) | OsSocket | static |
| getIpProtocol() const | OsConnectionSocket | virtual |
| getLastReadTime(OsDateTime &time) | OsNatSocketBaseImpl | protectedvirtual |
| getLastWriteTime(OsDateTime &time) | OsNatSocketBaseImpl | protectedvirtual |
| getLocalHostIp(UtlString *localHostAddress) const | OsSocket | virtual |
| getLocalHostPort() const | OsSocket | virtual |
| getLocalIp() const | OsSocket | virtual |
| getMappedIp(UtlString *ip, int *port) | OsNatConnectionSocket | virtual |
| getRelayIp(UtlString *ip, int *port) | OsNatConnectionSocket | virtual |
| getRemoteHostIp(struct in_addr *remoteHostAddress, int *remotePort=NULL) | OsSocket | virtual |
| getRemoteHostIp(UtlString *remoteHostAddress, int *remotePort=NULL) | OsSocket | virtual |
| getRemoteHostName(UtlString *remoteHostName) const | OsSocket | virtual |
| getRemoteHostPort() const | OsSocket | virtual |
| getRole() const | OsNatConnectionSocket | virtual |
| getSocket() | OsNatConnectionSocket | virtual |
| getSocketDescriptor() const | OsSocket | virtual |
| handleFramedStream(char *pData, const int size, const char *receivedIp, const int port) | OsNatConnectionSocket | protectedvirtual |
| handleStunMessage(char *pBuf, int length, UtlString &fromAddress, int fromPort) | OsNatSocketBaseImpl | protectedvirtual |
| handleSturnData(char *buffer, int &bufferLength, UtlString &receivedIp, int &receivedPort) | OsNatSocketBaseImpl | protectedvirtual |
| handleTurnDataIndication(char *buffer, int bufferLength, UtlString *pRecvFromIp, int *pRecvFromPort) | OsNatSocketBaseImpl | protectedvirtual |
| handleTurnMessage(char *pBuf, int length, UtlString &fromAddress, int fromPort) | OsNatSocketBaseImpl | protectedvirtual |
| handleUnframedBuffer(const TURN_FRAMING_TYPE type, const char *buff, const int buffSize, const char *receivedIp, const int port) | OsNatConnectionSocket | protectedvirtual |
| hash() const | UtlContainableAtomic | virtual |
| inet_ntoa_pt(struct in_addr input_address, UtlString &output_address) | OsSocket | static |
| initDefaultAdapterID(UtlString &adapter_id) | OsSocket | static |
| initialize(const char *serverName, int serverPort, UtlBoolean blockingConnect) | OsConnectionSocket | protected |
| IpProtocolSocketType enum name | OsSocket | |
| ipProtocolString(OsSocket::IpProtocolSocketType) | OsSocket | static |
| isClientConnected(const char *szServer, const int port) | OsNatConnectionSocket | virtual |
| isConnected() const | OsSocket | virtual |
| isEncrypted() const | OsConnectionSocket | virtual |
| isEqual(UtlContainable const *) const | UtlContainable | virtual |
| isFramed(IpProtocolSocketType type) | OsSocket | static |
| isInstanceOf(const UtlContainableType type) const | UtlContainable | virtual |
| isIp4Address(const char *address) | OsSocket | static |
| isLocalHost(const char *hostAddress) | OsSocket | static |
| isMcastAddr(const char *ipAddress) | OsSocket | static |
| isOk() const | OsSocket | virtual |
| isReadyToRead(long waitMilliseconds=0) const | OsSocket | virtual |
| isReadyToReadEx(long waitMilliseconds, UtlBoolean &rSocketError) const | OsSocket | virtual |
| isReadyToWrite(long waitMilliseconds=0) const | OsSocket | virtual |
| isSameHost(const char *host1, const char *host2) | OsSocket | static |
| localHostName | OsSocket | protected |
| localHostPort | OsSocket | protected |
| makeBlocking() | OsSocket | virtual |
| makeNonblocking() | OsSocket | virtual |
| markReadTime() | OsNatSocketBaseImpl | protected |
| markStunFailure() | OsNatConnectionSocket | protectedvirtual |
| markStunSuccess(bool bAddressChanged) | OsNatConnectionSocket | protectedvirtual |
| markTurnFailure() | OsNatConnectionSocket | protectedvirtual |
| markTurnSuccess() | OsNatConnectionSocket | protectedvirtual |
| markWriteTime() | OsNatSocketBaseImpl | protected |
| mbTransparentReads | OsNatConnectionSocket | protected |
| mClientConnectionSockets | OsNatConnectionSocket | protected |
| mFirstRead | OsNatSocketBaseImpl | protected |
| mFirstWrite | OsNatSocketBaseImpl | protected |
| mInitializeSem | OsSocket | protectedstatic |
| miRecordTimes | OsNatSocketBaseImpl | protected |
| mIsConnected | OsSocket | protected |
| mLastRead | OsNatSocketBaseImpl | protected |
| mLastWrite | OsNatSocketBaseImpl | protected |
| mLocalIp | OsSocket | protected |
| mpDatagramSocket | OsNatConnectionSocket | protected |
| mpReadNotification | OsNatSocketBaseImpl | protected |
| mReadNotificationLock | OsNatSocketBaseImpl | protected |
| mRemoteIpAddress | OsSocket | protected |
| mRole | OsNatConnectionSocket | protected |
| mRoleMutex | OsNatConnectionSocket | mutableprotected |
| mStreamHandlerMutex | OsNatConnectionSocket | mutableprotected |
| MULTICAST enum value | OsSocket | |
| OsConnectionSocket(int remoteHostPort, const char *remoteHostName, UtlBoolean makeBlocking=TRUE, const char *localIp=NULL, const bool bConnect=true) | OsConnectionSocket | |
| OsConnectionSocket(int connectedSocketDescriptor) | OsConnectionSocket | |
| OsConnectionSocket(const char *localIp, int connectedSocketDescriptor) | OsConnectionSocket | |
| OsNatAgentTask class | OsNatConnectionSocket | friend |
| OsNatConnectionSocket(int connectedSocketDescriptor, const RtpTcpRoles role) | OsNatConnectionSocket | |
| OsNatConnectionSocket(const char *szLocalIp, int connectedSocketDescriptor, const RtpTcpRoles role) | OsNatConnectionSocket | |
| OsNatConnectionSocket(int serverPort, const char *serverName, UtlBoolean blockingConnect, const char *localIp, const bool bConnect, const RtpTcpRoles role) | OsNatConnectionSocket | |
| OsNatSocketBaseImpl() | OsNatSocketBaseImpl | |
| OsSocket() | OsSocket | |
| peerIdentity(UtlSList *altNames=NULL, UtlString *commonName=NULL) const | OsConnectionSocket | virtual |
| read(char *buffer, int bufferLength) | OsNatConnectionSocket | virtual |
| read(char *buffer, int bufferLength, UtlString *ipAddress, int *port) | OsNatConnectionSocket | virtual |
| read(char *buffer, int bufferLength, struct in_addr *ipAddress, int *port) | OsNatConnectionSocket | virtual |
| read(char *buffer, int bufferLength, long waitMilliseconds) | OsNatConnectionSocket | virtual |
| readyDestination(const char *szAddress, int iPort) | OsNatConnectionSocket | virtual |
| reconnect() | OsConnectionSocket | virtual |
| remoteHostName | OsSocket | protected |
| remoteHostPort | OsSocket | protected |
| removeCrLfKeepAlive(const char *szRemoteIp, const int remotePort) | OsNatConnectionSocket | virtual |
| removeStunKeepAlive(const char *szRemoteIp, const int remotePort) | OsNatConnectionSocket | virtual |
| setDefaultBindAddress(const unsigned long bind_address) | OsSocket | static |
| setLocalIp(const UtlString &localIp) | OsSocket | inlinevirtual |
| setNotifier(OsNotification *pNotification) | OsNatConnectionSocket | virtual |
| setReadNotification(OsNotification *pNotification) | OsNatSocketBaseImpl | virtual |
| setRole(const RtpTcpRoles role) | OsNatConnectionSocket | virtual |
| setStunAddress(const UtlString &address, const int iPort) | OsNatConnectionSocket | protectedvirtual |
| setTurnAddress(const UtlString &address, const int iPort) | OsNatConnectionSocket | protectedvirtual |
| socketDescriptor | OsSocket | protected |
| socketInit() | OsSocket | static |
| socketInitialized | OsSocket | static |
| socketWrite(const char *buffer, int bufferLength, const char *ipAddress, int port, PacketType packetType=UNKNOWN_PACKET) | OsNatConnectionSocket | virtual |
| SSL_SOCKET enum value | OsSocket | |
| stringHash(char const *value) | UtlContainable | static |
| TCP enum value | OsSocket | |
| TYPE | OsSocket | protectedstatic |
| UDP enum value | OsSocket | |
| UNKNOWN enum value | OsSocket | |
| write(const char *buffer, int bufferLength) | OsNatConnectionSocket | virtual |
| write(const char *buffer, int bufferLength, const char *ipAddress, int port) | OsNatConnectionSocket | virtual |
| write(const char *buffer, int bufferLength, long waitMilliseconds) | OsNatConnectionSocket | virtual |
| ~IStunSocket() | IStunSocket | inlinevirtual |
| ~OsConnectionSocket() | OsConnectionSocket | virtual |
| ~OsNatConnectionSocket() | OsNatConnectionSocket | virtual |
| ~OsNatSocketBaseImpl() | OsNatSocketBaseImpl | virtual |
| ~OsSocket() | OsSocket | virtual |
| ~UtlContainable() | UtlContainable | virtual |
1.8.11