This is the complete list of members for pp::TCPSocket, including all inherited members.
Accept(const CompletionCallbackWithOutput< TCPSocket > &callback) | pp::TCPSocket | |
Bind(const NetAddress &addr, const CompletionCallback &callback) | pp::TCPSocket | |
Clear() | pp::Resource | [protected] |
Close() | pp::TCPSocket | |
Connect(const NetAddress &addr, const CompletionCallback &callback) | pp::TCPSocket | |
detach() | pp::Resource | |
GetLocalAddress() const | pp::TCPSocket | |
GetRemoteAddress() const | pp::TCPSocket | |
is_null() const | pp::Resource | [inline] |
IsAvailable() | pp::TCPSocket | [static] |
Listen(int32_t backlog, const CompletionCallback &callback) | pp::TCPSocket | |
operator=(const TCPSocket &other) | pp::TCPSocket | |
pp::Resource::operator=(const Resource &other) | pp::Resource | |
PassRefFromConstructor(PP_Resource resource) | pp::Resource | [protected] |
pp_resource() const | pp::Resource | [inline] |
Read(char *buffer, int32_t bytes_to_read, const CompletionCallback &callback) | pp::TCPSocket | |
Resource() | pp::Resource | |
Resource(const Resource &other) | pp::Resource | |
Resource(PP_Resource resource) | pp::Resource | [explicit, protected] |
Resource(PassRef, PP_Resource resource) | pp::Resource | [protected] |
SetOption(PP_TCPSocket_Option name, const Var &value, const CompletionCallback &callback) | pp::TCPSocket | |
TCPSocket() | pp::TCPSocket | |
TCPSocket(const InstanceHandle &instance) | pp::TCPSocket | [explicit] |
TCPSocket(PassRef, PP_Resource resource) | pp::TCPSocket | |
TCPSocket(const TCPSocket &other) | pp::TCPSocket | |
Write(const char *buffer, int32_t bytes_to_write, const CompletionCallback &callback) | pp::TCPSocket | |
~Resource() | pp::Resource | [virtual] |
~TCPSocket() | pp::TCPSocket | [virtual] |