Searched refs:tcpKeepAliveOptions (Results 1 – 3 of 3) sorted by relevance
74 private S3TcpKeepAliveOptions tcpKeepAliveOptions; field in S3ClientOptions298 public S3ClientOptions withS3TcpKeepAliveOptions(S3TcpKeepAliveOptions tcpKeepAliveOptions) { in withS3TcpKeepAliveOptions() argument299 this.tcpKeepAliveOptions = tcpKeepAliveOptions; in withS3TcpKeepAliveOptions()304 return tcpKeepAliveOptions; in getTcpKeepAliveOptions()
225 S3TcpKeepAliveOptions tcpKeepAliveOptions, in s3ClientNew() argument
210 S3TcpKeepAliveOptions tcpKeepAliveOptions = new S3TcpKeepAliveOptions(); in testS3ClientCreateDestroyTcpKeepAliveOptions() local211 tcpKeepAliveOptions.setKeepAliveIntervalSec((short) 10); in testS3ClientCreateDestroyTcpKeepAliveOptions()212 tcpKeepAliveOptions.setKeepAliveTimeoutSec((short) 20); in testS3ClientCreateDestroyTcpKeepAliveOptions()213 tcpKeepAliveOptions.setKeepAliveMaxFailedProbes((short) 30); in testS3ClientCreateDestroyTcpKeepAliveOptions()216 .withS3TcpKeepAliveOptions(tcpKeepAliveOptions), elg)) { in testS3ClientCreateDestroyTcpKeepAliveOptions()