Searched refs:fdAccess (Results 1 – 4 of 4) sorted by relevance
267 private static final JavaIOFileDescriptorAccess fdAccess = field in ExtendedSocketOptions273 int status = platformSocketOptions.setFlowOption(fdAccess.get(fd), in setFlowOption()281 int status = platformSocketOptions.getFlowOption(fdAccess.get(fd), f); in getFlowOption()287 platformSocketOptions.setQuickAck(fdAccess.get(fd), enable); in setQuickAckOption()292 return platformSocketOptions.getQuickAck(fdAccess.get(fd)); in getQuickAckOption()297 platformSocketOptions.setTcpkeepAliveProbes(fdAccess.get(fd), value); in setTcpkeepAliveProbes()302 platformSocketOptions.setTcpKeepAliveTime(fdAccess.get(fd), value); in setTcpKeepAliveTime()307 platformSocketOptions.setTcpKeepAliveIntvl(fdAccess.get(fd), value); in setTcpKeepAliveIntvl()311 return platformSocketOptions.getTcpkeepAliveProbes(fdAccess.get(fd)); in getTcpkeepAliveProbes()315 return platformSocketOptions.getTcpKeepAliveTime(fdAccess.get(fd)); in getTcpKeepAliveTime()[all …]
47 private static final JavaIOFileDescriptorAccess fdAccess = field in UnixChannelFactory105 fdAccess.set(fdObj, fd); in newFileChannel()293 fdAccess.set(fdObj, fd); in open()
389 private static final JavaIOFileDescriptorAccess fdAccess = field in FileOutputStreamTest403 assertTrue(fdAccess.getAppend(fos.getFD())); in test_getChanne_Append_Append()
65 private static final JavaIOFileDescriptorAccess fdAccess = field in FileChannelImpl297 boolean append = fdAccess.getAppend(fd); in position()