Home
last modified time | relevance | path

Searched defs:tcpKeepAliveOptions (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
H A DS3ClientOptions.java74 private S3TcpKeepAliveOptions tcpKeepAliveOptions; field in S3ClientOptions
298 public S3ClientOptions withS3TcpKeepAliveOptions(S3TcpKeepAliveOptions tcpKeepAliveOptions) { in withS3TcpKeepAliveOptions()
H A DS3Client.java225 S3TcpKeepAliveOptions tcpKeepAliveOptions, in s3ClientNew()
/aosp_15_r20/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
H A DS3ClientTest.java210 S3TcpKeepAliveOptions tcpKeepAliveOptions = new S3TcpKeepAliveOptions(); in testS3ClientCreateDestroyTcpKeepAliveOptions() local