Home
last modified time | relevance | path

Searched refs:setTcpKeepAliveTime (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java218 setTcpKeepAliveTime(fd, (Integer) value); in sun.net.ext.ExtendedSocketOptions.register()
300 private static void setTcpKeepAliveTime(FileDescriptor fd, int value) in setTcpKeepAliveTime() method in ExtendedSocketOptions
302 platformSocketOptions.setTcpKeepAliveTime(fdAccess.get(fd), value); in setTcpKeepAliveTime()
395 void setTcpKeepAliveTime(int fd, final int value) throws SocketException { in setTcpKeepAliveTime() method in ExtendedSocketOptions.PlatformSocketOptions