Home
last modified time | relevance | path

Searched refs:HttpProxyConnectionType (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/
H A DHttpProxyOptions.java21 private HttpProxyConnectionType connectionType;
51 public enum HttpProxyConnectionType { enum in HttpProxyOptions
72 HttpProxyConnectionType(int val) { in HttpProxyConnectionType() method in HttpProxyOptions.HttpProxyConnectionType
88 this.connectionType = HttpProxyConnectionType.Legacy; in HttpProxyOptions()
95 public void setConnectionType(HttpProxyConnectionType connectionType) { in setConnectionType()
102 public HttpProxyConnectionType getConnectionType() { return connectionType; } in getConnectionType()
H A DHttpProxyEnvironmentVariableSetting.java8 import software.amazon.awssdk.crt.http.HttpProxyOptions.HttpProxyConnectionType;
18 private HttpProxyConnectionType connectionType;
57 this.connectionType = HttpProxyConnectionType.Legacy; in HttpProxyEnvironmentVariableSetting()
65 public void setConnectionType(HttpProxyConnectionType connectionType) { in setConnectionType()
72 public HttpProxyConnectionType getConnectionType() { in getConnectionType()
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DProxyTest.java150 …private HttpProxyOptions.HttpProxyConnectionType getProxyConnectionTypeForTest(ProxyTestType testT… in getProxyConnectionTypeForTest()
153 return HttpProxyOptions.HttpProxyConnectionType.Forwarding; in getProxyConnectionTypeForTest()
158 return HttpProxyOptions.HttpProxyConnectionType.Tunneling; in getProxyConnectionTypeForTest()
161 return HttpProxyOptions.HttpProxyConnectionType.Legacy; in getProxyConnectionTypeForTest()
H A DMqttClientConnectionMethodTest.java20 import software.amazon.awssdk.crt.http.HttpProxyOptions.HttpProxyConnectionType;
409 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in ConnDC_UC5()
514 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in ConnWS_UC4()
H A DMqtt5to3AdapterConnectionTest.java23 import software.amazon.awssdk.crt.http.HttpProxyOptions.HttpProxyConnectionType;
244 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in TestCreationFull()
434 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in TestWebsocketHttpProxyConnectThroughMqtt5()
631 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in TestWebsocketHttpProxyConnectThroughMqtt311()
H A DMqtt5ClientTest.java19 import software.amazon.awssdk.crt.http.HttpProxyOptions.HttpProxyConnectionType;
159 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in New_UC2()
266 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in New_UC4()
419 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in ConnDC_UC5()
684 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in ConnWS_UC5()
H A DS3ClientTest.java255 proxyOptions.setConnectionType(HttpProxyOptions.HttpProxyConnectionType.Tunneling); in testS3ClientCreateDestroyHttpProxyOptions()
281 … environmentVariableSetting.setConnectionType(HttpProxyOptions.HttpProxyConnectionType.Tunneling); in testS3ClientCreateDestroyHttpProxyEnvironmentVariableSetting()