HomeSort by relevance Sort by last modified time
    Searched refs:AsyncSocksProxyServerSocket (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
socketadapters.h 206 class AsyncSocksProxyServerSocket : public AsyncProxyServerSocket {
208 explicit AsyncSocksProxyServerSocket(AsyncSocket* socket);
228 DISALLOW_EVIL_CONSTRUCTORS(AsyncSocksProxyServerSocket);
socketadapters.cc 711 AsyncSocksProxyServerSocket::AsyncSocksProxyServerSocket(AsyncSocket* socket)
716 void AsyncSocksProxyServerSocket::ProcessInput(char* data, size_t* len) {
734 void AsyncSocksProxyServerSocket::DirectSend(const ByteBuffer& buf) {
738 void AsyncSocksProxyServerSocket::HandleHello(ByteBuffer* request) {
769 void AsyncSocksProxyServerSocket::SendHelloReply(int method) {
776 void AsyncSocksProxyServerSocket::HandleAuth(ByteBuffer* request) {
793 void AsyncSocksProxyServerSocket::SendAuthReply(int result) {
800 void AsyncSocksProxyServerSocket::HandleConnect(ByteBuffer* request) {
824 void AsyncSocksProxyServerSocket::SendConnectResult(int result
    [all...]

Completed in 204 milliseconds