Searched refs:HttpProxyConnectionType (Results 1 – 7 of 7) sorted by relevance
21 private HttpProxyConnectionType connectionType;51 public enum HttpProxyConnectionType { enum in HttpProxyOptions72 HttpProxyConnectionType(int val) { in HttpProxyConnectionType() method in HttpProxyOptions.HttpProxyConnectionType88 this.connectionType = HttpProxyConnectionType.Legacy; in HttpProxyOptions()95 public void setConnectionType(HttpProxyConnectionType connectionType) { in setConnectionType()102 public HttpProxyConnectionType getConnectionType() { return connectionType; } in getConnectionType()
8 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()
150 …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()
20 import software.amazon.awssdk.crt.http.HttpProxyOptions.HttpProxyConnectionType;409 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in ConnDC_UC5()514 proxyOptions.setConnectionType(HttpProxyConnectionType.Tunneling); in ConnWS_UC4()
23 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()
19 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()
255 proxyOptions.setConnectionType(HttpProxyOptions.HttpProxyConnectionType.Tunneling); in testS3ClientCreateDestroyHttpProxyOptions()281 … environmentVariableSetting.setConnectionType(HttpProxyOptions.HttpProxyConnectionType.Tunneling); in testS3ClientCreateDestroyHttpProxyEnvironmentVariableSetting()