index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ConversionUtil.java
package com.airbnb.android.react.navigation; import android.os.Bundle; import android.util.Log; import com.facebook.react.bridge.*; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectReader; import com.fasterxml.jackson.databind.node.ArrayNode; import com.fasterxml.jackson...
900
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/TabBarView.java
package com.airbnb.android.react.navigation; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.view.ViewGroup; import com.facebook.react.bridge.ReadableMap; /** * This view is used as a data structure to hold configuration for a TabBar in a * ReactNativeTabAc...
901
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ActivityUtils.java
package com.airbnb.android.react.navigation; import android.app.Activity; import android.content.Context; import android.content.res.Resources; import android.graphics.Point; import android.graphics.Rect; import android.support.v7.app.AppCompatActivity; import android.view.Window; import android.view.WindowManager; f...
902
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ExtendableBundleBuilder.java
package com.airbnb.android.react.navigation; import android.os.Bundle; import android.os.Parcelable; import java.io.Serializable; import java.util.ArrayList; /** * This class can be extended to provide a bundler builder as part of a parent class. * * @param <T> The class that is extending this like: class Foo ext...
903
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ReactNativeTabActivity.java
package com.airbnb.android.react.navigation; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.design.widget.BottomNavigationView; import android.support.v4.app.Fragment; import android.support.v4.util.ArrayMap; import android.util.L...
904
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ReactBottomNavigation.java
package com.airbnb.android.react.navigation; import android.content.Context; import android.graphics.drawable.Animatable; import android.graphics.drawable.Drawable; import android.net.Uri; import android.support.design.widget.BottomNavigationView; import android.util.AttributeSet; import android.view.MenuItem; import ...
905
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ReactToolbar.java
package com.airbnb.android.react.navigation; import android.content.Context; import android.graphics.drawable.Animatable; import android.graphics.drawable.Drawable; import android.net.Uri; import android.support.v7.widget.Toolbar; import android.util.AttributeSet; import android.view.Menu; import android.view.MenuInfl...
906
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ReactExposedActivityParamsConstants.java
package com.airbnb.android.react.navigation; public final class ReactExposedActivityParamsConstants { public static final String KEY_ARGUMENT = "KEY_RN_ACTIVITY_ARGUMENT"; }
907
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/NativeNavigationPackage.java
package com.airbnb.android.react.navigation; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.JavaScriptModule; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.uimanager.ViewManager; import java.util.Arrays; imp...
908
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/TabView.java
package com.airbnb.android.react.navigation; import android.content.Context; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.AttributeSet; import android.view.View; import com.facebook.react.bridge.ReadableMap; /** * This view is used as a data structure to hold configuration fo...
909
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ReactNativeIntents.java
package com.airbnb.android.react.navigation; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.ActivityOptionsCompat; import android.view.ViewGroup; import com.airbnb.android.R...
910
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/TabBarViewManager.java
package com.airbnb.android.react.navigation; import android.util.Log; import com.facebook.react.bridge.ReadableMap; import com.facebook.react.uimanager.ThemedReactContext; import com.facebook.react.uimanager.ViewGroupManager; import com.facebook.react.uimanager.annotations.ReactProp; public class TabBarViewManager ex...
911
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/AutoSharedElementCallback.java
// REVIEWERS: gabriel-peal package com.airbnb.android.react.navigation; import android.annotation.TargetApi; import android.app.Activity; import android.graphics.Bitmap; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.RectF; import android.graphics.drawable.BitmapDrawable; import...
912
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ReactInterface.java
package com.airbnb.android.react.navigation; import android.support.v4.app.FragmentActivity; import com.facebook.react.ReactRootView; import com.facebook.react.bridge.ReadableMap; import java.util.Map; public interface ReactInterface { // @formatter:off String getInstanceId(); ReactRootView getReactRootView()...
913
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ScreenCoordinator.java
package com.airbnb.android.react.navigation; import android.annotation.TargetApi; import android.app.Activity; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.support.annotation.AnimRes; import android.support.annotation.NonNull; import android.support.annotation.Nullab...
914
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/ReactNativeFragmentViewGroup.java
package com.airbnb.android.react.navigation; import android.content.Context; import android.support.annotation.Nullable; import android.util.AttributeSet; import android.view.KeyEvent; import android.widget.FrameLayout; import com.facebook.react.ReactRootView; /** * Root ViewGroup for {@link ReactNativeFragment} th...
915
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/AndroidVersion.java
package com.airbnb.android.react.navigation; import android.os.Build.VERSION; import android.os.Build.VERSION_CODES; final class AndroidVersion { static boolean isAtLeastJellyBeanMR1() { return VERSION.SDK_INT >= VERSION_CODES.JELLY_BEAN_MR1; } static boolean isAtLeastJellyBeanMR2() { return VERSION.SD...
916
0
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react
Create_ds/native-navigation/lib/android/src/main/java/com/airbnb/android/react/navigation/TransitionName.java
package com.airbnb.android.react.navigation; import android.support.annotation.NonNull; import android.text.TextUtils; /** * Helper to create higher fidelity transition names. <p> This can be used by shared element * transitions to understand what a particular element actually corresponds to. For example, a * list...
917
0
Create_ds/native-navigation/lib/android/src/main/gen/com/airbnb
Create_ds/native-navigation/lib/android/src/main/gen/com/airbnb/android/Manifest.java
/*___Generated_by_IDEA___*/ package com.airbnb.android; /* This stub is only used by the IDE. It is NOT the Manifest class actually packed into the APK */ public final class Manifest { }
918
0
Create_ds/native-navigation/lib/android/src/main/gen/com/airbnb
Create_ds/native-navigation/lib/android/src/main/gen/com/airbnb/android/R.java
/*___Generated_by_IDEA___*/ package com.airbnb.android; /* This stub is only used by the IDE. It is NOT the R class actually packed into the APK */ public final class R { }
919
0
Create_ds/native-navigation/lib/android/src/main/gen/com/airbnb
Create_ds/native-navigation/lib/android/src/main/gen/com/airbnb/android/BuildConfig.java
/*___Generated_by_IDEA___*/ package com.airbnb.android; /* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ public final class BuildConfig { public final static boolean DEBUG = Boolean.parseBoolean(null); }
920
0
Create_ds/aws-sam-cli/tests/integration/testdata/invoke/runtimes/java8/src/main/java
Create_ds/aws-sam-cli/tests/integration/testdata/invoke/runtimes/java8/src/main/java/helloworld/App.java
package helloworld; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import java.net.URL; import java.util.HashMap; import java.util.Map; import java.util.StringJoiner; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.Reques...
921
0
Create_ds/aws-sam-cli/tests/integration/testdata/invoke/credential_tests/incontainer/java8/src/main/java
Create_ds/aws-sam-cli/tests/integration/testdata/invoke/credential_tests/incontainer/java8/src/main/java/sts/App.java
package sts; import com.amazonaws.auth.EnvironmentVariableCredentialsProvider; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.RequestHandler; import com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent; import com.amazonaws.services.lambda.runtime...
922
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven/11/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven/11/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
923
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven/17/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven/17/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
924
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven/8/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven/8/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
925
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle-kotlin/11/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle-kotlin/11/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
926
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle-kotlin/17/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle-kotlin/17/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
927
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle-kotlin/8/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle-kotlin/8/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
928
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle/11/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle/11/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
929
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle/17/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle/17/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
930
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle/8/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradle/8/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
931
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/11/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/11/src/main/java/aws/example/SecondFunction.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class SecondFunction { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Second function Invoked\n"); ...
932
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/11/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/11/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
933
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/17/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/17/src/main/java/aws/example/SecondFunction.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class SecondFunction { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Second function Invoked\n"); ...
934
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/17/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/17/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
935
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/8/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/8/src/main/java/aws/example/SecondFunction.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class SecondFunction { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Second function Invoked\n"); ...
936
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/8/src/main/java/aws
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/gradlew/8/src/main/java/aws/example/Hello.java
package aws.example; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class Hello { public String myHandler(Context context) { LambdaLogger logger = context.getLogger(); logger.log("Function Invoked\n"); return "Hello ...
937
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven-with-layer/HelloWorldLayer/src/main/java
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven-with-layer/HelloWorldLayer/src/main/java/helloworldlayer/SimpleMath.java
package helloworldlayer; public class SimpleMath { public static int sum(int a, int b) { return a + b; } }
938
0
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven-with-layer/HelloWorldFunction/src/main/java
Create_ds/aws-sam-cli/tests/integration/testdata/buildcmd/Java/maven-with-layer/HelloWorldFunction/src/main/java/helloworld/App.java
package helloworld; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.LambdaLogger; import helloworldlayer.SimpleMath; /** * Handler for requests to Lambda function. */ public class App { public String handleRequest(Context context) { int sumResult = Si...
939
0
Create_ds/aws-sam-cli/tests/integration/testdata/sync/infra/before/Java/HelloWorldLayer/src/main/java
Create_ds/aws-sam-cli/tests/integration/testdata/sync/infra/before/Java/HelloWorldLayer/src/main/java/helloworldlayer/SimpleMath.java
package helloworldlayer; public class SimpleMath { public static int sum(int a, int b) { return a + b; } }
940
0
Create_ds/aws-sam-cli/tests/integration/testdata/sync/infra/before/Java/HelloWorldFunction/src/main/java
Create_ds/aws-sam-cli/tests/integration/testdata/sync/infra/before/Java/HelloWorldFunction/src/main/java/helloworld/App.java
package helloworld; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.util.HashMap; import java.util.Map; import java.util.stream.Collectors; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.R...
941
0
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java
package helloworld; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import org.junit.Test; public class AppTest { @Test public void successfulResponse() { App app = new App(); GatewayResponse result = (GatewayResponse) a...
942
0
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java
package helloworld; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import java.net.URL; import java.util.HashMap; import java.util.Map; import java.util.stream.Collectors; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.R...
943
0
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java
package helloworld; import java.util.Collections; import java.util.HashMap; import java.util.Map; /** * POJO containing response object for API Gateway. */ public class GatewayResponse { private final String body; private final Map<String, String> headers; private final int statusCode; public Gate...
944
0
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java
package helloworld; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import org.junit.Test; public class AppTest { @Test public void successfulResponse() { App app = new App(); GatewayResponse result = (GatewayResponse) a...
945
0
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java
package helloworld; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; import java.net.URL; import java.util.HashMap; import java.util.Map; import java.util.stream.Collectors; import com.amazonaws.services.lambda.runtime.Context; import com.amazonaws.services.lambda.runtime.R...
946
0
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
Create_ds/aws-sam-cli/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java
package helloworld; import java.util.Collections; import java.util.HashMap; import java.util.Map; /** * POJO containing response object for API Gateway. */ public class GatewayResponse { private final String body; private final Map<String, String> headers; private final int statusCode; public Gate...
947
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWireMockTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
948
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/Expect100ContinueTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
949
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientDefaultWireMockTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
950
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlProxyConfigurationTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
951
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/ProxyConfigurationTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
952
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWithCustomCreateWireMockTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
953
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/test/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClientWithProxyTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
954
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http/urlconnection/S3WithUrlHttpClientIntegrationTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
955
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http/urlconnection/UrlHttpConnectionS3IntegrationTestBase.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
956
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http/urlconnection/HeadObjectIntegrationTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
957
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/it/java/software/amazon/awssdk/http/urlconnection/EmptyFileS3IntegrationTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
958
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http/urlconnection/UrlConnectionFactory.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
959
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http/urlconnection/ProxyConfiguration.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
960
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http/urlconnection/UrlConnectionHttpClient.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
961
0
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/url-connection-client/src/main/java/software/amazon/awssdk/http/urlconnection/UrlConnectionSdkHttpService.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
962
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ApacheHttpClientTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
963
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ApacheHttpClientWireMockTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
964
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ApacheHttpProxyTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
965
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ApacheMetricsTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
966
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ApacheHttpClientDefaultWireMockTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
967
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ClientTlsAuthTestBase.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
968
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/MetricReportingTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
969
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ProxyConfigurationTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
970
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/ApacheClientTlsAuthTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
971
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/SdkProxyRoutePlannerTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
972
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactoryTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
973
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/conn/IdleConnectionReaperTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
974
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/conn/ClientConnectionManagerFactoryTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
975
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/test/java/software/amazon/awssdk/http/apache/internal/conn/SdkTlsSocketFactoryTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
976
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ProxyConfiguration.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
977
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ApacheSdkHttpService.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
978
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/ApacheHttpClient.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
979
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/ApacheHttpRequestConfig.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
980
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/RepeatableInputStreamRequestEntity.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
981
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/SdkProxyRoutePlanner.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
982
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/DefaultConfiguration.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
983
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/SdkConnectionReuseStrategy.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
984
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ApacheHttpRequestFactory.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
985
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ApacheSdkHttpClient.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
986
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/impl/ConnectionManagerAwareHttpClient.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
987
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/net/DelegateSslSocket.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
988
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/net/SdkSocket.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
989
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/net/DelegateSocket.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
990
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/net/SdkSslSocket.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
991
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/utils/ApacheUtils.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
992
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/SdkConnectionKeepAliveStrategy.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
993
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/SdkTlsSocketFactory.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
994
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/IdleConnectionReaper.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
995
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/ClientConnectionRequestFactory.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
996
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/Wrapped.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
997
0
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal
Create_ds/aws-sdk-java-v2/http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/conn/ClientConnectionManagerFactory.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
998
0
Create_ds/aws-sdk-java-v2/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http
Create_ds/aws-sdk-java-v2/http-clients/aws-crt-client/src/test/java/software/amazon/awssdk/http/crt/ConnectionHealthConfigurationTest.java
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file ...
999