| AcceptFromAny enum value | OpalTransport | |
| AcceptFromAnyAutoSet enum value | OpalTransport | |
| AcceptFromRemoteOnly enum value | OpalTransport | |
| AttachThread(PThread *thread) | OpalTransport | [virtual] |
| CleanUpOnTermination() | OpalTransport | [inline] |
| Close() | OpalTransport | [virtual] |
| CloseWait() | OpalTransport | |
| Connect() | OpalTransportTCP | [virtual] |
| ConnectTo(const OpalTransportAddress &address) | OpalTransport | [inline] |
| EndConnect(const PString &iface) | OpalTransport | [virtual] |
| endpoint | OpalTransport | [protected] |
| GetEndPoint() const | OpalTransport | [inline] |
| GetInterface() const | OpalTransport | [virtual] |
| GetLastReceivedAddress() const | OpalTransport | [virtual] |
| GetLocalAddress() const | OpalTransportIP | [virtual] |
| GetProtoPrefix() const | OpalTransportTCP | [protected, virtual] |
| GetRemoteAddress() const | OpalTransportIP | [virtual] |
| IsCompatibleTransport(const OpalTransportAddress &address) const | OpalTransportTCP | [virtual] |
| IsReliable() const | OpalTransportTCP | [virtual] |
| IsRunning() const | OpalTransport | [virtual] |
| localAddress | OpalTransportIP | [protected] |
| localPort | OpalTransportIP | [protected] |
| NumPromisciousModes enum value | OpalTransport | |
| OnOpen() | OpalTransportTCP | [protected, virtual] |
| OpalTransport(OpalEndPoint &endpoint) | OpalTransport | |
| OpalTransportIP(OpalEndPoint &endpoint, PIPSocket::Address binding, WORD port) | OpalTransportIP | |
| OpalTransportTCP(OpalEndPoint &endpoint, PIPSocket::Address binding=PIPSocket::GetDefaultIpAny(), WORD port=0, BOOL reuseAddr=FALSE) | OpalTransportTCP | |
| OpalTransportTCP(OpalEndPoint &endpoint, PTCPSocket *socket) | OpalTransportTCP | |
| PrintOn(ostream &strm) const | OpalTransport | |
| PromisciousModes enum name | OpalTransport | |
| ReadPDU(PBYTEArray &pdu) | OpalTransportTCP | [virtual] |
| remoteAddress | OpalTransportIP | [protected] |
| remotePort | OpalTransportIP | [protected] |
| reuseAddressFlag | OpalTransportTCP | [protected] |
| SetLocalAddress(const OpalTransportAddress &address) | OpalTransportIP | [virtual] |
| SetPromiscuous(PromisciousModes promiscuous) | OpalTransport | [virtual] |
| SetReadsPerPDU(int) | OpalTransport | [inline, virtual] |
| SetRemoteAddress(const OpalTransportAddress &address) | OpalTransportIP | [virtual] |
| thread | OpalTransport | [protected] |
| WriteConnect(WriteConnectCallback function, void *userData) | OpalTransport | [virtual] |
| WriteConnectCallback typedef | OpalTransport | |
| WritePDU(const PBYTEArray &pdu) | OpalTransportTCP | [virtual] |
| ~OpalTransport() | OpalTransport | |
| ~OpalTransportTCP() | OpalTransportTCP | |