Searched defs:AsyncProxyServerSocket (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
H A Dsocketadapters.cc128 AsyncProxyServerSocket::AsyncProxyServerSocket(AsyncSocket* socket, function in class:rtc::AsyncProxyServerSocket
133 AsyncProxyServerSocket::~AsyncProxyServerSocket() = default;
714 : AsyncProxyServerSocket(socket, kBufferSize), state_(SS_HELLO) {
H A Dsocketadapters.h59 class AsyncProxyServerSocket : public BufferedReadAdapter { class in namespace:rtc
61 AsyncProxyServerSocket(AsyncSocket* socket, size_t buffer_size);
62 ~AsyncProxyServerSocket() override;
63 sigslot::signal2<AsyncProxyServerSocket*,
144 class AsyncHttpsProxyServerSocket : public AsyncProxyServerSocket {
190 class AsyncSocksProxyServerSocket : public AsyncProxyServerSocket {

Completed in 2219 milliseconds