Searched refs:setTcpKeepAliveIntvl (Results 1 – 1 of 1) sorted by relevance
220 setTcpKeepAliveIntvl(fd, (Integer) value); in sun.net.ext.ExtendedSocketOptions.register()305 private static void setTcpKeepAliveIntvl(FileDescriptor fd, int value) in setTcpKeepAliveIntvl() method in ExtendedSocketOptions307 platformSocketOptions.setTcpKeepAliveIntvl(fdAccess.get(fd), value); in setTcpKeepAliveIntvl()399 void setTcpKeepAliveIntvl(int fd, final int value) throws SocketException { in setTcpKeepAliveIntvl() method in ExtendedSocketOptions.PlatformSocketOptions