HomeSort by relevance Sort by last modified time
    Searched refs:CONNECT (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/curl/docs/cmdline-opts/
suppress-connect-headers.d 1 Long: suppress-connect-headers
2 Help: Suppress proxy CONNECT response headers
5 When --proxytunnel is used and a CONNECT request is made don't output proxy
6 CONNECT response headers. This option is meant to be used with --dump-header or
proxytunnel.d 3 Help: Operate through a HTTP proxy tunnel (using CONNECT)
8 HTTP-like operations. The tunnel approach is made with the HTTP proxy CONNECT
9 request and requires that the proxy allows direct connect to the remote port
12 To suppress proxy CONNECT response headers when curl is set to output headers
13 use --suppress-connect-headers.
proxy1.0.d 9 attempts to use CONNECT through the proxy will specify an HTTP 1.0 protocol
  /libcore/ojluni/src/main/java/java/net/
SocksConsts.java 41 static final int CONNECT = 1;
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
ConnectCommandHandlerTest.java 45 command1 = new Command(CommandNames.CONNECT, EMPTY);
  /prebuilts/go/darwin-x86/src/net/http/
method.go 17 MethodConnect = "CONNECT"
readrequest_test.go 211 // CONNECT request with domain name:
213 "CONNECT www.google.com:443 HTTP/1.1\r\n\r\n",
216 Method: "CONNECT",
235 // CONNECT request with IP address:
237 "CONNECT 127.0.0.1:6060 HTTP/1.1\r\n\r\n",
240 Method: "CONNECT",
259 // CONNECT request for RPC:
261 "CONNECT /_goRPC_ HTTP/1.1\r\n\r\n",
264 Method: "CONNECT",
448 {"bad_connect_host", reqBytes("CONNECT []%20%48%54%54%50%2f%31%2e%31%0a%4d%79%48%65%61%64%65%72%3a%20%31%32%33%0a%0a HTTP/1.0")}
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
method.go 17 MethodConnect = "CONNECT"
readrequest_test.go 211 // CONNECT request with domain name:
213 "CONNECT www.google.com:443 HTTP/1.1\r\n\r\n",
216 Method: "CONNECT",
235 // CONNECT request with IP address:
237 "CONNECT 127.0.0.1:6060 HTTP/1.1\r\n\r\n",
240 Method: "CONNECT",
259 // CONNECT request for RPC:
261 "CONNECT /_goRPC_ HTTP/1.1\r\n\r\n",
264 Method: "CONNECT",
448 {"bad_connect_host", reqBytes("CONNECT []%20%48%54%54%50%2f%31%2e%31%0a%4d%79%48%65%61%64%65%72%3a%20%31%32%33%0a%0a HTTP/1.0")}
    [all...]
  /external/libpcap/
atmuni31.h 45 #define CONNECT 0x07 /* connect */
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java 32 public static final String CONNECT = "CONNECT";
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
ConnectCommandHandlerTest.java 59 command1 = new Command(CommandNames.CONNECT, EMPTY);
  /hardware/qcom/display/msm8960/libqservice/
IQService.h 42 CONNECT,
51 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
IQService.cpp 60 virtual void connect(const sp<IQClient>& client) { function in class:qService::BpQService
64 remote()->transact(CONNECT, data, &reply);
121 case CONNECT: {
124 ALOGE("display.qservice CONNECT access denied: \
131 connect(client);
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/connectivity/setup/
AddStartStateTest.java 94 verify(mStateCompleteListener).onComplete(StateMachine.CONNECT);
102 verify(mStateCompleteListener).onComplete(StateMachine.CONNECT);
  /packages/services/Car/service/src/com/android/car/
BluetoothAutoConnectStateMachine.java 31 * Idle is the starting state. Incoming 'CONNECT' message is honored and connection attempts are
33 * Processing state ignores any incoming 'CONNECT' requests from any of the vehicle signals,
46 public static final int CONNECT = 101;
86 * Idle State is the Initial State, when the system is accepting incoming 'CONNECT' requests.
88 * If the policy finds a device to connect on a profile, transitions to Processing.
89 * If there is nothing to connect to, wait for the next 'CONNECT' message to try next.
106 case CONNECT: {
108 Log.d(TAG, "Idle->Connect:");
126 // After pairing/disconnect, always try to connect to both PBAP and MA
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 65 public static final String CONNECT = "CONNECT";
  /hardware/qcom/display/msm8226/libqservice/
IQService.h 44 CONNECT, // Connect to qservice
71 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
IQService.cpp 47 virtual void connect(const sp<IQClient>& client) { function in class:qService::BpQService
48 ALOGD_IF(QSERVICE_DEBUG, "%s: connect client", __FUNCTION__);
52 remote()->transact(CONNECT, data, &reply);
93 if (code == CONNECT) {
96 ALOGE("display.qservice CONNECT access denied: \
103 connect(client);
  /hardware/qcom/display/msm8994/libqservice/
IQService.h 44 CONNECT = 4, // Connect to qservice
80 virtual void connect(const android::sp<qClient::IQClient>& client) = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MasClient.java 42 private static final int CONNECT = 0;
97 mHandler.obtainMessage(CONNECT).sendToTarget();
100 private void connect() { method in class:MasClient
108 mSocket.connect();
120 headerset = mSession.connect(headerset);
204 if (!inst.mConnected && msg.what != CONNECT) {
210 case CONNECT:
211 inst.connect();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
AddStartState.java 56 mStateMachine.getListener().onComplete(StateMachine.CONNECT);
OptionsOrConnectState.java 46 stateMachine.getListener().onComplete(StateMachine.CONNECT);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidStateMachine.java 26 * CONNECT | | DISCONNECTED
37 * sends CONNECT request, the state machine transitions to "Connecting" state.
42 * CONNECT
70 static final int CONNECT = 1;
159 case CONNECT:
260 case CONNECT:
347 case CONNECT:
428 removeDeferredMessages(CONNECT);
445 case CONNECT:
446 Log.w(TAG, "Connected: CONNECT ignored: " + mDevice)
    [all...]
  /frameworks/av/media/libmedia/
IMediaHTTPConnection.cpp 32 CONNECT = IBinder::FIRST_CALL_TRANSACTION,
45 virtual bool connect( function in struct:android::BpMediaHTTPConnection
68 remote()->transact(CONNECT, data, &reply);

Completed in 1301 milliseconds

1 2 3 4 5